Skip to content

Releases: communityfunded/monadism

v5.0.0

Choose a tag to compare

@bkonkle bkonkle released this 27 Jun 11:01

Breaking Change

  • [changed] - To solve #8 and provide better async/await compatibility, .then() has been renamed to .fmap().

v4.0.0

Choose a tag to compare

@bkonkle bkonkle released this 29 Apr 14:37

Maybe

  • [changed] - Tighten up Maybe in #7 to match the Fantasy Land spec closer. Just(null) and Just(undefined) no longer collapse empty values like maybe() does.
  • [changed] - Internally, Nothingness is based on the Empty symbol rather than undefined now.
  • [added] - isNothing now does what toBoolean said it did, and the comment on toBoolean was updated.

v3.3.0

Choose a tag to compare

@bkonkle bkonkle released this 29 Apr 14:42

Reader

  • [added] - Added the Reader<E, A> monad.

v3.0.0

Choose a tag to compare

@bkonkle bkonkle released this 14 Apr 15:43

Maybe

  • [changed] - fix the Maybe.prop inference in #4, breaking existing usages

v2.0.0

Choose a tag to compare

@bkonkle bkonkle released this 14 Apr 13:58

Either

  • [changed] - Minor breaking change to remove the empty() implementation's reliance on undefined