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

Changelog History
Page 8

  • v3.7.3 Changes

    November 29, 2018
    • Allow + in front of numbers in parse as well as stream parse.
  • v3.7.2 Changes

    November 29, 2018
    • More tolerant float parsing to allow 123..

    • Parse exceptions raised by user code now preserve the message content of the exception.

  • v3.7.1 Changes

    November 09, 2018
    • Updated to support TruffleRuby.
  • v3.7.0 Changes

    October 29, 2018
    • Thanks to Ziaw for adding a integer range where integers outside that range are written as strings.
  • v3.6.13 Changes

    October 25, 2018
    • Fixed issue where exceptions were not being cleared on parsing.

    • Added addition unicode dump error information.

  • v3.6.12 Changes

    October 16, 2018
    • Fixed random :omit_nil setting with StringWriter and StreamWriter.
  • v3.6.11 Changes

    September 26, 2018
    • Added the JSON path to parse error messages.

    • BigDecimal parse errors now return Oj::ParseError instead of ArgumentError.

  • v3.6.10 Changes

    September 13, 2018
    • Additional occurrences of SYM2ID(sym) replaced.
  • v3.6.9 Changes

    September 12, 2018
    • SYM2ID(sym) causes a memory leak. A work around is now used.
  • v3.6.8 Changes

    September 08, 2018
    • Stopped setting the default options when optimize rails is called as the documentation has indicated.

    • In custom mode Date and DateTime instances default to use the :time_format option is the :create_additions option is false.