Skip to content

Releases: indoorvivants/toml-scala

v0.3.0-M2

24 Oct 14:41
Compare
Choose a tag to compare

This release reintroduces scala-java-time dependency as required on Native and JS.

A redesign around datatime types will be required to make the dependency optional again.

Full Changelog: v0.3.0-M1...v0.3.0-M2

v0.3.0-M1

24 Oct 10:27
Compare
Choose a tag to compare

This is the first release of the fork of https://github.com/sparsetech/toml-scala.

  • introduces Scala 3 support 1,
  • drops Scala 2.11,
  • updates Scala.js,
  • adds Scala Native 0.5.x, and
  • introduces minor syntactic changes on Scala 2 auto-derivation (import toml.Codecs._ => import toml.derivation.auto._)

Massive thanks to @lolgab for adding the Scala 3 support and doing all the work required to cross-build fastparse combinators in this project.

What's Changed

  • Basic support for Scala 3 and update libraries to latest versions by @lolgab in #1
  • sbt-ci-release, project matrix, restore datetime codecs, rejig packages by @keynmol in #2

New Contributors

Full Changelog: https://github.com/indoorvivants/toml-scala/commits/v0.3.0-M1

  1. Note that for Scala 3 there's currently no auto-derivation mechanism, but it will be added by the time 0.3.0 is released