2.3.0
robotlolita
released this
24 Jun 21:10
·
40 commits
to master
since this release
Install it through npm or download the attached tarball.
$ npm install [email protected]
A special thank you to @Josh-Miller, @JesterXL, @andys8, and @Pernas.
New features
- A
chain
function for Validation allows sequencing successes in a simpler way (PR #194) - The
Alt
algebraic structure is now implemented for Maybe (PR #171 by @Josh-Miller) - Unions have a new
any
special value, and better error reporting (PR #142 by @JesterXL)
Fixes
- Derived debug representation now handles numbers correctly (including -0) (PR #193)
- Cancellation now should propagate a little less incorrectly in Tasks (PR #177)