Skip to content

Releases: byteally/webapi

v0.3

Choose a tag to compare

@ersran9 ersran9 released this 03 Aug 13:23

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

Choose a tag to compare

@ersran9 ersran9 released this 20 Apr 13:02

Changes in 0.2.2.0

  • Added support for GHC 8

v0.2.1.0

Choose a tag to compare

@ersran9 ersran9 released this 07 Apr 16:02

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

Choose a tag to compare

@ersran9 ersran9 released this 04 Mar 11:00
bumped aeson and vector