Skip to content

v0.8.1

Compare
Choose a tag to compare
@MateuszKubuszok MateuszKubuszok released this 30 Oct 23:45
· 713 commits to master since this release

Changelog:

  • Fix transforming into case class with var fields (#400, fixed in #401), thanks to @hughsimpson for finding and fixing the bug as the first contribution!
  • Fix preventing to use implicits if .into.transform sets any flag (before it prevented it only for override with a value/function) (#413, fixed in #412)
  • Enable Inkuire in Scala 3's Scaladocs searching (#399 , fixed in #402)