Skip to content

v0.8.0

Compare
Choose a tag to compare
@kevin-lee kevin-lee released this 31 Dec 09:41
· 80 commits to main since this release

0.8.0 - 2023-12-31

Changes

  • [refined4s-core] Change NewtypeBase.unapply and RefinedBase.unapply to return Some[A] instead of Option[A] (#208)

    The reason for having Some[A] as the return type of the unapply methods can be found at scala/bug#12232. 😔