packages feed

apiary-0.13.0: CHANGELOG.md

# 0.13.0
* Option that generate full embed documentation.
* Add precondition, rpHtml functions.

## API documentation page
* precondition
* multi action
* use route string as id of html

# 0.12.8
* Option that doesn't generate documentation.
* Change fail of ActionT behaviour.
  ( Pass next action -> return 500 error immediately.)

## API documentation page
* collapse

# 0.12.5
* Enhance API documentation.
* Description using variable.

# 0.12.0
* Automatically generate API documentation.
* Remove Functor restriction from ApiaryT.

# 0.11.1
* Generalize proxy.
* Fix capture behaviour.
* Add endPath function.

# 0.11.0
* Change capture internal implimentation.
* Add path, fetch pure capture function.

## apiary-clientsession
* Add prefix SessionConfig fields.

# 0.10.0
* wai-3.0.
* Add response function.
* Add MonadCatch, MonadMask instances to ActionT.