1.5.1 / 2020-05-11 ================== **fixes** * [[`f516814`](http://github.com/node-modules/compressing/commit/f51681490aeea44a7b27ec0c09d3fb3d0385c5c0)] - fix: index.d.ts streamHeader.name wrong declearing (#46) (shadyzoz <>) 1.5.0 / 2019-12-04 ================== **features** * [[`15c29e9`](http://github.com/node-modules/compressing/commit/15c29e9893880d2c19c343d133edb50f0c55c713)] - feat: zip format support custom fileName encoding (#36) (fengmk2 <>) **fixes** * [[`7d605fe`](http://github.com/node-modules/compressing/commit/7d605fe01a88bc6aab9a2b06a8725545f591bab9)] - fix: typescript error(#29) (Ruanyq <>) **others** * [[`4808fb8`](http://github.com/node-modules/compressing/commit/4808fb8e1d6cbbb31c0e82c359ec04eccb0c1eaf)] - test: add node 11 (#20) (fengmk2 <>) 1.4.0 / 2018-11-30 ================== **others** * [[`1f352c8`](http://github.com/node-modules/compressing/commit/1f352c88028acf27c1881fd45d555094cb279c44)] - docs: add index.d.ts and test case (#17) (DiamondYuan <<541832074@qq.com>>) 1.3.2 / 2018-11-21 ================== **fixes** * [[`3713a0b`](http://github.com/node-modules/compressing/commit/3713a0b8d5b03d61c111afbbd4b6226169afeb14)] - fix: handle error from yazl when file not exists (#19) (DiamondYuan <<541832074@qq.com>>) 1.3.1 / 2018-08-24 ================== **fixes** * [[`b802819`](http://github.com/node-modules/compressing/commit/b8028195dd6e7200ff47c8f43f695d24838e986b)] - fix: keep stat mode when compress tar or tgz (#11) (Haoliang Gao <>) 1.3.0 / 2018-08-13 ================== **features** * [[`04feafa`](http://github.com/node-modules/compressing/commit/04feafa6a290d877044ed162ca4c7dcdc5e54e87)] - feat: support absolute path zip file (#10) (fengmk2 <>) 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