Releases: j-mie6/parsley-cats
Releases · j-mie6/parsley-cats
Parsley Cats 1.3.0
This release supports parsley-4.5.0
, and deprecates manyTill
in the process. Version bumps to scala native and js in line with parsley:4.5.0
What's Changed
Full Changelog: v1.2.0...v1.3.0
Parsley Cats 1.2.0
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
tocats.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
Parsley Cats 1.1.0
What's Changed
- Switched to new sonatype s01 host by @j-mie6 in #2
- Switched dependencies to be required instead of
Provided
, which was a mistake! Thanks @armanbilge for pointing this out!
Full Changelog: v1.0.0...v1.1.0
Parsley Cats 1.0.0
What's Changed
Nothing! This just makes the library's release officially "stable"!
Parsley Cats 0.2.0
Parsley Cats 0.1.0
First release into a brave new world 🎉