1.5.1 / 2020-05-11
fixes
- [
f516814
] - fix: index.d.ts streamHeader.name wrong declearing (#46) (shadyzoz <ShadyZOZ@users.noreply.github.com>)
1.5.0 / 2019-12-04
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>)
1.4.0 / 2018-11-30
others
- [
1f352c8
] - docs: add index.d.ts and test case (#17) (DiamondYuan <541832074@qq.com>)
1.3.2 / 2018-11-21
fixes
- [
3713a0b
] - fix: handle error from yazl when file not exists (#19) (DiamondYuan <541832074@qq.com>)
1.3.1 / 2018-08-24
fixes
- [
b802819
] - fix: keep stat mode when compress tar or tgz (#11) (Haoliang Gao <sakura9515@gmail.com>)
1.3.0 / 2018-08-13
features
- [
04feafa
] - feat: support absolute path zip file (#10) (fengmk2 <fengmk2@gmail.com>)
1.2.4 / 2018-07-13
- chore: replace multipipe with pump (#9)
1.2.3 / 2017-07-27
- fix: should resolve when all fileWriteStream finished (#7)
1.2.2 / 2017-07-06
- fix: make file mode correct (#6)
1.2.1 / 2017-07-01
- test: fix test on Windows (#4)
1.2.0 / 2017-07-01
- feat: add strip option when uncompress zip
1.1.0 / 2017-02-14
- feat: uncompress (#2)
1.0.0 / 2016-12-24
- rename to compressing
- feat: 1st implementation
- init