Releases: purescript/purescript-enums
Releases · purescript/purescript-enums
v5.0.0
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
- Fix stack-safety issues in
defaultCardinality
, defaultToEnum
, and defaultFromEnum
.
v4.0.0
- 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.0.0
- Updated for PureScript 0.11
- The
BoundedEnum
instance has been removed for Int
, as it had a cardinality
of -1
(#25)