mux v1.3.0 Release Notes

Release Date: 2017-01-18 // over 7 years ago
  • 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