Releases: leadpony/jsonp-test-suite
Releases · leadpony/jsonp-test-suite
2.1.0
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
2.0.0 - 2020-10-29
Changed
- Update the version of Jakarta JSON Processing API to 2.0.0.
2.0.0-RC2
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
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
1.5.0 - 2019-11-23
Added
- More tests for
JsonBuilderFactory
.
1.4.0
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
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
1.2.0 - 2019-08-04
Added
- JSON examples with various kinds of indentations.
1.1.0
1.1.0 - 2019-07-28
Added
- Tests for
getConfigInUse()
method.
- Tests for
JsonParser.skipArray()
and JsonParser.skipObject()
against unclosed array and object.