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

Changelog History
Page 1

  • v1.14.5 Changes

    October 12, 2022

    ๐Ÿ›  Fixed

    • ๐Ÿ— alt.Builder Pop fixed for nested objects.
  • v1.14.4 Changes

    August 11, 2022

    ๐Ÿ›  Fixed

    • Private members that match a JSON element no longer cause a panic.
  • v1.14.3 Changes

    June 12, 2022

    ๐Ÿ›  Fixed

    • Returned []byte from oj.Marshal and pretty.Marshal now copy the internal buffer instead of just returing it.
  • v1.14.2 Changes

    June 03, 2022

    โž• Added

    • โž• Added SameType test tool.
  • v1.14.1 Changes

    May 31, 2022

    ๐Ÿ›  Fixed

    • โœ‚ Removed dependency on external packages.
  • v1.14.0 Changes

    April 08, 2022

    โž• Added

    • โž• Added the JSONPath filter operation in.
    • โž• Added the JSONPath filter operation empty.
    • โž• Added the JSONPath filter operation =~ for regex.
  • v1.13.1 Changes

    March 19, 2022

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fixed a case where a un-terminated JSON did not return an error.
  • v1.13.0 Changes

    March 05, 2022

    โž• Added

    • โž• Added jp.Expr.Has() function.
    • โž• Added jp.Walk to walk data and provide a the path and value for each element.
  • v1.12.14 Changes

    February 28, 2022

    ๐Ÿ›  Fixed

    • []byte are encoded according to the ojg.Options.
  • v1.12.13 Changes

    February 23, 2022

    ๐Ÿ›  Fixed

    • For JSONPath (jp) reflection Get returns has value correctly for zero field values.