Releases: purescript/purescript-transformers
Releases · purescript/purescript-transformers
v2.0.0
This release features a number of breaking changes:
- The signature for
callCC
is now rank-2 to allow for any result to be discarded #74 (@jqyu) - Functional dependencies have been added to all classes
Newtype
instances have been derived for all transformersListT.scanl
implementation has been fixed #72 (@DanielGronau)MonadReader
has been split intoMonadAsk
andMonadReader
MonadWriter
has been split intoMonadTell
andMonadWriter
ComonadEnv
has been split intoComonadAsk
andComonadEnv
MonadTrans
class is now inControl.Monad.Trans.Class
ComonadTrans
class is now inControl.Comonad.Trans.Class
ExceptT
'sapply
andbind
now behave consistently, at the cost of tightening them
constraint toMonad
for theApply
andApplicative
instance- The
MonadRWS
class has been removed
v1.0.0
v1.0.0-rc.2
- Added
Cont
(@parsonsmatt) - Fixed warnings
v1.0.0-rc.1
- Release candidate for the psc 0.8+ core libraries