Typelevel Mouse Versions Save

A small companion to cats

v1.2.3

2 months ago

This is a binary-compatible release within the 1.2.x series.

What's Changed

Behind the scenes

Full Changelog: https://github.com/typelevel/mouse/compare/v1.2.2...v1.2.3

v1.2.2

6 months ago

This is a binary-compatible release within the 1.2.x series.

What's Changed

Behind the Scenes

Full Changelog: https://github.com/typelevel/mouse/compare/v1.2.1...v1.2.2

v1.2.1

1 year ago

This is the second release in the 1.2.x series. It's binary-compatible within the series.

What's Changed

Behind The Scenes

New Contributors

Full Changelog: https://github.com/typelevel/mouse/compare/v1.2.0...v1.2.1

v1.2.0

1 year ago

This is the first release in the 1.2.x series. It's binary compatible with the previous series. Also, this is the first release that supports Scala Native.

What's Changed

Behind The Scenes

New Contributors

Full Changelog: https://github.com/typelevel/mouse/compare/v1.1.0...v1.2.0

v1.1.0

1 year ago

This is the first release in the 1.1.x series. It is binary-compatible with the 1.0.x series for Scala 2 and 3. But the Scala 3 build now requires at least Scala 3.1.0.

What's Changed

Behind The Scenes

New Contributors

Full Changelog: https://github.com/typelevel/mouse/compare/v1.0.11...v1.1.0

v1.0.11

2 years ago

This release is binary compatible with the 1.x series.

What's Changed

Behind the scenes

New Contributors

Full Changelog: https://github.com/typelevel/mouse/compare/v1.0.10...v1.0.11

v1.0.10

2 years ago

New features

Behind the scenes

Full Changelog: https://github.com/typelevel/mouse/compare/v1.0.9...v1.0.10

v1.0.9

2 years ago

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: https://github.com/typelevel/mouse/compare/v1.0.8...v1.0.9

v1.0.8

2 years ago

New features

Behind the scenes

New Contributors

Note MIMA binary compatibility checking is enabled from this release. Full Changelog: https://github.com/typelevel/mouse/compare/v1.0.7...v1.0.8

v1.0.7

2 years ago

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.