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: