8eecbe237fcbb5e01bcb684785a6280ff295abd757b0510e976506a190345e2c476a2d96817e50f0e827fc49cb10a7f023f95f85ac97b75ab55bff105584f6 1.1 KB

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