Skip to content
This repository has been archived by the owner on Feb 8, 2022. It is now read-only.

Releases: typelevel/algebra

Algebra 2.2.1

19 Feb 20:37
Compare
Choose a tag to compare

This release is binary compatible with previous releases in the 1.x and 2.x series and introduces support for Scala 3.0.0-RC1.

There are no significant code changes or additions, but only bumped dependency versions.

Algebra 2.2.0

14 Feb 09:03
Compare
Choose a tag to compare

This release is binary compatible with previous releases in the 1.x and 2.x series and introduces support for Scala Native (contributed by @arashi01).

There are no significant code changes or additions, but only bumped dependency versions.

Algebra 2.1.1

14 Feb 08:12
Compare
Choose a tag to compare

This release is binary compatible with previous releases in the 2.x series and introduces support for Scala 3.0.0-M3.

There are no significant code changes or additions, but only bumped dependency versions.

Algebra 2.1.0

13 Dec 09:25
Compare
Choose a tag to compare

This release is binary compatible with previous releases in the 2.x series and introduces support for Scala 3.0.0-M1 and M2.

There are no significant code changes or additions, but only bumped dependency versions.

Algebra 2.0.0-M1

20 May 20:39
Compare
Choose a tag to compare
Algebra 2.0.0-M1 Pre-release
Pre-release

This release introduces support for Scala 2.13.0-RC1 and updates the Cats version to 2.0.0-M1. Cats 2.0.0-M1 brings several testing dependency updates for algebra-laws, which is not compatible with any previous version (and is unlikely to be compatible with the eventual 2.0.0 release), but this release of algebra-core is verified to be binary-compatible with 1.0.x.

This release includes two new type classes, DeMorgan and Logic, introduced in #224.

We are planning to release 2.0.0 once Cats 2.0.0 is available.