All Versions
19
Latest Version
Avg Release Cycle
52 days
Latest Release
1243 days ago

Changelog History
Page 1

  • v0.6.1 Changes

    November 01, 2020

    ๐Ÿ”„ 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
  • v0.6.0 Changes

    October 16, 2020

    ๐Ÿ”„ 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.

  • v0.5.3 Changes

    July 26, 2020

    ๐Ÿ”„ Change log:

    • Enable library to work seamlessly with -Wunused:patvars flag (#169)
    • ๐Ÿ‘Œ Support for cats Ior (#172) (thanks to @calvinlfer)
    • ๐Ÿ›  Bugfixed code generation for withCoproductInstanceF (#174)
  • v0.5.2 Changes

    May 07, 2020

    ๐Ÿ”„ Change log:

    • ๐Ÿ‘Œ support for Scala.js 1.0 (#165), thanks to @liff
  • v0.5.1 Changes

    April 24, 2020

    ๐Ÿ”„ Change log:

    • ๐Ÿ›  Fix withFieldConst to work with lifted transformation (#163)
    • Suggest using .enableMethodAccessors in the error message when def accessor found (#156)
    • Compile with scala 2.12.11 (#157)

    Thanks @ldrygala and @joroKr21 for your efforts!

  • v0.5.0 Changes

    March 17, 2020

    ๐Ÿ”„ Change log:

    • Lifted transformers (#146), including chimney-cats integration module for cats.data.Validated
    • ๐Ÿ“š Brand new, Sphinx-based documentation (#143), available at https://scalalandio.github.io/chimney/
    • 0๏ธโƒฃ Disallow method accessors by default (#148)

    ๐Ÿš€ Thanks to @ulanzetz, @jatcwang, @MateuszKubuszok and others who made this release possible.

  • v0.4.2 Changes

    March 07, 2020

    ๐Ÿ”„ Change log:

    • automatic filling of Unit fields (#141)
    • properly resolve generic type signatures for fields in PatcherMacros (#150)
  • v0.4.1

    January 31, 2020
  • v0.4.0 Changes

    January 24, 2020

    ๐Ÿ”„ Change log:

    • Transformer definition DSL (#129)
    • Ignoring redundant patcher fields (#130)
    • Option to always ignore None in patch (#131)
    • Eliminate unnecessary allocations in DSL (#132)
    • Scaladocs (#135)
  • v0.3.5

    December 02, 2019