Software zum Installieren eines Smart-Mirror Frameworks , zum Nutzen von hochschulrelevanten Informationen, auf einem Raspberry-Pi.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

CHANGELOG.md 4.4KB

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