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