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