Releases: cthackers/adm-zip
Releases · cthackers/adm-zip
v0.5.16
What's Changed
- Fixing preserving linux file permissions by @NickAllmakerOpsCompass in #531
- fix: totalEntries is not defined by @sidartaveloso in #535
New Contributors
- @NickAllmakerOpsCompass made their first contribution in #531
- @sidartaveloso made their first contribution in #535
Full Changelog: v0.5.15...v0.5.16
v0.5.15
What's Changed
- Fix utils canonical to valid posix by @skoniks in #499
- addFile backslash test by @5saviahv in #500
- added addLocalFolderAsync2 by @5saviahv in #501
- fixed windows paths by @roosipuu in #503
- Add Windows build by @5saviahv in #504
- inital "decoder" functionality by @5saviahv in #505
- Bump braces from 3.0.2 to 3.0.3 by @dependabot in #506
- Write out Electron original-fs auto loading by @5saviahv in #502
- using writeZip() twice throws "Invalid LOC header (bad signature)" error by @5saviahv in #507
- Descriptor check & Main Header locating by @5saviahv in #508
- House keeping by @5saviahv in #509
- typo by @5saviahv in #510
- Allow interoperability files with non-UTF-8 (bit 11 = 0) name by @yfdyh000 in #450
- package lock update by @5saviahv in #511
- small updates by @5saviahv in #513
- CodeQL check by @5saviahv in #514
- Keep local extra data by @5saviahv in #515
- Update old test by @5saviahv in #516
- make all errors a function by @5saviahv in #517
- Update date time functions by @5saviahv in #518
- Add a length check when extra field parsed by @code-sunbo in #520
- deleteFile is too eager by @5saviahv in #525
New Contributors
- @skoniks made their first contribution in #499
- @roosipuu made their first contribution in #503
- @code-sunbo made their first contribution in #520
Full Changelog: v0.5.14...v0.5.15
v0.5.14
v0.5.13
- Fixed extractAllToAsync callback @5saviahv
- Fixed issue with "toAsyncBuffer" where after that command all entries are gone @5saviahv
- Minor fixes (tests, typos etc) @5saviahv
- Added a an option to specificy the maximum expectedLength of the file to protect against zip bombs or limit memory usage @undefined-moe
- Add check for invalid large disk entries @criyle
v0.5.12
v0.5.11
- Add support for Info-Zip password check spec for ZipCrypto @lukemalcolm
- Extraction of password protected zip entries @Santa77
- Fixed unnecessary scanning a local file headers (except in the case of corrupted archives) @likev
- Added GitHub actions @kibertoad
- Fixed cases when extra data was lost @yfdyh000
- Fixed throw empty error in extractAllToAsync on operation done @Autokaka
v0.5.10
- Add Unix mode attribute even when archive is created from Windows @xfournet
- Fixed an issue where addLocalFolderAsync causes stack overflow when a lot of files are filtered @miserylee
- Support to unzip symlinks @netlify-team-account-1
- Fix parameter initialization bug of extractAllToAsync @robincodex
- Allow for custom stat or permissions value in addLocalFolder @dilan-dio4
- Various small fixes and tests @clavery and @nicholasruha