All Versions
271
Latest Version
Avg Release Cycle
20 days
Latest Release
537 days ago

Changelog History
Page 20

  • v2.5.3 Changes

    January 03, 2014
    • ➕ Added support for blocks with StringWriter.
  • v2.5.2 Changes

    January 02, 2014
    • 🛠 Fixed indent problem with StringWriter so it now indents properly.
  • v2.5.1 Changes

    December 18, 2013
    • ➕ Added push_json() to the StringWriter and StreamWriter to allow raw JSON to be added to a JSON document being constructed.
  • v2.4.3 Changes

    December 16, 2013
    • 🏁 Made include pthread.h conditional for Windows.
  • v2.4.2 Changes

    December 14, 2013
    • Thanks to Patrik Rak for a fix to a buffer short copy when dumping with 0 indent.
  • v2.4.1 Changes

    December 10, 2013
    • 🛠 Fixed Windows version by removing class cache test.
  • v2.4.0 Changes

    December 08, 2013
    • 🔀 Merged in a PR to again allow strings with embedded nulls.
    • Implemented StreamWriter to compliment the StringWriter.
    • 🛠 Fixed bug in the class cache hash function that showed up with the sparc compiler.
  • v2.3.0 Changes

    December 01, 2013
    • 💎 JRuby is no longer supported.
    • ⚡️ Thanks to Stefan Kaes the support for structs has been optimized.
    • 👍 Better support for Rubinous.
    • ➕ Added option to disable GG during parsing.
    • ➕ Added StringWriter that allows building a JSON document one element at a time.
  • v2.2.3 Changes

    November 19, 2013
    • 🛠 Fixed struct segfault on load.
    • ➕ Added option to force float on load if a decimal number.
  • v2.2.2 Changes

    November 17, 2013
    • ➕ Added mutex support for Windows.
    • 📜 Protected SCP parser for GC.