Releases: purescript/purescript-maybe
Releases · purescript/purescript-maybe
v6.0.0
Breaking changes:
- Update project and deps to PureScript v0.15.0 (#60 by @JordanMartinez)
- Drop deprecated
MonadZeroinstance (#61 by @JordanMartinez)
New features:
- Added
Semiringinstance (#59)
v5.0.0
Breaking changes:
- Added support for PureScript 0.14 and dropped support for all previous versions (#50)
- Ported the
generics-reppackage'sMaybeinstance to this package (#55)
New features:
Bugfixes:
- Relaxed constraints on
optional, which doesn't need thePluspart ofAlternative(#47)
Other improvements:
- Fixed documentation comment for the
Lastnewtype, which omitted the constructor (#42) - Documented the relationship of
optionalto the left catch law (#52) - Demonstrated how
donotation forMaybeis similar to nested if-then-else statements (#48) - Migrated CI to GitHub Actions and updated installation instructions to use Spago (#54)
- Added a changelog and pull request template (#56)
v4.0.1
v4.0.0
v3.1.0
- Added instances up to
MonadZeroforFirstandLast(@MonoidMusician) - Added
optionalcombinator (@eric-corumdigital)