Releases: typelevel/cats-mtl
Releases · typelevel/cats-mtl
v1.5.0
This release is the first with support for Scala Native 0.5, thanks @lolgab!
Features
- Add
Raise#fromEither
and friends by @armanbilge in #514
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
- @ChidiRnweke made their first contribution in #559
- @lolgab made their first contribution in #577
Full Changelog: v1.4.0...v1.5.0
v1.4.0
Enhancements
- implement Cats typeclass instances for
Ask
andLocal
by @bpholt in #465 - Change abstract instance
val
s todef
s by @rossabaker in #478
Docs
- Update readme for 1.3.0 release by @benhutchison in #470
- Add unidocs to root aggregate by @b-vennes in #459
- Be less precise about Scala 3 version by @rossabaker in #476
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
- @benhutchison made their first contribution in #470
- @b-vennes made their first contribution in #459
- @sh0hei made their first contribution in #360
- @rossabaker made their first contribution in #476
- @bpholt made their first contribution in #465
Full Changelog: v1.3.1...v1.4.0
v1.3.1
Cherry-picks #459 by @b-vennes to fix the Scaladocs.
Full Changelog: v1.3.0...v1.3.1
v1.3.0
v1.2.0
- 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
v1.1.2
v1.1.1
v1.1.0
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 anApplicativeError
(@pchpsky)
v1.1.0-M1
- 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 anApplicativeError
(@pchpsky)