circe v0.12.0-M2 Release Notes

Release Date: 2019-06-01 // almost 5 years ago
  • ๐Ÿš€ This release updates Cats to 2.0.0-M2 (from M1), Scala 2.13 to 2.13.0-RC2 (from RC1), and Scala.js to 0.6.28 (from 0.6.27).

    ๐ŸŽ It also includes a performance optimization for findAllByKey by @diesalbla and a change to the behavior of EnumerationEncoder and EnumerationDecoder by @nadavwr (these derived instances now respect the constructor name transformation in the current configuration).

    ๐Ÿš€ This is also the first release of circe-testing that does not depend on ScalaTest (only ScalaCheck).