All Versions
50
Latest Version
Avg Release Cycle
22 days
Latest Release
951 days ago
Changelog History
Page 5
Changelog History
Page 5
-
v1.2.1 Changes
September 13, 2020๐ Fixed
- Order is preserved when using JSONPath to follow wildcards, unions, and slices.
-
v1.2.0 Changes
July 20, 2020โ Added
- ๐ Parse Resuse option added to allow reusing maps on subsequent parses.
- ๐ In addition to callbacks, parsing multi-json documents can place elements on a
chan interface{}
. ### ๐ Changed - ๐ A code refactoring resulting in a performance boost to Parsing and Validation.
-
v1.1.4 Changes
July 13, 2020๐ Changed
- Validation speedup using a one switch statement and character maps.
-
v1.1.3 Changes
July 09, 2020๐ Fixed
- ๐ Validator bug introduced in the speedup fixed.
-
v1.1.2 Changes
July 08, 2020๐ Changed
- ๐ Performance improvement on validation and parsing.
-
v1.1.1 Changes
July 05, 2020๐ Fixed
- Write bug that incorrectly wrote some UTF-8 sequences.
-
v1.1.0 Changes
July 04, 2020โ Added
- [Simple Encoding Notation](sen.md)
- Lazy input and out options to the
cmd/oj
command.
-
v1.0.2 Changes
July 01, 2020โ Added
- Filters will now iterate over Object members as well as Array members.
-
v1.0.1 Changes
June 23, 2020โ Added
cmd/oj
now correctly allows JSON as an argument in addition to reading from a file.
-
v1.0.0 Changes
June 22, 2020โ Added
- ๐ Initial release.