WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Releases: typelevel/cats-mtl

v1.6.0

18 Aug 16:03
da349f7

Choose a tag to compare

This is a major feature update, with the addition of the LiftValue and LiftKind classes, as well as support for "submarine" error handling with try/catch-like syntax. For more details, see the Handle.raise/Handle.raiseF methods and the corresponding unit tests.

What's Changed

  • Update scala-library to 2.12.20 by @typelevel-steward[bot] in #580
  • Update auxlib, clib, javalib, nativelib, ... to 0.5.6 by @typelevel-steward[bot] in #591
  • Use cats.syntax.all._ instead of cats.implicits by @lenguyenthanh in #592
  • Update scala-library to 2.13.16 by @typelevel-steward[bot] in #601
  • Update cats-core, cats-laws, cats-testkit to 2.13.0 by @typelevel-steward[bot] in #604
  • Update sbt-scalajs, scalajs-compiler, ... to 1.18.2 by @typelevel-steward[bot] in #606
  • Update sbt-typelevel, sbt-typelevel-site to 0.7.7 by @typelevel-steward[bot] in #608
  • Point to Typelevel CoC by @rossabaker in #618
  • Fix scala-3 symlink issue, use 2-13+ folder instead by @lenguyenthanh in #622
  • Update scalafmt-core to 3.9.4 by @typelevel-steward[bot] in #623
  • Update scala3-library, ... to 3.3.6 by @typelevel-steward[bot] in #628
  • Update sbt-typelevel, sbt-typelevel-site to 0.8.0 by @typelevel-steward[bot] in #632
  • Update auxlib, clib, javalib, nativelib, ... to 0.5.8 by @typelevel-steward[bot] in #633
  • Update sbt, scripted-plugin to 1.11.2 by @typelevel-steward[bot] in #634
  • Fix source compatibility with Scala 3.6 by @mbovel in #627
  • Update sbt, scripted-plugin to 1.11.4 by @typelevel-steward[bot] in #637
  • Implemented submarine error propagation for Handle by @lenguyenthanh in #619
  • Add LiftValue and LiftKind by @NthPortal in #625
  • Update sbt-doctest to 0.11.3 by @typelevel-steward[bot] in #638
  • Add Ask#liftTo and Local#liftTo by @NthPortal in #639

New Contributors

Full Changelog: v1.5.0...v1.6.0

v1.5.0

05 Aug 17:35
09fbce3

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

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

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

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

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

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

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

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

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)