v1.3.0
Summary
- Capture groups in regular expressions - e.g.
(pattern|thing)
vs(?:pattern|thing)
are have not been supported. We now fail fast (panic on startup) if we detect any routes with a capturing group. See #200 for discussion.
CHANGELOG
392c28f [bugfix] fail fast if regex is incorrectly specified using capturing groups. (#218)
cafdb65 [docs] Add route listing example to README