All Versions
35
Latest Version
Avg Release Cycle
49 days
Latest Release
-
Changelog History
Page 1
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