Releases: purescript/purescript-either
Releases · purescript/purescript-either
v6.1.0
New features:
- Add
blush
which is a left-biasedhush
, thus turnsRight
s intoNothing
s butLeft
s intoJust
s (#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
fromLeft
andfromRight
and removedPartial
constraint (#48)
New features:
- Added
\/
alias foreither
(#51) - Added lazy versions of
fromRight
andfromLeft
(#59) - This package no longer depends on the
purescript-bifunctors
andpurescript-foldable-traversable
packages. 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
note
andhush
functions (@kritzcreek)