diff options
| author | Asko Nõmm <asko@bien.ee> | 2021-10-03 13:01:48 -0300 |
|---|---|---|
| committer | Asko Nõmm <asko@bien.ee> | 2021-10-03 13:01:48 -0300 |
| commit | d7b656e884546d1b498db2b2a476df1254f978b4 (patch) | |
| tree | 666a11198021207d676d576bfc35d7f63e156ffd /README.md | |
| parent | e1b8f0969a4bd5f1e1e390364a55ffc6aa141d65 (diff) | |
Fix issue with regex parsing
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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. |
