Releases: purescript/purescript-transformers
Releases · purescript/purescript-transformers
v0.7.1
This release requires the 0.7.4.0 release of the PureScript compiler. Previous versions of this library will not work with psc
versions <= 0.7.3.0.
- Simplified instance constraints.
- Module reexports of
Class
modules. - More instances for
ExceptT
ErrorT
has been removed in favor ofExceptT
.
v0.7.0-rc.2
Fix module reexports.
v0.7.0-rc.1
This release requires the upcoming 0.7.4.0 release of the PureScript compiler. Previous versions of this library will not work with psc
versions <= 0.7.3.0.
- Simplified instance constraints.
- Module reexports of
Class
modules. - More instances for
ExceptT
ErrorT
has been removed in favor ofExceptT
.
v0.6.1
- Added
Distributive
instance forReaderT
(@freebroccolo)
v0.6.0
v0.6.0-rc.2
Add MonadEff
instances.
v0.6.0-rc.1
Initial release candidate of the library intended for the 0.7 compiler.
v0.5.5
Add ExceptT
(@hdgarrood)