Skip to content

v0.4.0

Latest
Compare
Choose a tag to compare
@alexcardell alexcardell released this 21 Sep 17:01
· 2 commits to main since this release
v0.4.0
cefad31

What's Changed

Breaking Changes

  • The constraint for resolving objects has changed, with a new StructureCodec required. This can be derived from Circe codecs using the Circe module implicits.
  • StructureCodec can be defined explicitly, and requires your variant type to be isomorphic to a Structure, which is Map[String, Boolean | String | Int | Double | Structure]

Full Changelog: v0.3.0...v0.4.0