Skip to content

Releases: purescript/purescript-const

v6.0.0

Choose a tag to compare

@JordanMartinez JordanMartinez released this 27 Apr 18:32
ab9570c

Breaking changes:

v5.0.0

Choose a tag to compare

@thomashoneyman thomashoneyman released this 26 Feb 17:43
3a3a4bd

Breaking changes:

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

New features:

  • This package no longer depends on the purescript-contravariant and purescript-foldable-traversable packages. Relevant instances have been moved to those packages. (#19)

Bugfixes:

Other improvements:

  • Migrated CI to GitHub Actions and updated installation instructions to use Spago (#16)
  • Added a CHANGELOG.md file and pull request template (#17, #18)

v4.1.0

Choose a tag to compare

@garyb garyb released this 30 Oct 23:54
bc5db27

Added instances for Bifunctor, Bifoldable, Bitraversable, FunctorWithIndex, FoldableWithIndex, TraversableWithIndex (@MonoidMusician)

v4.0.0

Choose a tag to compare

@garyb garyb released this 23 May 15:07
f613785
  • Updated for PureScript 0.12
  • Removed Bind instance that was inconsistent with Apply

v3.2.0

Choose a tag to compare

@garyb garyb released this 17 Nov 14:19
01cfb04
  • Added Ord1 instance

v3.1.0

Choose a tag to compare

@garyb garyb released this 30 Oct 14:17
285f23e

v3.0.0

Choose a tag to compare

@garyb garyb released this 26 Mar 02:20
  • Updated for PureScript 0.11

v2.0.0

Choose a tag to compare

@garyb garyb released this 08 Oct 00:29
  • Updated dependencies

v1.0.0

Choose a tag to compare

@garyb garyb released this 01 Jun 02:36

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.

v1.0.0-rc.2

v1.0.0-rc.2 Pre-release
Pre-release

Choose a tag to compare

@garyb garyb released this 20 May 13:24
  • Update for changes in the prelude