Releases: Arraying/Kotys
Releases · Arraying/Kotys
Version 0.6.0 Release
Version 0.6.0 is ready.
Changelog:
- Changed pretty JSON formatting. Custom interface implementations can be used.
- Added thread safety to JSON and JSONArray. Only one thread may write to the data at a time, reads are not limited.
- Added the ability to set the JSON object's internal map implementation (except ConcurrentHashMap). This can be used to induce order for pretty printing.
Version 0.5.2 Release
Version 0.5.1 is ready.
Changelog:
- Added JSON pretty formatting.
Version 0.5.1 Release
Version 0.5.1 is ready.
Changelog:
- Fixed NPE when tokenizing multi-depth JSON with null values.
Version 0.5.0 Release
Version 0.5.0 is ready.
Changelog:
- Added functionality to get a JSON object or array directly from file.
- Updated README.md.
Version 0.4.6 Release
Version 0.4.6 is ready.
Changelog:
- Improved ORM for JSON and JSONArray fields.
Version 0.4.5 Release
Version 0.4.5 is ready.
Changelog:
- Changed array ORM to allow empty arrays, rather than making the field null.
- Allowed array ORM of JSON objects.
Version 0.4.4 Release
Version 0.4.4 is ready.
Changelog:
- Allowed the parsing of unicode characters.
Version 0.4.3 Release
Version 0.4.3 is ready.
Changelog:
- Fixed long integers not being parsed propely; non-decimals are now stored as a long internally.
Version 0.4.2 Release
Version 0.4.2 is ready.
Changelog:
- Updated version in pom.xml
Version 0.4.1 Release
Version 0.4.1 is ready.
Changelog:
- Fixed negative numbers not tokenizing
- Fixed not strict enough tokenizer