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.

CHANGES.md 1016B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. # Changelog
  2. ## not yet released
  3. None yet.
  4. ## v1.4.1 (2017-08-02)
  5. * #21 Update verror dep
  6. * #22 Update extsprintf dependency
  7. * #23 update contribution guidelines
  8. ## v1.4.0 (2017-03-13)
  9. * #7 Add parseInteger() function for safer number parsing
  10. ## v1.3.1 (2016-09-12)
  11. * #13 Incompatible with webpack
  12. ## v1.3.0 (2016-06-22)
  13. * #14 add safer version of hasOwnProperty()
  14. * #15 forEachKey() should ignore inherited properties
  15. ## v1.2.2 (2015-10-15)
  16. * #11 NPM package shouldn't include any code that does `require('JSV')`
  17. * #12 jsl.node.conf missing definition for "module"
  18. ## v1.2.1 (2015-10-14)
  19. * #8 odd date parsing behaviour
  20. ## v1.2.0 (2015-10-13)
  21. * #9 want function for returning RFC1123 dates
  22. ## v1.1.0 (2015-09-02)
  23. * #6 a new suite of hrtime manipulation routines: `hrtimeAdd()`,
  24. `hrtimeAccum()`, `hrtimeNanosec()`, `hrtimeMicrosec()` and
  25. `hrtimeMillisec()`.
  26. ## v1.0.0 (2015-09-01)
  27. First tracked release. Includes everything in previous releases, plus:
  28. * #4 want function for merging objects