Skip to content

Releases: sbt/sbinary

0.5.2

08 Dec 22:24
v0.5.2
b05e553
Compare
Choose a tag to compare

SBinary is a library for describing binary protocols written originally by David MacIver. It can be used as a robust serialization mechanism for Scala objects or a way of dealing with existing binary formats found in the wild.

SBinary 0.5.2 is a variant of SBinary 0.5.1 that uses 2.13 artifact of scala-xml in Scala 3 (used for temporary experiment).

  • Downgrade scala-xml to use 2.13 version on 3 by @eed3si9n in #32

Behind the scene

Full Changelog: v0.5.1...v0.5.2

0.5.1

12 Apr 20:30
v0.5.1
735a06f
Compare
Choose a tag to compare

SBinary is a library for describing binary protocols written originally by David MacIver. It can be used as a robust serialization mechanism for Scala objects or a way of dealing with existing binary formats found in the wild.

SBinary 0.5.1 is cross built to Scala 2.10, 2.11, 2.12, 2.13, and Scala 3.