All Versions
35
Latest Version
Avg Release Cycle
49 days
Latest Release
-

Changelog History
Page 1

  • v2.0.2 Changes

    • โž• add json to send ToJson instances with auto 'application/json' content type.
  • v2.0.1 Changes

    March 28, 2016
    • document Data.Param.File
    • ๐Ÿ”ฆ expose Control.Monad.Apiary.Action.getReqBodyJSON
  • v2.0.0 Changes

    March 28, 2016
    • โž• add methods to get application from Apiary monad stack.
    • โž• add Control.Monad.Apiary.Action.application to mount a wai application at certain route.
    • rewrite getReqBody to allow file upload with temp file backend, check out ApiaryConfig and Data.Param.File.
    • guard against large request body.
    • โž• add Control.Monad.Filter.jsonReqBody to do type level route based on request body's JSON type.
  • v1.4.5 Changes

    August 28, 2015
    • ๐Ÿ›  fixed #17
  • v1.4.4 Changes

    August 27, 2015
    • ๐Ÿ›  fixed #16
  • v1.4.3 Changes

    March 25, 2015
    • ghc-7.10 compatible
  • v1.4.2 Changes

    March 24, 2015
    • ๐Ÿ›  fix: remove async from API document
  • v1.4.1 Changes

    March 24, 2015
    • โž• add viewport, charset, and async to auto generate API document
  • v1.4.0 Changes

    March 24, 2015
    • โœ‚ remove Data.Apiary.Compat module
    • โœ‚ remove bytestring-lexing(and alex) dependency
  • v1.3.0 Changes

    February 18, 2015

    ๐Ÿ†• new router(web-routing package)

    ๐Ÿ†• new dictionary

    insert -> add
    NotMember -> (</) etc...

    โž• add Filter,Filter' type

    โœ‚ remove focus'

    focus' -> focus
    focus -> [delete]

    ๐Ÿ”„ change boolean query behaviour

    old: ?key == fail
    ๐Ÿ†• new: ?key == true