All Versions
50
Latest Version
Avg Release Cycle
22 days
Latest Release
709 days ago
Changelog History
Page 1
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.
- Returned
-
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.
- โ Added the JSONPath filter operation
-
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.
- For JSONPath (jp) reflection Get returns