Skip to content

Parsley Cats 1.2.0

Compare
Choose a tag to compare
@j-mie6 j-mie6 released this 07 Feb 00:14
· 10 commits to master since this release
554e6ce

Moved the catsinstances into a parsley.cats package, and also created parsley.cats.combinator, which contains variants of parsley's regular iterative combinators that return the cats NonEmptyList type when applicable.

What's Changed

  • Moved catsinstances to cats.instances by @j-mie6 in #4
  • Combinators that return cats.data.NonEmptyList by @j-mie6 in #5

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