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.

NEWS.md 1.6KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. # Changes by Version
  2. ## Unreleased
  3. ## [3.0.1] - 2019-11-25
  4. ### Fixed
  5. * Correctly export symbols in TypeScript definition (#26)
  6. ## [3.0.0] - 2019-04-30
  7. ### Added
  8. * TypeScript typings file (#12)
  9. ### Removed
  10. * Support for Node < 8 (#10)
  11. ## [2.0.2] - 2017-03-11
  12. ### Added
  13. * Node 8 support (#6)
  14. ## [2.0.1] - 2017-01-26
  15. ### Fixed
  16. * Include `index.js` in the NPM package again
  17. ## [2.0.0] - 2017-01-26
  18. ### Removed
  19. * Support for Node 0.10 and 0.12 (#4)
  20. ## [1.3.1] - 2017-03-11
  21. ### Added
  22. * Node 8 support (#6)
  23. ## [1.3.0] - 2016-12-05
  24. ### Added
  25. * Human-readable messages for Errors (#2)
  26. ## [1.2.0] - 2016-09-15
  27. ### Added
  28. * Support for Node 0.10 and 0.12 via Babel (#1)
  29. ## [1.1.0] - 2016-09-06
  30. ### Added
  31. * Optional `defaultTextEncoding` parameter in the `ChecksumValidator` constructor
  32. * Access to the underlying `ChecksumValidator` class
  33. ## [1.0.0] - 2016-09-05
  34. Initial release.
  35. [3.0.1]: https://github.com/malept/sumchecker/compare/v3.0.0...v3.0.1
  36. [3.0.0]: https://github.com/malept/sumchecker/compare/v2.0.2...v3.0.0
  37. [2.0.2]: https://github.com/malept/sumchecker/compare/v2.0.1...v2.0.2
  38. [2.0.1]: https://github.com/malept/sumchecker/compare/v2.0.0...v2.0.1
  39. [2.0.0]: https://github.com/malept/sumchecker/compare/v1.3.0...v2.0.0
  40. [1.3.1]: https://github.com/malept/sumchecker/compare/v1.3.0...v1.3.1
  41. [1.3.0]: https://github.com/malept/sumchecker/compare/v1.2.0...v1.3.0
  42. [1.2.0]: https://github.com/malept/sumchecker/compare/v1.1.0...v1.2.0
  43. [1.1.0]: https://github.com/malept/sumchecker/compare/v1.0.0...v1.1.0
  44. [1.0.0]: https://github.com/malept/sumchecker/releases/tag/v1.0.0