mux v1.6.0 Release Notes

Release Date: 2017-11-07 // over 6 years ago
  • v1.6.0 major changes:

    • RouteMatch.MatchErr is now set to ErrNotFound when the route does not match.
    • ๐Ÿ‘ Go 1.5.x and below are no longer supported
    • ๐Ÿ†• New methods for fetching the query template have been added in Route.GetQueriesRegexp and Route.GetQueriesTemplates
    • ๐Ÿ› Bug fixes and documentation updates, detailed below.

    ๐Ÿ”„ CHANGELOG
    7f08801 MatchErr is set to ErrNotFound if NotFoundHandler is used (#311)
    ๐Ÿ“„ 9f48112 [docs] Document router.Match (#313)
    ๐Ÿ— bc452d9 [build] Allow tip failures (#312)
    ๐Ÿ— 7625a85 .travis.yml: Remove versions < go1.5 from build matrix
    c9183aa use req.URL.EscapedPath() instead of getPath(req) (#306)
    10490f5 GetQueryTemplates and GetQueryRegexp extraction (#304)
    ๐Ÿ— 9bd9ff2 Added 1.9 build step (#303)
    โœ… bdd5a5a Fix WriteHeader in TestA301ResponseWriter. (#301)
    ๐Ÿ“„ 3f19343 [docs] Document evaluation order for routes (#297)