Initial commit
[yaffs-website] / node_modules / jsprim / CHANGES.md
1 # Changelog
2
3 ## not yet released
4
5 None yet.
6
7 ## v1.3.1 (2016-09-12)
8
9 * #13 Incompatible with webpack
10
11 ## v1.3.0 (2016-06-22)
12
13 * #14 add safer version of hasOwnProperty()
14 * #15 forEachKey() should ignore inherited properties
15
16 ## v1.2.2 (2015-10-15)
17
18 * #11 NPM package shouldn't include any code that does `require('JSV')`
19 * #12 jsl.node.conf missing definition for "module"
20
21 ## v1.2.1 (2015-10-14)
22
23 * #8 odd date parsing behaviour
24
25 ## v1.2.0 (2015-10-13)
26
27 * #9 want function for returning RFC1123 dates
28
29 ## v1.1.0 (2015-09-02)
30
31 * #6 a new suite of hrtime manipulation routines: `hrtimeAdd()`,
32   `hrtimeAccum()`, `hrtimeNanosec()`, `hrtimeMicrosec()` and
33   `hrtimeMillisec()`.
34
35 ## v1.0.0 (2015-09-01)
36
37 First tracked release.  Includes everything in previous releases, plus:
38
39 * #4 want function for merging objects