Skip to content

Releases: Synt4xErr0r4/json5

Version 2.1.0

24 Jan 18:45
4519e60
Compare
Choose a tag to compare

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

12 May 21:26
7d6cc05
Compare
Choose a tag to compare

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

30 Aug 13:27
Compare
Choose a tag to compare

Added support for various duplicate-key behaviors.
More information can be found in the README.

Version 1.2.1

30 May 14:43
Compare
Choose a tag to compare

This version fixes two bugs:

  1. Fixed a bug where stringifying non-printable unicode characters would
    throw a ClassCastException.
  2. Fixed a bug where checking for invalid unicode surrogate pairs would
    not work as intended.

Version 1.2.0

25 Aug 13:09
Compare
Choose a tag to compare

This release adds the clear and remove methods.

Version 1.1.0

23 Aug 14:07
Compare
Choose a tag to compare

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

22 Aug 17:44
Compare
Choose a tag to compare

This is the first release and should completely cover the JSON5 v1.0.0 spec.
More information can be found in the README.