Releases: scalalandio/chimney
Releases · scalalandio/chimney
v0.6.0
Change log:
- Enable support of macro-dependent implicit transformers (#183)
- Drop support for Scala 2.11 and ScalaJS 0.6.x (#184)
- Fix
withCoproductInstance
inTransformerFInto
which shlould returnTransformerFInto
(#185) - Improved support of nested sealed hierarchies (#182)
- Support of scope-default transformer configuration (#190)
Big thanks for @ulanzetz and others who contributed to this release.
v0.5.3
v0.5.2
v0.5.1
v0.5.0
Change log:
- Lifted transformers (#146), including
chimney-cats
integration module forcats.data.Validated
- Brand new, Sphinx-based documentation (#143), available at https://scalalandio.github.io/chimney/
- Disallow method accessors by default (#148)
Thanks to @ulanzetz, @jatcwang, @MateuszKubuszok and others who made this release possible.