Skip to content

Shapeless 2.3.9

Compare
Choose a tag to compare
@joroKr21 joroKr21 released this 27 Mar 16:14
· 815 commits to main since this release
79c8e5d

Now available for Scala 2.11, 2.12 and 2.13 on the JVM, Scala.js 1.8 and Scala Native 0.4 🎉
Many thanks to all contributors ❤️

This is a bug fix release, no new features have been added.

Changelog

  • When case class has custom unapply, reference getters instead (#1256 by @joroKr21)
  • Replace CtorDtor with simplified FromTo (#1252 by @joroKr21)
  • Fix Generic materialization for type aliases (series/2.3) (#1249 by @pomadchin)

Binary compatibility

This version is verified backwards binary compatible with 2.3.3 and should be backwards compatible with older 2.3 releases.

  • Shapeless is using an epoch.major.minor versioning scheme (referred to as "PVP" in sbt)
  • Shapeless is only backwards compatible, not forwards compatible