This repository has been archived by the owner on Mar 28, 2023. It is now read-only.
Releases: folktale/data.maybe
Releases · folktale/data.maybe
v1.0.3
v1.0.2
- Rewrite in JavaScript to use JSDoc.
- minor: changes in documentation.
- minor: provides constructors for converting from
Either
andValidation
.
v1.0.0
Initial release.
v0.3.0
- Minor documentation and copy fixes.
- Changes the exported global in non-CommonJS/AMD scenarios to
folktale.monads.Maybe
v0.2.1
- Fix: Makes the
fromNullable
constructor return the right instances (was inverted)
Initial release
Initial release of the Maybe monad library, implementing Applicative, Functor, Chain, Monad, Show and Eq.