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

Changelog History
Page 2

  • v1.12.12 Changes

    December 27, 2021

    ๐Ÿ›  Fixed

    • JSONPath scripts (jp.Script or [?(@.foo == 123)]) is now thread safe.
  • v1.12.11 Changes

    December 10, 2021

    ๐Ÿ›  Fixed

    • ๐Ÿ“œ Parser reuse was no resetting callback and channels. It does now.
  • v1.12.10 Changes

    December 07, 2021

    โž• Added

    • โž• Added a delete option to the oj application.
  • v1.12.9 Changes

    October 31, 2021

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Stuttering extracted elements when using the -x options has been fixed.
  • v1.12.8 Changes

    September 21, 2021

    ๐Ÿ›  Fixed

    • Correct unicode character is now included in error messages.
  • v1.12.7 Changes

    September 14, 2021

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Typo in maxEnd for 32 bit architecture fixed.
    • json.Unmarshaler fields in a struct correctly unmarshal.
  • v1.12.6 Changes

    September 12, 2021

    ๐Ÿ›  Fixed

    • ๐Ÿ“ฆ Due to limitation (a bug most likely) in the stardard math package math.MaxInt64 can not be used on 32 bit architectures. Changes were made to work around this limitation.

    • Embedded (Anonymous) pointers types now encode correctly.

    โž• Added

    • ๐Ÿ‘Œ Support for json.Unmarshaler interface added.
  • v1.12.5

    August 17, 2021
  • v1.12.4 Changes

    August 06, 2021

    ๐Ÿ›  Fixed

    • Setting an element in an array that does not exist now creates the array is the Nth value is not negative.
  • v1.12.3 Changes

    August 01, 2021

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Error message on failed recompose was fixed to display the correct error message.
    • Marshal of a non-pointer that contains a json.Marshaller that is not a pointer no longer fails.