Skip to content

v5.0.0

Compare
Choose a tag to compare
@thomashoneyman thomashoneyman released this 26 Feb 17:33
· 4 commits to master since this release
8e96ca0

Breaking changes:

  • Added support for PureScript 0.14 and dropped support for all previous versions (#50)
  • Ported the generics-rep package's Maybe instance to this package (#55)

New features:

Bugfixes:

  • Relaxed constraints on optional, which doesn't need the Plus part of Alternative (#47)

Other improvements:

  • Fixed documentation comment for the Last newtype, which omitted the constructor (#42)
  • Documented the relationship of optional to the left catch law (#52)
  • Demonstrated how do notation for Maybe is 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)