Skip to content

Releases: purescript/purescript-validation

v6.0.0

Choose a tag to compare

@JordanMartinez JordanMartinez released this 27 Apr 22:43
a3d9ec2

Breaking changes:

v5.0.0

Choose a tag to compare

@thomashoneyman thomashoneyman released this 26 Feb 19:07
2d50284

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 to validation and deprecated unV (#33)
  • Added a changelog and pull request template (#34, #35)

v4.2.0

Choose a tag to compare

@hdgarrood hdgarrood released this 24 Jan 23:33

Expose constructors for V types

v4.1.0

Choose a tag to compare

@hdgarrood hdgarrood released this 14 Jan 15:55

Add andThen for chaining validations (@colin-lamed)

v4.0.0

Choose a tag to compare

@garyb garyb released this 24 May 13:32
7437b44
  • Updated for PureScript 0.12
  • Added toEither functions
  • Removed non-law-abiding Alternative instance for Semiring validation

v3.2.0

Choose a tag to compare

@garyb garyb released this 06 Nov 17:22
ce51d5c
  • Added Foldable and Traversable instances

v3.1.0

Choose a tag to compare

@paf31 paf31 released this 03 Jun 18:03

Monoid instances (@safareli)

v3.0.0

Choose a tag to compare

@garyb garyb released this 25 Mar 22:59
  • Updated for PureScript 0.11

v2.0.0

Choose a tag to compare

@garyb garyb released this 07 Oct 21:30
  • Updated dependencies
  • Added Bifunctor instances for the V types

v1.0.0

Choose a tag to compare

@garyb garyb released this 01 Jun 01:40

This release is intended for the PureScript 0.9.1 compiler and newer.

Note: The v1.0.0 tag is not meant to indicate the library is “finished”, the core libraries are all being bumped to this for the 0.9 compiler release so as to use semver more correctly.