Skip to content

Releases: byteally/webapi

v0.3

03 Aug 13:23
Compare
Choose a tag to compare

Changes in 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.

v0.2.2.0

20 Apr 13:02
Compare
Choose a tag to compare

Changes in 0.2.2.0

  • Added support for GHC 8

v0.2.1.0

07 Apr 16:02
Compare
Choose a tag to compare

Changes in 0.2.1.0

  • 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.

v0.2.0.0

04 Mar 11:00
Compare
Choose a tag to compare
bumped aeson and vector