Skip to content

Releases: purescript/purescript-transformers

v2.0.0

10 Oct 18:12
Compare
Choose a tag to compare

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 transformers
  • ListT.scanl implementation has been fixed #72 (@DanielGronau)
  • MonadReader has been split into MonadAsk and MonadReader
  • MonadWriter has been split into MonadTell and MonadWriter
  • ComonadEnv has been split into ComonadAsk and ComonadEnv
  • MonadTrans class is now in Control.Monad.Trans.Class
  • ComonadTrans class is now in Control.Comonad.Trans.Class
  • ExceptT's apply and bind now behave consistently, at the cost of tightening the m constraint to Monad for the Apply and Applicative instance
  • The MonadRWS class has been removed

v1.0.0

01 Jun 03:02
Compare
Choose a tag to compare

This release is intended for the PureScript 0.9.1 compiler and newer.

Note: The v1.0.0 tag is not meant to indicate the library is “finished”, the core libraries are all being bumped to this for the 0.9 compiler release so as to use semver more correctly.

v1.0.0-rc.2

20 May 22:15
Compare
Choose a tag to compare
v1.0.0-rc.2 Pre-release
Pre-release

v1.0.0-rc.1

27 Mar 18:28
Compare
Choose a tag to compare
v1.0.0-rc.1 Pre-release
Pre-release
  • Release candidate for the psc 0.8+ core libraries

v0.8.4

19 Nov 15:00
Compare
Choose a tag to compare
  • Fixed issue with re-exports

v0.8.3

19 Nov 12:32
Compare
Choose a tag to compare
  • Fixed import warnings raised in psc 0.7.6

v0.8.2

01 Nov 16:55
Compare
Choose a tag to compare

Relax constraints for WriterT instances (@xuwei-k)

v0.8.1

16 Sep 15:07
Compare
Choose a tag to compare
  • Fixed unused type variable warnings.

v0.8.0

10 Sep 19:52
Compare
Choose a tag to compare
  • Added MonadRec instance for RWST. This changes some details of the RWST implementation so may be a breaking change. (@ethul)

v0.7.2

03 Sep 23:48
Compare
Choose a tag to compare

More instances for ReaderT and RWST (@ethul)