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

Changelog History
Page 3

  • v1.12.2 Changes

    July 28, 2021

    ๐Ÿ›  Fixed

    • Structs with recursive lists no longer fail.
  • v1.12.1 Changes

    July 23, 2021

    ๐Ÿ›  Fixed

    • ๐Ÿ‘ Applying filters to a non-simple list such as []*Sample now supported as expected.
  • v1.12.0 Changes

    July 03, 2021

    โž• Added

    • ๐Ÿ“œ SEN format parsing now allows string to be delimited with the single quote character.
    • ๐Ÿ“œ SEN format parsing now allows strings to be concatenated with syntax like ["abc" + "def"].
    • ๐Ÿ“œ SEN format parsing now allows functions such as ISODate("2021-06-28T10:11:12Z") in SEN data. ### ๐Ÿ”„ Changed
    • When Pretty Align is true map members are now aligned.
  • v1.11.1 Changes

    May 29, 2021

    ๐Ÿ›  Fixed

    • ๐Ÿ‘ Missing support for json.Marshaler and encoding.TextMarshaler added.
  • v1.11.0 Changes

    May 23, 2021

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Struct with pointers to base types such as *float64 are fixed.
    • Stack overflow when converting values to JSON which are a type alias of a builtin. ### โž• Added
    • โž• Added []byte converation option for decompose.
    • โž• Added MustXxx versions of multiple functions to allow a panic and recover code pattern. ### ๐Ÿ”„ Changed
    • oj.Unmarshal now emits float64 for all numbers instead of int64 for integers. The parse functions remain unchanged.
  • v1.10.0 Changes

    April 22, 2021

    ๐Ÿ›  Fixed

    • ๐Ÿ“œ Multiple part json tags are now parsed correctly and the string options is supported in both decompose and compose. ### โž• Added
    • ๐Ÿ“œ Tokenize callback parser added.
  • v1.9.5 Changes

    April 04, 2021

    ๐Ÿ›  Fixed

    • OmitNil now catches nil maps and slices more consistently.
  • v1.9.4 Changes

    April 04, 2021

    ๐Ÿ›  Fixed

    • ๐Ÿ“œ Number parsing in the form of 2e-7 has been fixed.
  • v1.9.3 Changes

    March 30, 2021

    ๐Ÿ›  Fixed

    • Writer functions now decompose structs if possible instead of resorting to %v too quickly.
  • v1.9.2 Changes

    March 24, 2021

    ๐Ÿ›  Fixed

    • ๐Ÿ“œ When parsing SEN format \r is now allowed in strings to support Windows line termination as it works in Linux and macOS.