mirror of
https://github.com/codedread/bitjs
synced 2025-10-03 09:39:16 +02:00
Update changelog for 1.2.3 release
This commit is contained in:
parent
813b154e8c
commit
5facf91dba
2 changed files with 10 additions and 21 deletions
|
@ -2,16 +2,19 @@
|
|||
|
||||
All notable changes to this project will be documented in this file.
|
||||
|
||||
## [1.2.3] - 2024-02-??
|
||||
## [1.2.3] - 2024-02-04
|
||||
|
||||
### Added
|
||||
|
||||
- archive: Support semantic methods for subscribing to unarchive events (onExtract), [Issue #47](https://github.com/codedread/bitjs/issues/47).
|
||||
- archive: Added Gunzipper to decompress gzip files. Only supported on runtimes that supported
|
||||
DecompressionStream('gzip') for now. [Issue #48](https://github.com/codedread/bitjs/issues/48).
|
||||
- io: Added a getData() method to ByteBuffer to retrieve a copy of the bytes that have been written.
|
||||
|
||||
### Changed
|
||||
|
||||
- archive: Error on RAR5 files.
|
||||
- archive: Unrarrer throws an explicit error when encountering RAR5 files.
|
||||
- io: ByteBuffer.insertXXX() now throws an error if trying to write past the end of the buffer.
|
||||
|
||||
## [1.2.2] - 2024-01-26
|
||||
|
||||
|
|
24
package.json
24
package.json
|
@ -5,25 +5,11 @@
|
|||
"homepage": "https://github.com/codedread/bitjs",
|
||||
"author": "Jeff Schiller",
|
||||
"license": "MIT",
|
||||
"keywords": [
|
||||
"binary",
|
||||
"javascript",
|
||||
"archive",
|
||||
"pkzip",
|
||||
"zip",
|
||||
"rar",
|
||||
"tar",
|
||||
"unzip",
|
||||
"unrar",
|
||||
"untar",
|
||||
"file",
|
||||
"codecs",
|
||||
"gif",
|
||||
"jpeg",
|
||||
"mp4",
|
||||
"avc",
|
||||
"webm",
|
||||
"webp"
|
||||
"keywords": [ "binary", "javascript", "archive", "file", "image",
|
||||
"pkzip", "zip", "rar", "tar", "gzip",
|
||||
"unzip", "unrar", "untar", "gunzip",
|
||||
"gif", "jpeg", "png", "webp",
|
||||
"codecs", "mp4", "avc", "webm"
|
||||
],
|
||||
"main": "./index.js",
|
||||
"type": "module",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue