Changelog of @hackage/request-monad 0.3.0.1
0.3.0.1
- Change the internal datastructure for
RequestT
from adata
to anewtype
0.3.0.0
- Use
FreeT
monad to implementRequestT
- Change the type of callback given to
requestT
fromr' -> m a
tor' -> RequestT r r' m a
0.2.0.0
- Generalize
mapRequestT
andmapResponseT
so that requests may be performed in middleware
0.1.0.0
- First public release
- Add the
MonadRequest
type class - Add the
RequestT
monad - Initial documentation