1.10.1 (2024-05-23)
1.10.0 (2023-08-24)
1.9.1 (2023-08-02)
1.9.0 (2023-03-26)
1.8.0 (2023-02-24)
1.7.0 (2023-01-12)
1.6.3 (2022-12-22)
fixes
- [
96226d3
] - fix: addsuppressSizeWarning
to types and typo fix (#72) (Zeeko <zeeko@zeeko.dev>)
fixes
- [
ba49232
] - fix(types): onEntry stream type should ReadStream (#73) (Songhn <songhn233@gmail.com>)
others
- [
054d4a4
] - 🤖 TEST: Use GitHub Action (#69) (fengmk2 <fengmk2@gmail.com>)
features
- [
bd8ef44
] - feat: unzip should keep file mode (#68) (Artin <lengthmin@gmail.com>)
others
- [
592e518
] - Create codeql-analysis.yml (fengmk2 <fengmk2@gmail.com>)
fixes
- [
f516814
] - fix: index.d.ts streamHeader.name wrong declearing (#46) (shadyzoz <ShadyZOZ@users.noreply.github.com>)
features
- [
15c29e9
] - feat: zip format support custom fileName encoding (#36) (fengmk2 <fengmk2@gmail.com>)
fixes
- [
7d605fe
] - fix: typescript error(#29) (Ruanyq <yiqiang0930@163.com>)
others
- [
4808fb8
] - test: add node 11 (#20) (fengmk2 <fengmk2@gmail.com>)
others
- [
1f352c8
] - docs: add index.d.ts and test case (#17) (DiamondYuan <541832074@qq.com>)
fixes
- [
3713a0b
] - fix: handle error from yazl when file not exists (#19) (DiamondYuan <541832074@qq.com>)
fixes
- [
b802819
] - fix: keep stat mode when compress tar or tgz (#11) (Haoliang Gao <sakura9515@gmail.com>)
features
- [
04feafa
] - feat: support absolute path zip file (#10) (fengmk2 <fengmk2@gmail.com>)
- chore: replace multipipe with pump (#9)
- fix: should resolve when all fileWriteStream finished (#7)
- fix: make file mode correct (#6)
- test: fix test on Windows (#4)
- feat: add strip option when uncompress zip
- feat: uncompress (#2)
- rename to compressing
- feat: 1st implementation
- init