All Versions
4
Latest Version
Avg Release Cycle
6 days
Latest Release
3726 days ago
Changelog History
Changelog History
-
v0.3.0.1 Changes
June 27, 2014- ๐ Change the internal datastructure for
RequestT
from adata
to anewtype
- ๐ Change the internal datastructure for
-
v0.3.0.0 Changes
June 10, 2014- ๐ Use
FreeT
monad to implementRequestT
- ๐ Change the type of callback given to
requestT
fromr' -> m a
tor' -> RequestT r r' m a
- ๐ Use
-
v0.2.0.0 Changes
June 09, 2014- Generalize
mapRequestT
andmapResponseT
so that requests may be performed in middleware
- Generalize
-
v0.1.0.0 Changes
June 08, 2014- ๐ First public release
- โ Add the
MonadRequest
type class - โ Add the
RequestT
monad - ๐ Initial documentation