odin/node_modules/unraw/changelog.md
2022-11-19 01:49:12 +01:00

49 lines
959 B
Markdown

# Change Log
All notable outward-facing changes will be documented in this file.
## 2.0.1
- Update dependencies to fix security vulnerabilities
## 2.0.0
- Change to CommonJS module form
## 1.2.5
- Fix minor inconsistencies
- Improve JSDoc and type hints
- Update dependencies
## 1.2.4
- Add security policy
- Add badges and code block to readme
- Update dependencies
- Clean up some type annotations for inferred types
## 1.2.3
- Improve UMD documentation
- Export `unraw`, `ErrorType`, and `errorMessages` from main module along with
default export
## 1.2.2
- Update readme
- Publish types for `errors.ts`
## 1.2.1
- Publish error messages in `errors.ts`
- Refactor `index.ts` methods
## 1.1.1
- Refactor tests and add more tests
- Fix: properly handle code point escapes that directly follow unicode escapes
## 1.1.0
- Switch to UMD for broader compatibility
- Remove circular dependency with `compress-tag`
## 1.0.0
- Initial release