All Versions
50
Latest Version
Avg Release Cycle
22 days
Latest Release
919 days ago
Changelog History
Page 2
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.
- ๐ Stuttering extracted elements when using the
-
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.