Chimney v0.6.1 Release Notes

Release Date: 2020-11-01 // over 3 years ago
  • ๐Ÿ”„ Change log:

    • ๐Ÿ‘ Experimental error paths support (#154), thanks to @ulanzetz
    • Proper config type dealiasing (#194)
    • Simplified companion object macro utils, followed by removal of scala-compiler dependency

Previous changes from 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 in TransformerFInto which shlould return TransformerFInto (#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.