v0.3.0-M1
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
-
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 ↩