Skip to content

Releases: purescript/purescript-identity

v6.0.0

Choose a tag to compare

@JordanMartinez JordanMartinez released this 27 Apr 18:35
ef6768f

Breaking changes:

v5.0.0

Choose a tag to compare

@thomashoneyman thomashoneyman released this 26 Feb 17:49
5c150ac

Breaking changes:

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

New features:

  • This package no longer depends on the purescript-foldable-traversable package. Relevant instances have been moved to that package. (#26)

Bugfixes:

Other improvements:

  • Migrated CI to GitHub Actions and updated installation instructions to use Spago (#22)
  • Added a CHANGELOG.md file and pull request template (#24, #25)
  • Updated Identity's Foldable1 instance to account for changes in Foldable1 definition (#21, #23)

v4.1.0

Choose a tag to compare

@garyb garyb released this 23 Oct 11:44
1b7938a
  • Added Foldable1 and Traversable1 instances
  • Added instances for the -WithIndex classes

(@MonoidMusician)

v4.0.0

Choose a tag to compare

@garyb garyb released this 23 May 11:26
04caa3d

Updated for PureScript 0.12

v3.1.0

Choose a tag to compare

@garyb garyb released this 24 Apr 18:03
  • Added Eq1 and Ord1 instances

v3.0.0

Choose a tag to compare

@garyb garyb released this 26 Mar 01:16
  • Updated for PureScript 0.11

v2.1.0

Choose a tag to compare

@garyb garyb released this 23 Mar 16:03

v2.0.0

Choose a tag to compare

@garyb garyb released this 03 Oct 10:32
  • Updated dependencies

v1.1.0

Choose a tag to compare

@garyb garyb released this 19 Jul 20:12
  • Added instance for Alt (@paluh)

v1.0.0

Choose a tag to compare

@garyb garyb released this 01 Jun 02:24

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.