packages feed

webapi-0.3: ChangeLog.md

# Changelog

## 0.3
* WebApiImplementation typeclass is renamed to WebApiServer
* Swapped the order of FromParam and ToParam class parameters.
* Fixed TmpFileBackend for file upload.
* Added fieldModifier to ParamSettings.
* Added support for cookie attributes.
* Fixed RequestBody content type matching.

## 0.2.2
* Added support for GHC 8

## 0.2.1

* Added `RequestBody` to the `Request` type. This allows user to have content in request's body with the desired `Content-Type`.
* Added `Request` pattern synonym.
* Added `Field` data type for aliasing field names.