Skip to content

Releases: openjax/json

v1.0.0

27 Feb 12:44
Compare
Choose a tag to compare
  • #13 Apply auto-formatting

v0.9.4

20 Sep 12:39
Compare
Choose a tag to compare
  • #12 Support non-strict compliance to JSON spec
  • #11 Indentation in JSON.toString(...) is incorrect
  • #10 Improve runtime and memory performance
  • #9 Support JsonReader.(String)
  • #7 JsonReader.readToken to return composite long point instead of String
  • #6 Upgrade Maven dependencies
  • #4 Transition to GitHub Actions
  • #3 Release resources in JsonReader.close()
  • #2 Parameterize JUnit tests

v0.9.3

23 May 06:09
Compare
Choose a tag to compare
  • Rewrite JsonUtil.parseNumber(Class,String).
  • Improve tests.
  • Improve javadocs.

v0.9.2

22 Jul 10:12
Compare
Choose a tag to compare
  • Optimize runtime performance of JsonReader.
  • Support JsonReader#mark() and JsonReader#reset().
  • Rename JsonStrings to JsonUtil.
  • Upgrade org.libj:test:0.6.9 to 0.7.0.
  • Upgrade org.libj:exec:0.8.9 to 0.8.10.
  • Upgrade org.openjax.maven:mojo:0.3.5 to 0.4.1.
  • Upgrade org.openjax.xml:sax:0.9.2 to 0.9.3.

v0.9.1

20 Sep 12:39
Compare
Choose a tag to compare
  • Initial public release.