2.2 KiB
2.2 KiB
2.0.2 (2023-11-28)
Bug Fixes
- remove the postinstall script which should not be executed when installed on user side (#329) (16b4e3c), closes #324
2.0.1 (2023-11-22)
Bug Fixes
- fix husky blocker on semantic-release (88cd80c)
- fix the case when file size is greater than 2G (#323) (f81cacd)
2.0.0 (2022-06-15)
- Add support for NodeJs v18
- (Breaking change):
ArcFile.extractionis optional forcreateExtractorFromDatanow. IfArcFile.fileHeader.flags.directoryistrue, this field will beundefined.
1.0.6 (2022-03-16)
- Add
createExtractorFromFilesupport in Webpack
1.0.5 (2022-02-28)
- Fix an issue on file extracting to current working directory ('./')
1.0.4 (2022-02-15)
- Fix folder creation issue on Windows.
1.0.3 (2021-05-10)
- Fix for Security Vulnerability on dependencies
1.0.2 (2021-04-01)
- Fix for Security Vulnerability on dependencies
1.0.1 (2021-02-18)
- Add new option
filenameTransformforExtractorFromFileOptions.
1.0.0 (2020-12-29)
- Refactory by the latest EMScripten and UnRar DLL source. Since both of them changed a lot, there are many breaking changes in this update
- (Breaking change): Use Javascript Exception instead of tuple
[state, result]for error handling. - (Breaking change): The extractor object return by
createExtractorFromDataandcreateExtractorFromFileare now promise object. Since loading the wasm object in the latest EMScriten is asynchronized. - (Breaking change): The
fileHeadersandfilesreturned by the extractions api are changed from array to iterator, make the extraction lazy.
0.8.0
- First release