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.2KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. ## Changelog
  2. **4.0.2** — <small>_February 3, 2021_</small> — [Diff](https://github.com/archiverjs/node-crc32-stream/compare/4.0.1...4.0.2)
  3. ### Bug Fixes
  4. - fix DeflateCRC32Stream to support Node.js 15.6.0+ (#31) (#32)
  5. ### Maintenance
  6. - Bump actions/setup-node from v2.1.2 to v2.1.4 (#30)
  7. **4.0.1** — <small>_November 18, 2020_</small> — [Diff](https://github.com/archiverjs/node-crc32-stream/compare/4.0.0...4.0.1)
  8. ### Bug Fixes
  9. - use crc-32 rather than crc module (#28)
  10. ### Maintenance
  11. - Bump mocha from 8.2.0 to 8.2.1 (#25)
  12. - Bump actions/checkout from v2.3.2 to v2.3.4 (#26)
  13. - Bump actions/setup-node from v2.1.1 to v2.1.2 (#23)
  14. - Bump mocha from 8.1.1 to 8.2.0 (#24)
  15. - Bump mocha from 8.1.0 to 8.1.1 (#18)
  16. - Bump actions/checkout from v2.3.1 to v2.3.2 (#19)
  17. - Bump mocha from 8.0.1 to 8.1.0 (#17)
  18. - Bump actions/setup-node from v2.1.0 to v2.1.1 (#16)
  19. **4.0.0** — <small>_July 18, 2020_</small> — [Diff](https://github.com/archiverjs/node-crc32-stream/compare/3.0.1...4.0.0)
  20. * Bump actions/checkout from v1 to v2.3.1 (#13) @dependabot
  21. * Bump readable-stream from 3.4.0 to 3.6.0 (#15) @dependabot
  22. * Bump mocha from 6.2.0 to 8.0.1 (#14) @dependabot
  23. * Bump actions/setup-node from v1 to v2.1.0 (#12) @dependabot
  24. * remove support for node < 10 (#11) @ctalkington
  25. **3.0.1** — <small>_August 2, 2019_</small> — [Diff](https://github.com/archiverjs/node-crc32-stream/compare/3.0.0...3.0.1)
  26. - update dependencies
  27. **3.0.0** — <small>_April 29, 2019_</small> — [Diff](https://github.com/archiverjs/node-crc32-stream/compare/2.0.0...3.0.0)
  28. - Require Node.js 6.9, update dependencies, use modern JS syntax (GH #10)
  29. - Do not use the deprecated Buffer() constructor (GH #8)
  30. - remove node v0.10 and v0.12 support
  31. **2.0.0** — <small>_February 13, 2017_</small> — [Diff](https://github.com/archiverjs/node-crc32-stream/compare/1.0.1...2.0.0)
  32. - adopt nodejs core Hash API (GH #4)
  33. **1.0.1** — <small>_January 12, 2016_</small> — [Diff](https://github.com/archiverjs/node-crc32-stream/compare/1.0.0...1.0.1)
  34. - Switch to node-crc for performance (GH #3)
  35. - bump deps to ensure latest versions are used.
  36. [Release Archive](https://github.com/archiverjs/node-crc32-stream/releases)