1.6.2 / 2022-07-11 ================== **fixes** * [[`96226d3`](http://github.com/node-modules/compressing/commit/96226d363c7c8fa9ef1a8098af646de19e729ce7)] - fix: add `suppressSizeWarning` to types and typo fix (#72) (Zeeko <>) 1.6.1 / 2022-07-11 ================== **fixes** * [[`ba49232`](http://github.com/node-modules/compressing/commit/ba49232780a57c9a3800642d7d39ae1dcdfc9409)] - fix(types): onEntry stream type should ReadStream (#73) (Songhn <>) **others** * [[`054d4a4`](http://github.com/node-modules/compressing/commit/054d4a41ae4ca5d7b9b83e7298e32cc1d62d7ef4)] - 🤖 TEST: Use GitHub Action (#69) (fengmk2 <>) 1.6.0 / 2022-06-13 ================== **features** * [[`bd8ef44`](http://github.com/node-modules/compressing/commit/bd8ef44ade2f4b93d41ff2f78d6f17902d965798)] - feat: unzip should keep file mode (#68) (Artin <>) **others** * [[`592e518`](http://github.com/node-modules/compressing/commit/592e5180dfbdbc6cb1becd1baf6a007ce7b7cd39)] - Create codeql-analysis.yml (fengmk2 <>) 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