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 2.3KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. ## Changelog
  2. **4.1.1** — <small>_May 30th, 2021_</small> — [Diff](https://github.com/archiverjs/node-compress-commons/compare/4.1.0...4.1.1)
  3. ### Maintenance
  4. - Bump mocha from 8.2.1 to 8.4.0 (#70)
  5. - Bump crc32-stream from 4.0.1 to 4.0.2 (#59)
  6. - Bump y18n from 4.0.0 to 4.0.1 (#69)
  7. - Bump chai from 4.2.0 to 4.3.4 (#67)
  8. - Bump actions/setup-node from 2.1.4 to 2.1.5 (#71)
  9. **4.1.0** — <small>_March 2, 2021_</small> — [Diff](https://github.com/archiverjs/node-compress-commons/compare/4.0.1...4.1.0)
  10. ### Features
  11. - Allow prepending forward slash in entry name (#63)
  12. ### Maintenance
  13. - Bump actions/setup-node from v2.1.2 to v2.1.4 (#58)
  14. **4.0.1** — <small>_July 20, 2020_</small> — [Diff](https://github.com/archiverjs/node-compress-commons/compare/4.0.0...4.0.1)
  15. * Bump crc32-stream from 3.0.1 to 4.0.0 (#43) @dependabot
  16. **4.0.0** — <small>_July 18, 2020_</small> — [Diff](https://github.com/archiverjs/node-compress-commons/compare/3.0.0...4.0.0)
  17. * Bump mocha from 5.2.0 to 8.0.1 (#36) @dependabot
  18. * Bump readable-stream from 2.3.7 to 3.6.0 (#39) @dependabot
  19. * Bump actions/setup-node from v1 to v2.1.0 (#41) @dependabot
  20. * Bump rimraf from 2.7.1 to 3.0.2 (#38) @dependabot
  21. * Bump mkdirp from 0.5.5 to 1.0.4 (#37) @dependabot
  22. * Bump actions/checkout from v1 to v2.3.1 (#40) @dependabot
  23. * remove support for node < 10 (#42) @ctalkington
  24. **3.0.0** — <small>_April 14, 2020_</small> — [Diff](https://github.com/archiverjs/node-compress-commons/compare/2.1.1...3.0.0)
  25. - breaking: slowly catch up with node LTS, remove support for versions under 8.
  26. - update multiple deps.
  27. **2.1.1** — <small>_August 2, 2019_</small> — [Diff](https://github.com/archiverjs/node-compress-commons/compare/2.1.0...2.1.1)
  28. - update crc32-stream to v3.0.1
  29. **2.1.0** — <small>_August 2, 2019_</small> — [Diff](https://github.com/archiverjs/node-compress-commons/compare/2.0.0...2.1.0)
  30. - update crc32-stream to v3.0.0
  31. **2.0.0** — <small>_July 19, 2019_</small> — [Diff](https://github.com/archiverjs/node-compress-commons/compare/1.2.2...2.0.0)
  32. - breaking: follow node LTS, remove support for versions under 6.
  33. - test: now targeting node v10 and v12
  34. - fix: update Buffer calls to alloc/from
  35. - fix: Add offset to buffer call (#31)
  36. - other: update normalize-path@3 (#34)
  37. - other: update dependencies
  38. [Release Archive](https://github.com/archiverjs/node-compress-commons/releases)