Releases: purescript/purescript-transformers
Releases · purescript/purescript-transformers
v6.1.0
v6.0.0
Breaking changes:
- Update project and deps to PureScript v0.15.0 (#142 by @JordanMartinez)
- Drop deprecated
MonadZero
instance (#141 by @JordanMartinez)
New features:
v5.2.0
New features:
- Added
liftMaybe
andliftEither
to easily liftMaybe
andEither
values to aMonadThrow
monad (#140 by @hexagonal-sun)
v5.1.0
New features:
- Export
mapCont
andwithCont
functions originally added in #70 by @parsonsmatt (#139 by @JordanMartinez)
Other improvements:
- Fix warnings revealed by v0.14.1 PS release (#139 by @JordanMartinez)
v5.0.0
Breaking changes:
- Added support for PureScript 0.14 and dropped support for all previous versions (#133)
- Replaced
ComonadEnv
constraint withComonadAsk
in theasks
function (#131)
New features:
- Added
Semigroup
andMonoid
instances toContT
,ExceptT
,MaybeT
,RWST
,StateT
,WriterT
(#115) - Added
IdentityT
(#121)
Bugfixes:
- Added
Semigroup
andMonoid
superclasses toMonadTell
andMonadWriter
, respectively, to enforce the type class laws (#126)
Other improvements:
v4.2.0
v4.1.0
v4.0.0
v3.6.0
v3.5.0
- Added
Foldable
andTraversable
instances forEnvT
(@cryogenian)