Skip to content

Releases: purescript/purescript-contravariant

v6.0.0

27 Apr 19:31
9ad3e10
Compare
Choose a tag to compare

Breaking changes:

v5.0.0

26 Feb 17:51
ae1a765
Compare
Choose a tag to compare

Breaking changes:

  • Added support for PureScript 0.14 and dropped support for all previous versions (#25)

New features:

Bugfixes:

Other improvements:

  • Migrated CI to GitHub Actions and updated installation instructions to use Spago (#27)
  • Added a CHANGELOG.md file and pull request template (#28, #29)
  • This package now depends on the purescript-const package, and contains an instance previously in that package (#30)

v4.0.1

27 Apr 10:10
cb69db0
Compare
Choose a tag to compare

Remove accidental self-import (@colinwahl)

v4.0.0

23 May 14:56
13c358b
Compare
Choose a tag to compare

Updated for PureScript 0.12

v3.3.0

30 Apr 12:51
ebd70de
Compare
Choose a tag to compare
  • Added Semigroup and Monoid newtype instances for Op (@paluh)

v3.2.0

17 Mar 00:11
50dbff3
Compare
Choose a tag to compare

v3.1.0

10 Jul 13:05
Compare
Choose a tag to compare
  • Added HeytingAlgebra and BooleanAlgebra instances for Predicate (@chfi)

v3.0.0

26 Mar 01:42
Compare
Choose a tag to compare
  • Updated for PureScript 0.11

v2.0.0

07 Oct 17:05
Compare
Choose a tag to compare
  • Updated dependencies
  • Fixed >#< to now be the flipped version of >$< - previously they were both accidentally aliasing cmap

v1.0.0

01 Jun 02:31
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.