All Versions
21
Latest Version
1.3
Avg Release Cycle
13 days
Latest Release
-

Changelog History
Page 2

  • v0.6.5 Changes

    • ๐Ÿ‘Œ Supported elevator >= 0.2.
  • v0.6.3 Changes

    • โž• Added Variable, an alias for variable objects.
    • โž• Added Mortal.
    • Increased fixity of invocation operators to 5.
    • โž• Added stream connection operators.
    • โž• Added transit and animate.
  • v0.6.3.1 Changes

    • โช Reverted the fixity.
  • v0.6.2 Changes

    December 15, 2014
    • โž• Added announce, announceMaybe and announceMaybeT which invoke a method for every objects in a container.
    • โž• Added (@**@) and (@||@).
    • ๐Ÿ“‡ Renamed (.>>.) to (@>>@), .|>. to (@|>@) for consistency.
    • โž• Added filterPush, bipush, bipull.
    • โž• Added iterObject, iterTObject, iterative, iterativeT for free monads.
    • ๐Ÿ“‡ Renamed runSequential to (@!).
    • โž• Added combinators for ReifiedProgramT: (@!!) and sequentialT.
    • ๐Ÿ”„ Changed the semantics of variable to accept StateT.
    • โž• Added flyweight' that relies on HashMap.
    • โž• Added MonadObjective constraint
  • v0.6.1 Changes

    December 01, 2014
    • ๐Ÿ›  Fixed the wrong constraints of request
  • v0.6 Changes

    December 01, 2014
    • PushPull has more Floors
    • โž• Added Applicative instance for Request
    • Reformed around Control.Monad.Objective
      • Instance f g m ==> Inst m f g
      • invoke takes two transformations for lifting
      • Added lifted versions of new: newIO and newST
  • v0.5.2 Changes

    November 27, 2014
    • โž• Added Process
    • โž• Added runSequential, sequential for operational monad
    • โž• Added flyweight
  • v0.5.2.1 Changes

    November 28, 2014

    2014-11-28

  • v0.5.1 Changes

    November 22, 2014
    • โž• Added PushPull functor
    • โœ‚ Removed sequential
  • v0.5 Changes

    November 19, 2014
    • Lift has gone
    • ๐Ÿ‘‰ Use elevator instead of Lift
    • ๐Ÿšš Moved Request to a separate module