Skip to content

Releases: typelevel/cats-mtl

v1.5.0

05 Aug 17:35
09fbce3
Compare
Choose a tag to compare

This release is the first with support for Scala Native 0.5, thanks @lolgab!

Features

Updates

  • Update scala-library to 2.12.19 by @typelevel-steward in #554
  • Update scala3-library, ... to 3.3.3 by @typelevel-steward in #556
  • Update scala-library to 2.13.14 by @typelevel-steward in #565
  • Update Scala Native to 0.5.4 by @lolgab in #577

New Contributors

Full Changelog: v1.4.0...v1.5.0

v1.4.0

23 Oct 22:51
a8b19c0
Compare
Choose a tag to compare

Enhancements

  • implement Cats typeclass instances for Ask and Local by @bpholt in #465
  • Change abstract instance vals to defs by @rossabaker in #478

Docs

Updates

  • Update scala-library to 2.12.18 by @typelevel-steward in #499
  • Update cats-core, cats-laws, cats-testkit to 2.10.0 by @typelevel-steward in #517
  • Update scala3-library, ... to 3.3.1 by @typelevel-steward in #523
  • Update scala-library to 2.13.12 by @typelevel-steward in #525
  • Update sbt-scalajs, scalajs-compiler, ... to 1.14.0 by @typelevel-steward in #532
  • Update nscplugin, sbt-scala-native, ... to 0.4.16 by @typelevel-steward in #534

New Contributors

Full Changelog: v1.3.1...v1.4.0

v1.3.1

30 Apr 23:49
Compare
Choose a tag to compare

Cherry-picks #459 by @b-vennes to fix the Scaladocs.

Full Changelog: v1.3.0...v1.3.1

v1.3.0

27 Jun 20:12
v1.3.0
60d70b8
Compare
Choose a tag to compare
  • Added support for Scala native
  • Upgraded Scala.js to 1.10.1
  • Upgraded Scala 3 to 3.1.3
  • Updated Cats to 2.8.0

v1.2.0

20 Apr 04:46
v1.2.0
261ee07
Compare
Choose a tag to compare
  • Dropped support for Scala 3.0.0-RC1
  • Added support for Scala 3.0.0-RC3
  • Documentation fixes and improvements (@dhinojosa, @yoohaemin)

Thank you, all!

v1.1.3

20 Apr 04:46
v1.1.3
d5d0047
Compare
Choose a tag to compare
  • Dropped support for Scala 3.0.0-M3
  • Added support for Scala 3.0.0-RC2

v1.1.2

17 Feb 19:19
v1.1.2
f467579
Compare
Choose a tag to compare
  • drop Scala 3.0.0-M2, introduce Scala 3.0.0-RC1
  • update cats to 2.4.2
  • #306 Add Tell instance for RWST

v1.1.1

18 Dec 18:55
v1.1.1
Compare
Choose a tag to compare
  • Dropped support for Scala 3.0.0-M1
  • Added support for Scala 3.0.0-M3

v1.1.0

18 Dec 18:54
d3f7761
Compare
Choose a tag to compare

Belated release notes! This release is fully binary-compatible with the entire 1.x line.

  • Support for Scala 3.0.0-M1 and 3.0.0-M2 (@djspiewak)
  • Fixed typos in @implicitNotFound copy pasta (@djspiewak)
  • Upgraded to Cats 2.3.0
  • Implicitly materialize a Handle for all types which form an ApplicativeError (@pchpsky)

v1.1.0-M1

07 Nov 22:51
v1.1.0-M1
Compare
Choose a tag to compare
v1.1.0-M1 Pre-release
Pre-release
  • Support for Dotty 0.27.0-RC1 and Scala 3.0.0-M1 (@djspiewak)
  • Fixed typos in @implicitNotFound copy pasta (@djspiewak)
  • Upgraded to Cats 2.3.0-M2
  • Implicitly materialize a Handle for all types which form an ApplicativeError (@pchpsky)