Releases: typelevel/kittens
Releases · typelevel/kittens
1.1.1
Updated Cats to 1.2.0 , Scala 2.12.6 and included Scala 2.13.0-M4 artifacts thanks to @xuwei-k
1.0.0-RC3
- New API organization, please see updated README.
- better auto derivation which handles type constructors with existing instances. thanks to @joroKr21
1.0.0-RC1
built against Cats 1.0.0-RC1
Enabled semi-auto derivation for most of the type classes.
1.0.0-RC0
- 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.