Releases: scalalandio/catnip
Releases · scalalandio/catnip
Fix for parametric ADTs (parametric traits)
v1.1.2 Version bump
Improve error reporting
- improve error reporting to make it easier to figure issues with bad (custom) configuration.
- document ways of debugging code generation
Release for Scala.js 1.1.0 and improvements to customization
Release for Cats 2.0.0
- cats 2.0.0
- kittens 2.0.0
- scala 2.11.12, 2.12.9 and 2.13.0
- scala.js 6.28
cats.Hash
stopped working for some reason (#9)alleycats.Pure
started working
2.11.12 and 2.13.0-M4 cross-compile
v0.5.1 2.11.12 and 2.13.0-M4 cross-build
Cats and Kittens update, ShowPretty and Traverse
- adds
cats.derived.ShowPretty
andcats.Traverse
support - update Cats to 1.3.1 and Kittens to 1.2.0
- replaced symlink with fix to the build file (handling sbt-crossproject issue with sharing resources)
Thanks @oleg-py for sending bug report and PR!
Implicits have explicit type
Dropped support for @cached
New cats
Updated for Cats 1.3.1, fixed several bugs.
Generators with more dependencies
If a type class required more smaller instances than just of the same kind as itself (e.g. cats.Show derivations might require not only other Shows but also Typeable) it was impossible to derive such instance, but now it is.
Initial release
- use Kittens 1.1.0
- Scala 2.12.6 and Scala.js