apiary v2.0.0 Release Notes

Release Date: 2016-03-28 // about 8 years ago
    • ➕ 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.