Releases: purescript/purescript-either
Releases · purescript/purescript-either
v6.1.0
New features:
- Add
blushwhich is a left-biasedhush, thus turnsRights intoNothings butLefts intoJusts (#69 by @i-am-the-slime).
v6.0.0
Breaking changes:
- Update project and deps to PureScript v0.15.0 (#66 by @JordanMartinez)
v5.0.0
Breaking changes:
- Added support for PureScript 0.14 and dropped support for all previous versions (#55)
- Added default parameter to
fromLeftandfromRightand removedPartialconstraint (#48)
New features:
- Added
\/alias foreither(#51) - Added lazy versions of
fromRightandfromLeft(#59) - This package no longer depends on the
purescript-bifunctorsandpurescript-foldable-traversablepackages. Relevant instances have been moved to those packages. (#64)
Bugfixes:
Other improvements:
v4.1.1
Reordered instance chain for Inject so that inj :: a -> a succeeds (@hdgarrood)
v4.1.0
Added FunctorWithIndex, FoldableWithIndex, TraversableWithIndex instances (@MonoidMusician)
v4.0.0
v3.2.0
- Added
note'(lazynote) (@matthewleon)
v3.1.0
- Added
noteandhushfunctions (@kritzcreek)