Releases: Synt4xErr0r4/json5
Version 2.1.0
Added a new option to JSONOption
regarding trailing data, made JSONObject
's member order consistent, various small improvements.
More information can be found in the README.
Version 2.0.0
Expanded the API, including some breaking changes regarding Instants. Also added more parser options and improved parsing by removing regular expressions.
More information can be found in the README.
Version 1.3.0
Added support for various duplicate-key behaviors.
More information can be found in the README.
Version 1.2.1
This version fixes two bugs:
- Fixed a bug where stringifying non-printable unicode characters would
throw a ClassCastException. - Fixed a bug where checking for invalid unicode surrogate pairs would
not work as intended.
Version 1.2.0
This release adds the clear
and remove
methods.
Version 1.1.0
This is the second release and should completely cover the (unreleased) JSON5 v1.1.0 spec.
More information can be found in the README.
Version 1.0.0
This is the first release and should completely cover the JSON5 v1.0.0 spec.
More information can be found in the README.