Skip to content

Releases: typelevel/mouse

v1.0.10

13 Feb 09:59
23a121c
Compare
Choose a tag to compare

New features

Behind the scenes

Full Changelog: v1.0.9...v1.0.10

v1.0.9

28 Jan 09:59
25754bd
Compare
Choose a tag to compare

Proud to announce that Mouse now has a microsite, check it out https://typelevel.org/mouse/.

New features

Behind the scenes

New Contributors

Full Changelog: v1.0.8...v1.0.9

v1.0.8

13 Dec 23:24
e45c9d4
Compare
Choose a tag to compare

New features

Behind the scenes

New Contributors

Note MIMA binary compatibility checking is enabled from this release.
Full Changelog: v1.0.7...v1.0.8

v1.0.7

28 Oct 13:54
4675320
Compare
Choose a tag to compare

New syntaxes have arrived in this release for:

  • nested structures like F[G[A]] and F[G[H[A]]] — no more nested maps/flatMaps.
  • tuple — no need to bring shapeless into dependencies just for tuple syntax.

Also, whenAL and unlessAL on Boolean with semantic of lazy effect computing.

Syntax for F[Either[L, R]]

07 Oct 15:39
3f08725
Compare
Choose a tag to compare

This release brings brand new syntax for F[Either[L, R]].

Syntax for F[Option[A]]

28 Sep 07:54
6da3684
Compare
Choose a tag to compare

This release brings brand new syntax for F[Option[A]].

Lift Strings to Throwables

10 Jul 08:40
4c57617
Compare
Choose a tag to compare
v1.0.4

add methods for creating generic errors from string (#218)

Scala 3.0.0

27 May 09:56
1226451
Compare
Choose a tag to compare

Build for Scala 3.0.0

1.0.2

04 Apr 02:29
Compare
Choose a tag to compare

Support Scala 3.0.0-RC2

Scala 2.x and 3 RC1 crossbuild

04 Mar 02:18
39e286c
Compare
Choose a tag to compare

Publish mouse for Scala 3