All Versions
50
Latest Version
Avg Release Cycle
22 days
Latest Release
950 days ago

Changelog History
Page 5

  • v1.2.1 Changes

    September 13, 2020

    ๐Ÿ›  Fixed

    • Order is preserved when using JSONPath to follow wildcards, unions, and slices.
  • v1.2.0 Changes

    July 20, 2020

    โž• Added

    • ๐Ÿ“œ Parse Resuse option added to allow reusing maps on subsequent parses.
    • ๐Ÿ“œ In addition to callbacks, parsing multi-json documents can place elements on a chan interface{}. ### ๐Ÿ”„ Changed
    • ๐ŸŽ A code refactoring resulting in a performance boost to Parsing and Validation.
  • v1.1.4 Changes

    July 13, 2020

    ๐Ÿ”„ Changed

    • Validation speedup using a one switch statement and character maps.
  • v1.1.3 Changes

    July 09, 2020

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Validator bug introduced in the speedup fixed.
  • v1.1.2 Changes

    July 08, 2020

    ๐Ÿ”„ Changed

    • ๐ŸŽ Performance improvement on validation and parsing.
  • v1.1.1 Changes

    July 05, 2020

    ๐Ÿ›  Fixed

    • Write bug that incorrectly wrote some UTF-8 sequences.
  • v1.1.0 Changes

    July 04, 2020

    โž• Added

    • [Simple Encoding Notation](sen.md)
    • Lazy input and out options to the cmd/oj command.
  • v1.0.2 Changes

    July 01, 2020

    โž• Added

    • Filters will now iterate over Object members as well as Array members.
  • v1.0.1 Changes

    June 23, 2020

    โž• Added

    • cmd/oj now correctly allows JSON as an argument in addition to reading from a file.
  • v1.0.0 Changes

    June 22, 2020

    โž• Added

    • ๐ŸŽ‰ Initial release.