commit
This commit is contained in:
parent
be4fd23bcf
commit
0bd53741af
728 changed files with 86573 additions and 0 deletions
49
node_modules/unraw/changelog.md
generated
vendored
Normal file
49
node_modules/unraw/changelog.md
generated
vendored
Normal file
|
@ -0,0 +1,49 @@
|
|||
# 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
|
Loading…
Add table
Add a link
Reference in a new issue