Releases: purescript/purescript-validation
Releases · purescript/purescript-validation
v6.0.0
Breaking changes:
- Update project and deps to PureScript v0.15.0 (#37 by @JordanMartinez)
- Drop deprecated
unV
; usevalidation
instead (#38 by @JordanMartinez)
v5.0.0
Breaking changes:
- Added support for PureScript 0.14 and dropped support for all previous versions (#28)
New features:
Bugfixes:
Other improvements:
- Added detailed
Semigroup
validation examples (#17) - Added link to to Applicative Validation chapter in the PureScript book (#29)
- Migrated CI to GitHub Actions and updated installation instructions to use Spago (#30)
- Renamed
unV
tovalidation
and deprecatedunV
(#33) - Added a changelog and pull request template (#34, #35)
v4.2.0
v4.1.0
Add andThen for chaining validations (@colin-lamed)