json3 v3.2.0 Release Notes

  • 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.