JSON3 Changelog
3.1.0
- Switched to
bestiejsorganisation - Added support for a list of properties as the
filterargument forJSON.stringify - Fixed Firefox 4 and 4.0.1 allowing non-standard extensions to
JSON.parse
3.0.0
- Renamed
JSON3toJSON - Removed
JSON3.Version - Added minified version of library
- Created a GitHub Project Page
- Preserved alphanumeric order when iterating over shadowed properties on objects
0.8.5
- Avoided relying on native functions
Math.abs, andisFinite, and native constructorsString,Number,Object, andArray - Fixed AMD export logic
0.8.0
- Renamed
PrimtoJSON3 - Added
JSON3.Version - Added support for AMD lodaers as the
"json"module - Added feature tests for native
JSONimplementations - Added string coercion for the
sourceargument inJSON3.parse - Fixed the date serialization routine in
JSON3.stringify
0.5.0
- Fixed
Prim.stringify’s handling of thewidthargument - Added Microsoft’s ES5 Conformance Tests to the test suite
0.2.0
- Added
Prim.stringifyfor serializing values - Renamed
Prim.EscapestoPrim.Unescapes - Disallowed unescaped tab characters in strings passed to
Prim.parse
0.1.0
- Initial release of Prim
