Skip to content
This repository has been archived by the owner on Mar 28, 2023. It is now read-only.

Releases: folktale/data.maybe

v1.0.3

10 Apr 23:41
Compare
Choose a tag to compare
  • Fixes ap implementation for Nothing, which was breaking the interchange law.

v1.0.2

06 Apr 01:40
Compare
Choose a tag to compare
  • Rewrite in JavaScript to use JSDoc.
  • minor: changes in documentation.
  • minor: provides constructors for converting from Either and Validation.

v1.0.0

25 Dec 00:55
Compare
Choose a tag to compare

Initial release.

v0.3.0

08 Dec 14:44
Compare
Choose a tag to compare
v0.3.0 Pre-release
Pre-release
  • Minor documentation and copy fixes.
  • Changes the exported global in non-CommonJS/AMD scenarios to folktale.monads.Maybe

v0.2.1

24 Nov 17:18
Compare
Choose a tag to compare
v0.2.1 Pre-release
Pre-release
  • Fix: Makes the fromNullable constructor return the right instances (was inverted)

Initial release

24 Nov 16:33
Compare
Choose a tag to compare
Initial release Pre-release
Pre-release

Initial release of the Maybe monad library, implementing Applicative, Functor, Chain, Monad, Show and Eq.