Shapeless 2.3.8
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
- Remove refinement from Witness.value (#1242 by @joroKr21)
- Fix documentation of Cached (#1241 by @joroKr21)
- Access nested defaults through this to avoid stack overflow (#1238 by @joroKr21)
- enable scala-native junit tests (#1229 by @xuwei-k)
- Update dependencies in series/2.3 (#1235 by @joroKr21)
- fix typo (#1209 by @SethTisue)
- Update links in README (#1202 by @brianloveswords)
- Remove unnecessary asInstanceOf call (#1197 by @joroKr21)
- Fix Generic instance for case classes with implicit arguments (#1191 by @lsrcz)
- Optimize sized.ToHList and ToSizedHList (#1182 by @joroKr21)
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