Skip to content
This repository has been archived by the owner on Oct 26, 2020. It is now read-only.

v2.0.0

Latest
Compare
Choose a tag to compare
@travisbrown travisbrown released this 25 Oct 14:16
· 23 commits to master since this release

This release includes changes that break backward binary compatibility.

  • Added cross-compilation for Scala 2.13.
  • Updated the ion-java version from 1.0.1 to 1.5.1.
  • Changed the return type of getListValue in IonInputMarshaller from the inferred Buffer[Node] to InputUnmarshaller's Seq[Node] (this was necessary because Buffer no longer extends scala.collection.Seq in Scala 2.13).