All notable outward-facing changes will be documented in this file.
- Remove sourcemaps and definitionmaps from the distribution to resolve resolution errors
- Remove minified files from the distribution to simplify future maintenance
- Update dependencies to fix security vulnerabilities
- Change to CommonJS module form
- Fix minor inconsistencies
- Improve JSDoc and type hints
- Update dependencies
- Add security policy
- Add badges and code block to readme
- Update dependencies
- Clean up some type annotations for inferred types
- Improve UMD documentation
- Export
unraw
,ErrorType
, anderrorMessages
from main module along with default export
- Update readme
- Publish types for
errors.ts
- Publish error messages in
errors.ts
- Refactor
index.ts
methods
- Refactor tests and add more tests
- Fix: properly handle code point escapes that directly follow unicode escapes
- Switch to UMD for broader compatibility
- Remove circular dependency with
compress-tag
- Initial release