v2.2.0-RC1
Pre-release
Pre-release
Introduction
This release candidate features a way to create "new types" (like the eponym library), new constraints and minor fixes.
Main changes
- New types similar to the eponymous library in Scala 2.
BigDecimal
andBigInt
support innumeric
object.- Add
In[V1, V2, ..., VN]
constraint, alias forStrictEqual[V1] | StrictEqual[V2] | ... | StrictEqual[VN]
. - The documentation is now versioned like Scala 3 API's. You can change version in the upper left corner.
Contributors
Full Changelog: v2.1.0...v2.2.0-RC1