Skip to content

Releases: typelevel/kittens

Kittens 2.0.0-M1

09 Jul 11:32
Compare
Choose a tag to compare

Kittens 1.2.1

08 Mar 19:41
Compare
Choose a tag to compare

Dependency updates.

1.2.0

10 Sep 19:48
Compare
Choose a tag to compare

1.1.1

06 Aug 17:41
Compare
Choose a tag to compare

Updated Cats to 1.2.0 , Scala 2.12.6 and included Scala 2.13.0-M4 artifacts thanks to @xuwei-k

1.1.0

26 Jun 18:13
Compare
Choose a tag to compare
  • Added showPretty

1.0.0

26 Jun 18:13
Compare
Choose a tag to compare
v1.0.0

Releasing 1.0.0

1.0.0-RC3

08 Mar 17:53
Compare
Choose a tag to compare
  • New API organization, please see updated README.
  • better auto derivation which handles type constructors with existing instances. thanks to @joroKr21

1.0.0-RC2

1.0.0-RC1

01 Nov 18:54
Compare
Choose a tag to compare

built against Cats 1.0.0-RC1
Enabled semi-auto derivation for most of the type classes.

1.0.0-RC0

06 Sep 20:27
Compare
Choose a tag to compare
  • Added Show derivation by @SystemFw
  • Removed Export-hook. Explicit derivation is prefered now.
  • Removed Applicative, Apply and Monad derivation, they are too slow to be practical
  • Improved sequenceGeneric to be order insensitive.