Skip to content

Releases: typelevel/mouse

v1.3.0

01 Jun 16:31
1b2abf5
Compare
Choose a tag to compare

This release is binary-compatible with the predecessor series v1.2.x. It's built against Cats v2.12.0 and published for Scala 2.12, 2.13 and 3.3+ with Scala.js 1.13+ and Scala Native 0.5.

What's Changed

  • Update nscplugin, sbt-scala-native to 0.5.2 by @typelevel-steward in #497
  • Bump tlBaseVersion by @danicheg in #498

Full Changelog: v1.2.4...v1.3.0

v1.2.4

01 Jun 10:33
8a20c3b
Compare
Choose a tag to compare

This is complementary to the Cats v2.11.0 release, which is binary-compatible within the 1.2.x series.

What's Changed

  • Update scala-library to 2.12.19 by @typelevel-steward in #480
  • Update scala3-library, ... to 3.3.3 by @typelevel-steward in #483
  • Update scalafmt-core to 3.8.1 by @typelevel-steward in #484
  • Update sbt-scalajs, scalajs-compiler, ... to 1.16.0 by @typelevel-steward in #485
  • Refactor settings related to sbt-header in build.sbt by @danicheg in #490
  • Update scala-library to 2.13.14 by @typelevel-steward in #492
  • Update sbt to 1.10.0 by @typelevel-steward in #493
  • Update sbt-typelevel, sbt-typelevel-site to 0.7.1 by @typelevel-steward in #494
  • Update munit to 1.0.0 by @typelevel-steward in #495
  • Update cats-core to 2.11.0 by @typelevel-steward in #496

Full Changelog: v1.2.3...v1.2.4

v1.2.3

22 Feb 08:48
b0da564
Compare
Choose a tag to compare

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

What's Changed

  • Add asRightIn, asLeftIn and asSomeIn for anyF by @geirolz in #460

Behind the scenes

  • Update sbt-typelevel, sbt-typelevel-site to 0.6.3 by @typelevel-steward in #469
  • Update sbt to 1.9.8 by @typelevel-steward in #470
  • Update sbt-typelevel, sbt-typelevel-site to 0.6.4 by @typelevel-steward in #471
  • Update sbt-typelevel, sbt-typelevel-site to 0.6.5 by @typelevel-steward in #472
  • Update sbt-scalajs, scalajs-compiler, ... to 1.15.0 by @typelevel-steward in #473
  • Update nscplugin, sbt-scala-native, ... to 0.4.17 by @typelevel-steward in #474
  • Update munit, munit-scalacheck to 1.0.0-M11 by @typelevel-steward in #475
  • Update sbt-typelevel, sbt-typelevel-site to 0.6.6 by @typelevel-steward in #476
  • Update scalafmt-core to 3.8.0 by @typelevel-steward in #477

Full Changelog: v1.2.2...v1.2.3

v1.2.2

19 Nov 07:23
85fb3cd
Compare
Choose a tag to compare

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

What's Changed

  • Update cats-core to 2.10.0 by @typelevel-steward in #432
  • Add asIn, voidIn, leftAsIn, leftVoidIn into foption and feither. by @geirolz in #458
  • Tweak the filename in Scala Native sources by @danicheg in #438

Behind the Scenes

  • Use tlCrossRootProject by @armanbilge in #390
  • Update sbt-typelevel, sbt-typelevel-site to 0.4.20 by @typelevel-steward in #407
  • Update scala-library to 2.12.18 by @typelevel-steward in #416
  • Update sbt-scala-native-crossproject, ... to 1.3.2 by @typelevel-steward in #424
  • Update the contributing guide by @danicheg in #439
  • Tweak the contributing guide one more time by @danicheg in #440
  • Update scala3-library, ... to 3.3.1 by @typelevel-steward in #447
  • Update scala-library to 2.13.12 by @typelevel-steward in #449
  • Update munit, munit-scalacheck to 1.0.0-M10 by @typelevel-steward in #454
  • Update sbt-scalajs, scalajs-compiler, ... to 1.14.0 by @typelevel-steward in #456
  • Update nscplugin, sbt-scala-native, ... to 0.4.16 by @typelevel-steward in #461
  • Update sbt to 1.9.7 by @typelevel-steward in #463
  • Update sbt-typelevel, sbt-typelevel-site to 0.6.2 by @typelevel-steward in #467
  • Update scalafmt-core to 3.7.17 by @typelevel-steward in #468

