Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2022-03-27 | 1.0 kB | |
Shapeless 2.3.9 source code.tar.gz | 2022-03-27 | 335.9 kB | |
Shapeless 2.3.9 source code.zip | 2022-03-27 | 501.9 kB | |
Totals: 3 Items | 838.8 kB | 0 |
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