Skip to content

Releases: leadpony/jsonp-test-suite

2.1.0

23 Jan 14:00
Compare
Choose a tag to compare

2.1.0 - 2021-01-23

Added

  • Tests for JSON patch move operation on nonexistent value.
  • Test case for failure of character encoding detection.

Changed

  • Add operation on empty JSON pointer to structure type now accepts both array and object. This change is due to the requirement in the TCK.

2.0.0

29 Oct 12:14
Compare
Choose a tag to compare

2.0.0 - 2020-10-29

Changed

  • Update the version of Jakarta JSON Processing API to 2.0.0.

2.0.0-RC2

10 Apr 01:55
Compare
Choose a tag to compare
2.0.0-RC2 Pre-release
Pre-release

2.0.0-RC2 - 2020-04-10

Changed

  • Update the version of Jakarta JSON Processing API to 2.0.0-RC2.

2.0.0-RC1

02 Feb 02:46
Compare
Choose a tag to compare
2.0.0-RC1 Pre-release
Pre-release

2.0.0-RC1 - 2020-02-02

Changed

  • The API namespace was changed from javax.json to jakarta.json.
  • Update the version of Jakarta JSON Processing API to 2.0.0-RC1.

1.5.0

23 Nov 06:57
Compare
Choose a tag to compare

1.5.0 - 2019-11-23

Added

  • More tests for JsonBuilderFactory.

1.4.0

29 Sep 11:16
Compare
Choose a tag to compare

1.4.0 - 2019-09-29

Added

  • Add the automatic module name in the manifest file.

Fixed

  • Now allows both upper and lower cases in the hexadecimal letters of unicode escaping. (Issue #1 reported by @toddobryan)

1.3.0

01 Sep 11:53
Compare
Choose a tag to compare

1.3.0 - 2019-09-01

Added

  • Tests for JsonParser.skipArray() and JsonParser.skipObject() in the middle of array/object.
  • Tests for building JSON with collection/map.

1.2.0

04 Aug 06:35
Compare
Choose a tag to compare

1.2.0 - 2019-08-04

Added

  • JSON examples with various kinds of indentations.

1.1.0

28 Jul 03:27
Compare
Choose a tag to compare

1.1.0 - 2019-07-28

Added

  • Tests for getConfigInUse() method.
  • Tests for JsonParser.skipArray() and JsonParser.skipObject() against unclosed array and object.

1.0.0

23 Jul 14:23
Compare
Choose a tag to compare

1.0.0 - 2019-07-23

Added

  • Reporting for Joy.