nexus site path corrected
[portal.git] / ecomp-portal-FE / client / bower_components / json3 / CHANGELOG.md
1 # JSON3 Changelog
2
3 ## 3.1.0
4
5  * Switched to `bestiejs` organisation
6  * Added support for a list of properties as the `filter` argument for `JSON.stringify`
7  * Fixed Firefox 4 and 4.0.1 allowing non-standard extensions to `JSON.parse`
8
9 ## 3.0.0
10
11  * Renamed `JSON3` to `JSON`
12  * Removed `JSON3.Version`
13  * Added minified version of library
14  * Created a [GitHub Project Page](http://bestiejs.github.io/json3)
15  * Preserved alphanumeric order when iterating over shadowed properties on objects
16
17 ## 0.8.5
18
19  * Avoided relying on native functions `Math.abs`, and `isFinite`, and native constructors `String`, `Number`, `Object`, and `Array`
20  * Fixed AMD export logic
21
22 ## 0.8.0
23
24  * Renamed `Prim` to `JSON3`
25  * Added `JSON3.Version`
26  * Added support for AMD lodaers as the `"json"` module
27  * Added feature tests for native `JSON` implementations
28  * Added string coercion for the `source` argument in `JSON3.parse`
29  * Fixed the date serialization routine in `JSON3.stringify`
30
31 ## 0.5.0
32
33  * Fixed `Prim.stringify`'s handling of the `width` argument
34  * Added Microsoft's ES5 Conformance Tests to the test suite
35
36 ## 0.2.0
37
38  * Added `Prim.stringify` for serializing values
39  * Renamed `Prim.Escapes` to `Prim.Unescapes`
40  * Disallowed unescaped tab characters in strings passed to `Prim.parse`
41
42 ## 0.1.0
43
44  * Initial release of Prim