mirror of
https://github.com/metosin/reitit.git
synced 2025-12-17 00:11:11 +00:00
Tune CHANGELOG
This commit is contained in:
parent
20c54b1d7b
commit
01730778e5
1 changed files with 2 additions and 2 deletions
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
### `reitit-core`
|
### `reitit-core`
|
||||||
|
|
||||||
* `match-by-path` encodes parameters into strings using (internal) `reitit.impl/IntoString` protocol. Handles all of: numbers, keywords, booleans, uuids. Fixes [#75](https://github.com/metosin/reitit/issues/75).
|
* `match-by-path` encodes parameters into strings using (internal) `reitit.impl/IntoString` protocol. Handles all of: strings, numbers, keywords, booleans, objects. Fixes [#75](https://github.com/metosin/reitit/issues/75).
|
||||||
|
|
||||||
```clj
|
```clj
|
||||||
(require '[reitit.core :as r])
|
(require '[reitit.core :as r])
|
||||||
|
|
@ -16,7 +16,7 @@
|
||||||
; :data {:name :user/coffee},
|
; :data {:name :user/coffee},
|
||||||
; :result nil,
|
; :result nil,
|
||||||
; :path-params {:type "luwak"},
|
; :path-params {:type "luwak"},
|
||||||
; :path "/coffee/luwa"}
|
; :path "/coffee/luwak"}
|
||||||
```
|
```
|
||||||
|
|
||||||
### `reitit-swagger`
|
### `reitit-swagger`
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue