Skip to content

v1.4.0

Latest
Compare
Choose a tag to compare
@MateuszKubuszok MateuszKubuszok released this 15 Aug 14:49
· 15 commits to master since this release

Changelog:

  • allow setting Chimney flags globally through -Xmacro-settings scalac flag - see the docs to be able to globally disable/enable default values, usage of defs, getters/setters, etc (done in #572)
  • start supporting some simple lens-like operations officially (added testing, bugfixed uncovered cases) - see the docs and start updating your data with value.into[ValueType].withFieldConst(_.fieldName.matching[Subtype].everyItem, value).transform and how it compares to e.g. Quicklens (done in #583)
  • improve the documentation about integrating other libraries with Chimney (done in #584)