From d7b656e884546d1b498db2b2a476df1254f978b4 Mon Sep 17 00:00:00 2001 From: Asko Nõmm Date: Sun, 3 Oct 2021 13:01:48 -0300 Subject: Fix issue with regex parsing --- README.md | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index a6d4180..d9d14dd 100644 --- a/README.md +++ b/README.md @@ -158,6 +158,10 @@ What the actual map can contain that you return depends again on the HTTP server ## Changelog +### 1.2.1 + +- Fixed an issue with regex parsing. Sorry about that. + ### 1.2.0 - Implemented optional route parameters, so now you can do paths like `/hi/:name?` in your routes, and it would match the route even if the `:name` is not present. All you have to do is add a question mark to the parameter, and that's it. -- cgit v1.2.3