Composition
now has a decompose
method, which is an inverse of compose
.
This version is binary compatible with 0.3.7, with one exception: the Composition
companion object used to contain a helper apply
method which was used in the generated code to create instances of Composition
. It was never intended to be public.
This version is not forward-compatible with 0.3.x
.
What's Changed
- Update sbt-version-policy to 2.1.0 by @scala-steward in #44
- Update sbt-sonatype to 3.9.15 by @scala-steward in #52
- Update scalafmt-core to 3.6.1 by @scala-steward in #49
- Update sbt-scalafmt to 2.5.0 by @scala-steward in #48
- Update sbt to 1.7.3 by @scala-steward in #47
- Update sbt-pgp to 2.2.0 by @scala-steward in #46
- Update sbt-ci-release to 1.5.11 by @scala-steward in #45
- Update sbt-git to 2.0.0 by @scala-steward in #40
- Update sbt-tpolecat to 0.4.1 by @scala-steward in #41
- add decompose to Composition by @yurique in #53
Full Changelog: v0.3.7...v0.3.8