Skip to content

Releases: purescript/purescript-maybe

v6.0.0

27 Apr 18:33
c6f98ac
Compare
Choose a tag to compare

Breaking changes:

New features:

  • Added Semiring instance (#59)

v5.0.0

26 Feb 17:33
8e96ca0
Compare
Choose a tag to compare

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)

v4.0.1

01 Dec 12:37
81f0397
Compare
Choose a tag to compare

Removed old reference to return from doc comment (@gasi)

v4.0.0

23 May 00:04
fffff8f
Compare
Choose a tag to compare

Updated for PureScript 0.12

v3.1.0

07 Apr 17:48
b7c9ca9
Compare
Choose a tag to compare

v3.0.0

25 Mar 23:44
Compare
Choose a tag to compare
  • Updated for PureScript 0.11

v2.1.1

04 Mar 15:03
Compare
Choose a tag to compare
  • Fix lower bound of prelude dependency (@aij)

v2.1.0

02 Mar 23:38
Compare
Choose a tag to compare
  • Added Eq1 and Ord1 instances

v2.0.1

23 Oct 20:18
Compare
Choose a tag to compare
  • Fixed ordering of Just and Nothing so that ∀ a. Nothing < Just a

v2.0.0

02 Oct 23:05
Compare
Choose a tag to compare
  • Updated dependencies
  • Added Newtype instances for First and Last