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)