Skip to content

v2.2.0-RC1

Pre-release
Pre-release
Compare
Choose a tag to compare
@Iltotore Iltotore released this 30 Jun 16:27
· 85 commits to main since this release
da8629d

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 and BigInt support in numeric object.
  • Add In[V1, V2, ..., VN] constraint, alias for StrictEqual[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