Skip to content

Releases: purescript/purescript-validation

v6.0.0

27 Apr 22:43
a3d9ec2
Compare
Choose a tag to compare

Breaking changes:

v5.0.0

26 Feb 19:07
2d50284
Compare
Choose a tag to compare

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

24 Jan 23:33
Compare
Choose a tag to compare

Expose constructors for V types

v4.1.0

14 Jan 15:55
Compare
Choose a tag to compare

Add andThen for chaining validations (@colin-lamed)

v4.0.0

24 May 13:32
7437b44
Compare
Choose a tag to compare
  • Updated for PureScript 0.12
  • Added toEither functions
  • Removed non-law-abiding Alternative instance for Semiring validation

v3.2.0

06 Nov 17:22
ce51d5c
Compare
Choose a tag to compare
  • Added Foldable and Traversable instances

v3.1.0

03 Jun 18:03
Compare
Choose a tag to compare

Monoid instances (@safareli)

v3.0.0

25 Mar 22:59
Compare
Choose a tag to compare
  • Updated for PureScript 0.11

v2.0.0

07 Oct 21:30
Compare
Choose a tag to compare
  • Updated dependencies
  • Added Bifunctor instances for the V types

v1.0.0

01 Jun 01:40
Compare
Choose a tag to compare

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.