Skip to content

Releases: purescript/purescript-enums

v6.0.1

Choose a tag to compare

@JordanMartinez JordanMartinez released this 16 Aug 22:17

Bugfixes:

v6.0.0

Choose a tag to compare

@JordanMartinez JordanMartinez released this 27 Apr 21:15
bae4796

Breaking changes:

v5.0.0

Choose a tag to compare

@thomashoneyman thomashoneyman released this 26 Feb 18:54
170d959

Breaking changes:

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

New features:

  • Absorbed Data.Enum.Generic from generics-rep (#46)

Bugfixes:

Other improvements:

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

v4.0.1

Choose a tag to compare

@hdgarrood hdgarrood released this 31 Jan 22:46
  • Fix stack-safety issues in defaultCardinality, defaultToEnum, and defaultFromEnum.

v4.0.0

Choose a tag to compare

@garyb garyb released this 23 May 20:05
b244240
  • Updated for PureScript 0.12
  • Removed Maybe, Either and Tuple instances for BoundedEnum that were not law-abiding implementations
  • Changed types that returned Unfoldable + NonEmpty values to instead return with Unfoldable1

v3.2.1

Choose a tag to compare

@hdgarrood hdgarrood released this 29 Jul 17:10

v3.2.0

Choose a tag to compare

@paf31 paf31 released this 11 Jun 19:37

Add upFromIncluding (@safareli)

v3.1.0

Choose a tag to compare

@garyb garyb released this 08 Jun 20:27
  • Added genBoundedEnum

v3.0.0

Choose a tag to compare

@garyb garyb released this 26 Mar 20:33
  • Updated for PureScript 0.11
  • The BoundedEnum instance has been removed for Int, as it had a cardinality of -1 (#25)

v2.0.1

Choose a tag to compare

@garyb garyb released this 10 Nov 23:39