All Versions
12
Latest Version
Avg Release Cycle
119 days
Latest Release
1344 days ago

Changelog History
Page 2

  • v1.4.0 Changes

    May 21, 2017

    🏗 bcd8bc7 Support building URLs with non-http schemes. (#260)
    b552615 Added method Route.GetMethods
    1856953 Added method Route.GetPathRegexp
    599cba5 Fixing Regexp in the benchmark test (#234)
    ⚡️ ad4ce0e updating logic in route matcher, cleaner and saner (#235)

  • v1.3.0 Changes

    January 18, 2017

    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