All Versions
10
Latest Version
Avg Release Cycle
-
Latest Release
-

Changelog History

  • v0.5.1.0 Changes

    • Disable HasLens for tuples via cabal flag.
  • v0.5.0.0 Changes

    • ๐Ÿ‘Œ Support only GHC 8.0 and higher.
    • ๐Ÿ‘‰ Use the TypeApplications extension to get rid of Proxy.
    • โœ‚ Remove Control.Ether.TH.
    • โœ‚ Remove Control.Ether.Abbr.
    • Unify Dispatch and TaggedTrans.
    • ๐Ÿ‘ Better MonadBase and MonadBaseControl instances.
    • โž• Add flattening for ReaderT and StateT.
    • โž• Add zooming for MonadState.
    • Simpler module structure.
  • v0.4.1.0 Changes

    • Export DispatchT newtype constructor.
  • v0.4.0.0 Changes

    • Poly-kinded tags.
    • โœ‚ Remove Control.Ether.Tagged.
    • Replace Control.Ether.Wrapped with Control.Monad.Trans.Ether.Dispatch.
    • Unified tagged transformer type in Control.Monad.Trans.Ether.Tagged.
    • MonadThrow, MonadCatch, MonadMask instances.
    • โฌ‡๏ธ Drop newtype-generics.
    • Instance search is now more strict.
  • v0.3.1.1 Changes

    • ๐Ÿ›  Fix GHC 7.8 test issue.
    • โœ‚ Remove unused imports.
  • v0.3.1.0 Changes

    • ๐Ÿ›  Fix an issue with overlapping instances.
  • v0.3.0.0 Changes

    • MonadBase, MonadTransControl, MonadBaseControl instances.
    • MFunctor, MMonad instances.
    • ๐Ÿ‘‰ Use transformers-lift.
  • v0.2.1.0 Changes

    • Constraint abbreviations: Control.Ether.Abbr and Control.Ether.Implicit.Abbr.
  • v0.2.0.0 Changes

    • Convenience modules Control.Monad.Ether and Control.Monad.Ether.Implicit.
    • โœ‚ Remove fmapN and deepN.
    • โœ‚ Remove Control.Monad.Ether.Implicit.Except.TH.
    • โž• Add handle and handleT.
  • v0.1.0.1 Changes

    • ๐Ÿ›  Fix transformers lower bound.
    • โœ‚ Remove unused language extensions.
    • GHC 7.8 compatibility.