From 60e1f9c8a6b5f343cfc8be2d8bc25018cfe0ddab Mon Sep 17 00:00:00 2001 From: Asko Nõmm Date: Thu, 6 Oct 2022 01:11:46 +0300 Subject: 1.3.2 --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 5384ea8..480916f 100644 --- a/README.md +++ b/README.md @@ -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. -- cgit v1.2.3