Full Changelog: v1.2.1...v1.2.2

v1.2.1

13 Nov 08:12
20a1bd7
Compare
Choose a tag to compare

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

What's Changed

  • introduce leftWidenIn for F[Either[L, R]] by @majk-p in #375
  • Add widenIn to FEither syntax by @danicheg in #378
  • Update cats-core to 2.9.0 by @typelevel-steward in #385

Behind The Scenes

  • Update sbt-typelevel, sbt-typelevel-site to 0.4.16 by @typelevel-steward in #376
  • Update scala-library to 2.13.10 by @typelevel-steward in #377
  • Update scalafmt-core to 3.6.0 by @typelevel-steward in #379
  • Update sbt to 1.7.3 by @typelevel-steward in #380
  • Update scalafmt-core to 3.6.1 by @typelevel-steward in #381
  • Update scala3-library, ... to 3.2.1 by @typelevel-steward in #382
  • Update sbt to 1.8.0 by @typelevel-steward in #384

New Contributors

Full Changelog: v1.2.0...v1.2.1

v1.2.0

06 Oct 17:52
64554c8
Compare
Choose a tag to compare

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

  • Functions for list and set to retrieve the tail in a non-exception-throwing manner by @TobiasRoland in #359
  • Deprecate left and right methods on Option by @jhnsmth in #361
  • Enable snapshots publishing from the 'main' branch by @danicheg in #363
  • Add support for Scala Native by @danicheg in #371

Behind The Scenes

  • Bump tlBaseVersion by @danicheg in #357
  • Update sbt to 1.7.1 by @typelevel-steward in #356
  • Update sbt-typelevel, sbt-typelevel-site to 0.4.13 by @typelevel-steward in #358
  • Update scalafmt-core to 3.5.9 by @typelevel-steward in #360
  • Update sbt-typelevel, sbt-typelevel-site to 0.4.14 by @typelevel-steward in #366
  • Update scala-library to 2.12.17 by @typelevel-steward in #367
  • Fix Tuple link in README.md by @SakulK in #368
  • Update sbt-typelevel, sbt-typelevel-site to 0.4.15 by @typelevel-steward in #369
  • Update scala-library to 2.13.9 by @typelevel-steward in #370
  • Update scala3-library, ... to 3.2.0 by @typelevel-steward in #373
  • Update sbt to 1.7.2 by @typelevel-steward in #374

New Contributors

Full Changelog: v1.1.0...v1.2.0

v1.1.0

27 Jun 17:00
5018616
Compare
Choose a tag to compare

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

  • Remove redundant fmt check by @armanbilge in #339
  • Update scalafmt-core to 3.5.8 by @typelevel-steward in #340
  • Update sbt-typelevel, sbt-typelevel-site to 0.4.10 by @typelevel-steward in #341
  • Update sbt-typelevel, sbt-typelevel-site to 0.4.11 by @typelevel-steward in #342
  • Update scala-library to 2.12.16 by @typelevel-steward in #343
  • Update sbt-typelevel, sbt-typelevel-site to 0.4.12 by @typelevel-steward in #344
  • Update cats-core to 2.8.0 by @typelevel-steward in #345
  • Update sbt-scalajs, scalajs-compiler, ... to 1.10.1 by @typelevel-steward in #352
  • Update scala3-library, ... to 3.1.3 by @typelevel-steward in #353

New Contributors

Full Changelog: v1.0.11...v1.1.0

v1.0.11

05 May 09:17
4184d87
Compare
Choose a tag to compare

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

What's Changed

Behind the scenes

New Contributors

Full Changelog: v1.0.10...v1.0.11

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