CHANGELOG.md
1 ## Changelog 2 3 **4.1.0** - <small>March 2, 2021</small> — [Diff](https://github.com/archiverjs/node-zip-stream/compare/4.0.5...4.1.0) 4 5 ## Features 6 7 - Allow prepending forward slash in entry name (#79) 8 9 ## Maintenance 10 11 - Bump mocha from 8.2.1 to 8.3.0 (#76) 12 - Bump actions/setup-node from v2.1.4 to v2.1.5 (#77) 13 - Bump actions/setup-node from v2.1.2 to v2.1.4 (#74) 14 15 **4.0.5** - <small>November 18, 2020</small> — [Diff](https://github.com/archiverjs/node-zip-stream/compare/4.0.4...4.0.5) 16 17 - No Changes 18 19 **4.0.4** - <small>November 18, 2020</small> — [Diff](https://github.com/archiverjs/node-zip-stream/compare/4.0.3...4.0.4) 20 21 ### Maintenance 22 23 - Bump compress-commons from 4.0.1 to 4.0.2 (#72) 24 25 **4.0.3** - <small>November 18, 2020</small> — [Diff](https://github.com/archiverjs/node-zip-stream/compare/4.0.2...4.0.3) 26 27 ### Maintenance 28 29 - Update docs example with latest ES6 syntax (#60) 30 - Update archiver-jsdoc-theme to ^1.1.3 (#71) 31 - Update archiver-jsdoc-theme to ^1.1.2 (#70) 32 - Bump jsdoc from 3.6.5 to 3.6.6 (#62) 33 - Bump actions/setup-node from v2.1.1 to v2.1.2 (#64) 34 - Bump mocha from 8.1.1 to 8.2.1 (#66) 35 - Bump actions/checkout from v2.3.2 to v2.3.4 (#67) 36 - Bump mocha from 8.1.0 to 8.1.1 (#55) 37 - Bump actions/checkout from v2.3.1 to v2.3.2 (#56) 38 - Bump mocha from 8.0.1 to 8.1.0 (#54) 39 - Bump actions/setup-node from v2.1.0 to v2.1.1 (#52) 40 - Bump jsdoc from 3.6.4 to 3.6.5 (#53) 41 42 43 **4.0.2** - <small>July 20, 2020</small> — [Diff](https://github.com/archiverjs/node-zip-stream/compare/4.0.1...4.0.2) 44 45 * Bump compress-commons from 4.0.0 to 4.0.1 (#51) @dependabot 46 47 **4.0.1** - <small>July 20, 2020</small> — [Diff](https://github.com/archiverjs/node-zip-stream/compare/4.0.0...4.0.1) 48 49 * Bump compress-commons from 3.0.0 to 4.0.0 (#50) @dependabot 50 51 **4.0.0** - <small>July 18, 2020</small> — [Diff](https://github.com/archiverjs/node-zip-stream/compare/3.0.1...4.0.0) 52 53 * Bump mocha from 6.2.3 to 8.0.1 (#47) @dependabot 54 * Bump rimraf from 2.7.1 to 3.0.2 (#46) @dependabot 55 * Bump actions/setup-node from v1 to v2.1.0 (#45) @dependabot 56 * Bump mkdirp from 0.5.5 to 1.0.4 (#48) @dependabot 57 * remove support for node < 10 (#49) @ctalkington 58 * Bump actions/checkout from v1 to v2.3.1 (#44) @dependabot 59 60 **3.0.1** - <small>April 14, 2020</small> — [Diff](https://github.com/archiverjs/node-zip-stream/compare/3.0.0...3.0.1) 61 62 - update to compress-commons@^3.0.0 63 64 **3.0.0** - <small>April 14, 2020</small> — [Diff](https://github.com/archiverjs/node-zip-stream/compare/2.1.3...3.0.0) 65 66 - breaking: slowly catch up with node LTS, remove support for versions under 8. 67 - update multiple deps. 68 69 **2.1.3** — <small> January 8, 2020 </small> — [Diff](https://github.com/archiverjs/node-zip-stream/compare/2.1.0...2.1.3) 70 71 - allow zip64 for no compression (#40) 72 73 **2.1.2** — <small> August 2, 2019 </small> — [Diff](https://github.com/archiverjs/node-zip-stream/compare/2.1.0...2.1.2) 74 75 - update compress-commons to v2.1.1 76 77 **2.1.1** — <small> August 2, 2019 </small> — [Diff](https://github.com/archiverjs/node-zip-stream/compare/2.1.0...2.1.1) 78 79 - update compress-commons to v2.1.0 80 81 **2.1.0** — <small> July 19, 2019 </small> — [Diff](https://github.com/archiverjs/node-zip-stream/compare/2.0.1...2.1.0) 82 83 - test: now targeting node v12 84 - other: update dependencies. 85 86 **2.0.1** — <small> August 22, 2018 </small> — [Diff](https://github.com/archiverjs/node-zip-stream/compare/2.0.0...2.0.1) 87 88 - update to archiver-utils@2 89 90 **2.0.0** — <small> August 22, 2018 </small> — [Diff](https://github.com/archiverjs/node-zip-stream/compare/1.2.0...2.0.0) 91 92 - breaking: follow node LTS, remove support for versions under 6. 93 - other: remove unused lodash dependence (#35) 94 95 **1.2.0** — <small> June 16, 2017 </small> — [Diff](https://github.com/archiverjs/node-zip-stream/compare/1.1.1...1.2.0) 96 97 - groundwork for symlinks support. 98 99 *NOTE: this will be the last release for node v0.10 and v0.12. node v4 will become the minimum and a version bump to 2.0.0 will take place.* 100 101 **1.1.1** — <small>_January 17, 2017_</small> — [Diff](https://github.com/archiverjs/node-zip-stream/compare/1.1.0...1.1.1) 102 103 - actually use STORE method if level is 0 (GH #21) 104 - bump deps to ensure latest versions are used. 105 106 **1.1.0** — <small>_August 27, 2016_</small> — [Diff](https://github.com/archiverjs/node-zip-stream/compare/1.0.0...1.1.0) 107 108 - bump deps to ensure latest versions are used. 109 110 [Release Archive](https://github.com/archiverjs/node-zip-stream/releases)