Skip to content

Releases: a-hansen/aon

6.1.2

31 Dec 16:45
Compare
Choose a tag to compare

Fix build for jitpack

6.1.1

31 Dec 16:30
Compare
Choose a tag to compare
  • Fix JsonWriter.flush()
  • Remove bintray
  • Code formatting

6.1.0

27 Jan 18:56
3b62842
Compare
Choose a tag to compare
  • Added convenience APIs.
  • Additional type conversions.
  • Performance improvements.

6.0.1

10 Aug 01:01
26fa66b
Compare
Choose a tag to compare
  • Bugfix, push back character that terminates a number.

6.0.0

09 Aug 18:07
5b36b39
Compare
Choose a tag to compare
  • Moved to Java 1.8.
  • Model changes revolving around the addition of Aprimitive and Aval.
  • Added msgpack support.
  • Reworked jmh for the benchmark.
  • Switched to JUnit.
  • Performance improvements.
  • Refactoring.

5.0.1

02 Nov 18:51
b20d3f1
Compare
Choose a tag to compare
  • Fix number reading
  • TestNG
  • JCenter

v5.0.0

14 Jul 16:38
7ddc8dd
Compare
Choose a tag to compare
  • New Aon format
  • Major rewrite

v4.0.1

14 Jul 16:33
Compare
Choose a tag to compare
Fixed NPE in map.

Removed some error checking.
Fix zip encoding.