All Versions
4
Latest Version
Avg Release Cycle
6 days
Latest Release
3590 days ago

Changelog History

  • v0.3.0.1 Changes

    June 27, 2014
    • ๐Ÿ”„ Change the internal datastructure for RequestT from a data to a newtype
  • v0.3.0.0 Changes

    June 10, 2014
    • ๐Ÿ‘‰ Use FreeT monad to implement RequestT
    • ๐Ÿ”„ Change the type of callback given to requestT from r' -> m a to r' -> RequestT r r' m a
  • v0.2.0.0 Changes

    June 09, 2014
    • Generalize mapRequestT and mapResponseT so that requests may be performed in middleware
  • v0.1.0.0 Changes

    June 08, 2014
    • ๐Ÿš€ First public release
    • โž• Add the MonadRequest type class
    • โž• Add the RequestT monad
    • ๐ŸŽ‰ Initial documentation