We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 960012c commit deb2722Copy full SHA for deb2722
1 file changed
CHANGELOG.md
@@ -5,8 +5,10 @@
5
* Support for collections in query parameters. E.g. `:query-params [x :- [Long]]` & url `?x=1&x=2&x=3` should result in `x` being `[1 2 3]`.
6
* **BREAKING**: `:validation-errors :error-handler`, `:validation-errors :catch-core-errors?`
7
and `:exceptions :exception-handler` options have been removed.
8
- * These have been replaced with general `:exceptions :handler` options.
+ * These have been replaced with general `:exceptions :handlers` options.
9
+ * Fails nicely at compile-time
10
* **BREAKING**: New handler use different arity than old handler functions.
11
+ * new arguments: Exception, ex-info and request.
12
* Move `context` from `compojure.api.sweet` to `compojure.api.legacy`. Use `context*` instead.
13
* Updated deps:
14
0 commit comments