Skip to content

Releases: purescript/purescript-enums

v6.0.1

16 Aug 22:17
Compare
Choose a tag to compare

Bugfixes:

v6.0.0

27 Apr 21:15
bae4796
Compare
Choose a tag to compare

Breaking changes:

v5.0.0

26 Feb 18:54
170d959
Compare
Choose a tag to compare

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

31 Jan 22:46
Compare
Choose a tag to compare
  • Fix stack-safety issues in defaultCardinality, defaultToEnum, and defaultFromEnum.

v4.0.0

23 May 20:05
b244240
Compare
Choose a tag to compare
  • 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

29 Jul 17:10
Compare
Choose a tag to compare

v3.2.0

11 Jun 19:37
Compare
Choose a tag to compare

Add upFromIncluding (@safareli)

v3.1.0

08 Jun 20:27
Compare
Choose a tag to compare
  • Added genBoundedEnum

v3.0.0

26 Mar 20:33
Compare
Choose a tag to compare
  • Updated for PureScript 0.11
  • The BoundedEnum instance has been removed for Int, as it had a cardinality of -1 (#25)

v2.0.1

10 Nov 23:39
Compare
Choose a tag to compare