cats v2.3.0 Release Notes

Release Date: 2020-11-26 // over 3 years ago
  • ๐Ÿš€ Welcome to the first stable release of Cats on Scala 3โ€ฆ milestone 2! We will continue releasing minor versions within the 2.3.x lineage against Scala 3.0.0 until it reaches a final stable release. The decision to push a stable release of Cats in advance of this date was made in order to simplify versioning within the downstream ecosystem.

    ๐Ÿ”„ Changes From 2.2.0

    • #3673 โ€“ tweak Band impl so it can more easily be combined with Monoid in a single instance (@Dwolla)
    • #3609 โ€“ A new dedicated cats ecosystem page (@benkio)
    • #3630 โ€“ FunctionK: methods to narrow input / widen output types (@bplommer)
    • #3620, #3624 โ€“ Typeclass instances for immutable.Seq (@JosephMoniz)
    • #3603 โ€“ Add method distinct to TraverseFilter (@takayahilton)