- Updated Clout dependency to 1.0.1
- Updated Ring dependency to 1.0.1
- Updated Clout dependency to 1.0.0
- Added let-routes macro
- Added wrap-flash middleware to compojure.handler/site
- Removed deprecated wrap! function
- Added content-type header for rendering seqs
- Added multipart options to compojure.handler/site
- Added default character encoding of UTF-8
- Updated Ring to 0.3.11
- Updated Ring dependency to 0.3.10
- Removed dependency on clojure-contrib
- Updated Ring dependency to 0.3.8
- GET routes now handle HEAD requests as well
- Resource routes now check classpath then servlet context
- Fixed possible issue with large resource streams
- Route for files and resources guess content-type
- Updated Clout dependency to 0.4.1
- Updated Ring dependency to 0.3.5
- Updated Clout dependency to 0.4.0
- Added context macro
- Added routing function
- Removed default middleware from routes and defroutes
- Added compojure.handler namespace
- Deprecated wrap! macro
- Updated Ring dependency to 0.3.4
- Updated Ring dependency to 0.3.1
- Updated Clout dependency to 0.3.1
- Fixed intermittent render map bug
- Updated Ring dependency to 0.3.0
- Fixed '& more' destructuring bug
- Updated Ring dependency to 0.2.5
- Factored middleware out to Ring 0.2
- Factored HTML generation out to Hiccup
- Factored route string parsing to Clout