All Versions
18
Latest Version
Avg Release Cycle
89 days
Latest Release
3594 days ago

Changelog History
Page 2

  • v3.2.0 Changes

    2012-04-15

    • Override native stringify() implementations to work around date serialization bugs.
    • Ensure the date serialization tests pass in all time zones [Issue #3].
    • Add a workaround for buggy Date#getUTC{FullYear, Month, Date} implementations in Opera > 9.64 [Issue #4].
    • Ensure Firefox <= 11.0 serializes negative years as six-digit extended years.
    • Ensure Safari <= 5.1.5 serializes milliseconds correctly.
    • Add a Node-based build script.
    • Vendor all dependencies.
    • Opera 7.54u2 support.
  • v3.1.0 Changes

    2012-03-22

    • Switched to bestiejs organisation
    • Added support for a list of properties as the filter argument for JSON.stringify
    • Fixed Firefox 4 and 4.0.1 allowing non-standard extensions to JSON.parse
  • v3.0.0 Changes

    2012-03-20

    • Renamed JSON3 to JSON
    • Removed JSON3.Version
    • Added minified version of library
    • Created a GitHub Project Page
    • Preserved alphanumeric order when iterating over shadowed properties on objects
  • v0.8.5 Changes

    2012-03-16

    • Avoided relying on native functions Math.abs, and isFinite, and native constructors String, Number, Object, and Array
    • Fixed AMD export logic
  • v0.8.0 Changes

    2012-03-15

    • Renamed Prim to JSON3
    • Added JSON3.Version
    • Added support for AMD lodaers as the "json" module
    • Added feature tests for native JSON implementations
    • Added string coercion for the source argument in JSON3.parse
    • Fixed the date serialization routine in JSON3.stringify
  • v0.5.0 Changes

    2012-02-18

    • Fixed Prim.stringify’s handling of the width argument
    • Added Microsoft’s ES5 Conformance Tests to the test suite
  • v0.2.0 Changes

    2012-02-17

    • Added Prim.stringify for serializing values
    • Renamed Prim.Escapes to Prim.Unescapes
    • Disallowed unescaped tab characters in strings passed to Prim.parse
  • v0.1.0 Changes

    2012-02-16

    • Initial release of Prim