- Updated dependencies
- Updated dependencies
- Changed internal server error to always return JSON (#13)
- Updated dependencies
- Replaced
:duct.core/handlerwith:duct.handler/root - Added
duct.core/resourceto static handlers
- Updated dependencies
- Replaced
io/resourcewithduct.core/resource
- Updated module to use duct/core 0.7.0 alpha
- Fixed Muuntaja option merge
- Updated dependencies
- Updated dependencies
- Fixed missing
:duct.router/cascadingderive
- Updated
duct/coreto 0.6.1 - Updated
duct/loggerto 0.2.1
- Updated duct/core to 0.6.0
- Removed additional requires from module for lean prep
- Updated Ring-Defaults to 0.3.1
- Updated Muuntaja to 0.3.2
- Updated dependencies
- Improved format middleware option merging (#3)
- Made defaults middleware easier to selectively override
- Fixed bug with static handlers and non-standard response bodies
- Updated static handlers to add headers automatically for file and URL bodies
- Updated static handlers so URL bodies work with older Ring adapters
- BREAKING CHANGE Replaced
duct.handler.errorwithduct.handler.static - Added Muuntaja for content negotiation to
:duct.module.web/api - Added
:duct.module/webfor bare-bones web development
- BREAKING CHANGE Changed
wrap-not-foundto take handler argument - BREAKING CHANGE Changed
wrap-hide-errorsto take handler argument - Added
duct.handler.errornamespace - Added async support to middleware functions
- Updated
duct/server.http.jettyto support async Ring
- BREAKING CHANGE
:duct.core.web/handlerkey replaced by:duct.core/handler - Updated module to look for
:duct/routerkey for routes - Added
:duct.router/cascadingkey
- Updated Ring to 1.6.0
- Removed
duct.server.http.jettyrequire (#1)
- BREAKING CHANGE Updated modules to duct/core 0.2.0 standard
- Updated Integrant to 0.4.0
- Updated Ring to 1.6.0-RC3
- Updated duct/server.http.jetty to 0.1.1
- First release