8000 Release v2.9.0 · typelevel/cats · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

v2.9.0

Compare
Choose a tag to compare
@armanbilge armanbilge released this 12 Nov 21:20
· 802 commits to main since this release
85d0355

Cats v2.9.0 is a binary-compatible release in the 2.x series. It is published for Scala 2.12, 2.13, and 3.2+ with Scala.js 1.8+ and Scala Native 0.4.

What's Changed

Features

Optimizations

Fixes

  • Don't require Order for the value on Cogen for SortedMap and NonEmptyMap by @cquiroz in #4296
  • Make cats.compat a package object for for2_13Use3 compatibility by @TonioGela in #4315
  • Fix ambiguous contains_ syntax by @armanbilge in #4320

Deprecations

Documentation

Behind-the-scenes

Updates

  • Update sbt-scalajs, scalajs-compiler, ... to 1.10.1 by @typelevel-steward in #4254
  • Update nscplugin, sbt-scala-native, ... to 0.4.7 by @typelevel-steward in #4289
  • Update scalacheck to 1.17.0 by @typelevel-steward in #4297
  • Update scala3-library, ... to 3.2.1 by @typelevel-steward in #4337

New Contributors

Full Changelog: v2.8.0...v2.9.0

0