fixes
- [
f516814] - fix: index.d.ts streamHeader.name wrong declearing (#46) (shadyzoz <[email protected]>)
features
- [
15c29e9] - feat: zip format support custom fileName encoding (#36) (fengmk2 <[email protected]>)
fixes
- [
7d605fe] - fix: typescript error(#29) (Ruanyq <[email protected]>)
others
- [
4808fb8] - test: add node 11 (#20) (fengmk2 <[email protected]>)
others
- [
1f352c8] - docs: add index.d.ts and test case (#17) (DiamondYuan <[email protected]>)
fixes
- [
3713a0b] - fix: handle error from yazl when file not exists (#19) (DiamondYuan <[email protected]>)
fixes
- [
b802819] - fix: keep stat mode when compress tar or tgz (#11) (Haoliang Gao <[email protected]>)
features
- [
04feafa] - feat: support absolute path zip file (#10) (fengmk2 <[email protected]>)
- 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