Releases: Arraying/Kotys
Releases · Arraying/Kotys
Version 0.4.0 Release
Version 0.4.0 is ready.
Changelog:
- Completely new tokenizer, should not longer stack overflow and be much much faster in general
- Added marshalling for JSONArrays
- Many small changes
Version 0.3.4 Release
Version 0.3.4 is ready.
Changelog:
- Removed JSONContainer, and forger.
- Fixed marshalling issue.
Version 0.3.3 Release
Version 0.3.3 is ready.
Changelog:
- Fixed issue marshalling JSON to string.
Version 0.3.2 Release
Version 0.3.2 is ready.
Changelog:
- Removed all character escaping which should not even be there in the first place
Version 0.3.1 Release
Version 0.3.1 is ready.
Changelog:
- Added annotation faking using the JSONForger object
Version 0.3.0 Release
Version 0.3.0 is ready.
Changelog:
- Hopefully fixed errors when marshalling JSON objects to regular arrays
- Fixed internal issues marshalling a sub-JSON object
- Added a JSON#delete and JSONArray#delete to delete entries
- JSON#put can now be chained
- Minor tweaks and bug fixes
Version 0.2.0 Release
Version 0.2.0 is ready.
Changelog:
- Mapping
JSONArray
s to objects should hopefully work. - Changed most of the object marshalling internals
- (Hopefully) added JavaDocs
Version 0.1.2 Release
Kotys version 0.2.1 is ready.
Changelog:
- Added support for long integers (JSON#large and JSONArray#large)
- Changed internals to differentiate between 32bit and 64bit numbers.
Version 0.1.1 Release
Kotys version 0.1.1 is ready.
Changelog:
- Fixed issues with null not working in a ConcurrentHashMap, using regular HashMap
- The library no longer ensures thread safety, it must be handled by the implementer
Version 0.1.0 Release
Intial release.