Skip to content

0.3.8 – decompose

Latest
Compare
Choose a tag to compare
@yurique yurique released this 13 Dec 13:39
· 6 commits to main since this release
8936805

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

Full Changelog: v0.3.7...v0.3.8