Skip to content

Releases: michel-kraemer/actson

v2.1.0

27 Oct 06:21
Compare
Choose a tag to compare

New features:

  • Add possibility to provide a custom implementation of a character buffer. A character buffer keeps the contents of the currently parsed JSON value in memory.

Maintenance:

  • Update dependencies
  • Update Gradle to 7.5.1

v2.0.0

27 Jan 08:22
Compare
Choose a tag to compare

New features:

  • Add method to get current long integer value

Breaking changes:

  • Library requires Java 8 now
  • Change return type of getParsedCharacterCount() to long to avoid integer overflow when parsing files larger than 2GB

Maintenance:

  • Update dependencies of tests and examples
  • Update to Gradle 7
  • Migrate to JUnit5 and AssertJ
  • Minor code cleanup

v1.2.0

16 Nov 06:22
Compare
Choose a tag to compare
  • RFC 7159 compliance

    (tested with the JSONTestSuite)
  • Performance improvements
  • Minor bug fixes

v1.1.0

25 Aug 18:02
Compare
Choose a tag to compare
  • Add method to get parsed character count
  • Improve performance by reducing the number of calls to hasRemaining()
  • Improve code coverage

v1.0.0

19 Aug 08:31
Compare
Choose a tag to compare

First release