Skip to content

Releases: purescript/purescript-transformers

v0.7.1

25 Aug 23:18
Compare
Choose a tag to compare

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 of ExceptT.

v0.7.0-rc.2

25 Aug 03:52
Compare
Choose a tag to compare

Fix module reexports.

v0.7.0-rc.1

23 Aug 22:04
Compare
Choose a tag to compare
v0.7.0-rc.1 Pre-release
Pre-release

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 of ExceptT.

v0.6.1

03 Jul 00:51
Compare
Choose a tag to compare

v0.6.0

30 Jun 00:20
Compare
Choose a tag to compare

This release works with versions 0.7.* of the PureScript compiler. It will not work with older versions. If you are using an older version, you should require an older, compatible version of this library.

v0.6.0-rc.2

09 Jun 23:23
Compare
Choose a tag to compare
v0.6.0-rc.2 Pre-release
Pre-release

Add MonadEff instances.

v0.6.0-rc.1

07 Jun 11:31
Compare
Choose a tag to compare
v0.6.0-rc.1 Pre-release
Pre-release

Initial release candidate of the library intended for the 0.7 compiler.

v0.5.5

17 Apr 16:20
Compare
Choose a tag to compare

Add ExceptT (@hdgarrood)

v0.5.4

24 Mar 22:30
Compare
Choose a tag to compare

More documentation updates.

v0.5.3

24 Mar 00:09
Compare
Choose a tag to compare

Updated docs