Skip to content

v1.6.0

Compare
Choose a tag to compare
@satabin satabin released this 27 Oct 10:07
· 737 commits to main since this release
v1.6.0
55a2202

This release contains several improvements

  • Common
    • Add support for Scala Native for most modules! (thanks to @ybasket, see #384) 🎉
    • Switch to sbt-typelevel for build, which allows for better build matrix and flexibility (thanks to @ybasket and @armanbilge, see #315 and #398)
  • XML
  • CSV
  • Finite State
    • Add more streaming finite state implementations (see #369, #394, #399, #408, #410 by @satabin) paving the way to tree rewriting DSLs (such as XQuery or jq languages).

In addition following dependency updates are included:

  • Update sbt-scoverage to 2.0.6
  • Update scalafmt-core to 3.6.0
  • Update sbt-typelevel to 0.4.16
  • Update sbt-mdoc to 2.3.6
  • Update scala-library, scala-reflect to 2.13.10
  • Update play-json to 2.10.0-RC7
  • Update shapeless to 2.3.10

For a complete list of issues and PRs, see the milestone

This release was brought to you by the following contributors:

git shortlog -sn --no-merges v1.5.1..v1.6.0       
    40  Yannick Heiber
    29  Lucas Satabin
    10  Scala Steward
     1  zetashift