mirror of
https://github.com/metosin/reitit.git
synced 2025-12-17 00:11:11 +00:00
Update CHANGELOG
This commit is contained in:
parent
55097654dc
commit
8a538b6d7e
2 changed files with 6 additions and 1 deletions
|
|
@ -23,6 +23,10 @@ We use [Break Versioning][breakver]. The version numbers follow a `<major>.<mino
|
||||||
[lambdaisland/deep-diff "0.0-47"] is available but we use "0.0-25"
|
[lambdaisland/deep-diff "0.0-47"] is available but we use "0.0-25"
|
||||||
```
|
```
|
||||||
|
|
||||||
|
* Updated guides on
|
||||||
|
* [Error Messages](https://metosin.github.io/reitit/basics/error_messages.html)
|
||||||
|
* [Route-data Validation](https://metosin.github.io/reitit/basics/route_data_validation.html)
|
||||||
|
|
||||||
### `reitit-core`
|
### `reitit-core`
|
||||||
|
|
||||||
* new options `:reitit.spec/wrap` to wrap top-level route data specs when spec validation is enabled. Using `spec-tools.spell/closed` closes top-level specs.
|
* new options `:reitit.spec/wrap` to wrap top-level route data specs when spec validation is enabled. Using `spec-tools.spell/closed` closes top-level specs.
|
||||||
|
|
@ -31,7 +35,7 @@ We use [Break Versioning][breakver]. The version numbers follow a `<major>.<mino
|
||||||
### `reitit-frontend`
|
### `reitit-frontend`
|
||||||
|
|
||||||
* add support for html5 links inside Shadow DOM by [Antti Leppänen](https://github.com/fraxu).
|
* add support for html5 links inside Shadow DOM by [Antti Leppänen](https://github.com/fraxu).
|
||||||
* lot's of React-router examples ported in, thanks to [Valtteri Harmainen](https://github.com/vharmain)
|
* lot's of React-router [examples](./examples) ported in, thanks to [Valtteri Harmainen](https://github.com/vharmain)
|
||||||
|
|
||||||
### `reitit.pedestal`
|
### `reitit.pedestal`
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -7,6 +7,7 @@
|
||||||
(:import (reitit.interceptor Executor)
|
(:import (reitit.interceptor Executor)
|
||||||
(java.lang.reflect Method)))
|
(java.lang.reflect Method)))
|
||||||
|
|
||||||
|
;; TODO: variadic
|
||||||
(defn- arities [f]
|
(defn- arities [f]
|
||||||
(->> (class f)
|
(->> (class f)
|
||||||
.getDeclaredMethods
|
.getDeclaredMethods
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue