Skip to content

Releases: tsers/zeison

0.9.0

11 Oct 12:14
5906dca
Compare
Choose a tag to compare
  • Update jawn-parser to version 1.0.0
  • Add Scala 2.13.x support
  • Drop Scala 2.11.x and 2.10.x support
  • Drop Java 1.7 support (JDK 8+ supported)

0.8.0

29 Oct 23:50
267bd04
Compare
Choose a tag to compare
  • Update jawn-parser to version 0.11.1
  • Add Scala 2.12.x support
  • Drop Java 1.6 support

0.7.0

28 Jan 18:14
Compare
Choose a tag to compare
  • Removed deprecated builder objects obj and arr
  • Added toJObject and toJArray methods
  • Fixed null rendering to arrays and objects
  • Throw an exception if trying to render JUndefined