diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 10 |
1 files changed, 9 insertions, 1 deletions
@@ -103,7 +103,7 @@ You can also use Ruuter with [Babashka](https://github.com/babashka/babashka), b ### Creating routes -Like mentioned above, each route is a map inside of a vector - the order is important only in that the route matcher will return the first result it finds according to `:path`. +Like mentioned above, each route is a map inside a vector - the order is important only in that the route matcher will return the first result it finds according to `:path`. Each route consists of three items: @@ -161,6 +161,14 @@ What the actual map can contain that you return depends again on the HTTP server ## Changelog +### 1.3.2 + +- When using wildcard parameters, the keyword returned in ´:params´ of a request was ´:name*´, but aiming for consistency with an optional parameter where we remove the question mark ´?´, the asterisk has been removed. + +### 1.3.1 + +- A small bugfix related to wildcard parameters losing the first character in the result. + ### 1.3.0 - Fixed an issue with optional parameters not matching correctly when there were multiple optional paremeters in use. |
