Changelog for request-monad-0.3.0.1
0.3.0.1
- Change the internal datastructure for
RequestTfrom adatato anewtype
0.3.0.0
- Use
FreeTmonad to implementRequestT - Change the type of callback given to
requestTfromr' -> m ator' -> RequestT r r' m a
0.2.0.0
- Generalize
mapRequestTandmapResponseTso that requests may be performed in middleware
0.1.0.0
- First public release
- Add the
MonadRequesttype class - Add the
RequestTmonad - Initial documentation