-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Comparing changes
Open a pull request
base repository: gorilla/mux
base: v1.6.2
head repository: gorilla/mux
compare: v1.7.0
Commits on May 17, 2018
-
Configuration menu - View commit details
-
Copy full SHA for c856192 - Browse repository at this point
Copy the full SHA c856192View commit details
Commits on May 26, 2018
-
Configuration menu - View commit details
-
Copy full SHA for e0b5aba - Browse repository at this point
Copy the full SHA e0b5abaView commit details
Commits on Jun 5, 2018
-
Configuration menu - View commit details
-
Copy full SHA for cb46983 - Browse repository at this point
Copy the full SHA cb46983View commit details
Commits on Aug 7, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 815b8c6 - Browse repository at this point
Copy the full SHA 815b8c6View commit details -
Configuration menu - View commit details
-
Copy full SHA for e48e440 - Browse repository at this point
Copy the full SHA e48e440View commit details
Commits on Aug 30, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 962c5be - Browse repository at this point
Copy the full SHA 962c5beView commit details
Commits on Sep 2, 2018
-
Drop support for Go < 1.7: remove gorilla/context (#391)
* Drop support for Go < 1.7: remove gorilla/context * Remove Go < 1.7 from Travis CI config * Remove unneeded _native from context files
Configuration menu - View commit details
-
Copy full SHA for 8771f97 - Browse repository at this point
Copy the full SHA 8771f97View commit details -
Configuration menu - View commit details
-
Copy full SHA for cf6680b - Browse repository at this point
Copy the full SHA cf6680bView commit details
Commits on Sep 3, 2018
-
Always run on the latest stable Go version. (#402)
Only run vet on the latest Go version.
Configuration menu - View commit details
-
Copy full SHA for 9e1f595 - Browse repository at this point
Copy the full SHA 9e1f595View commit details
Commits on Oct 12, 2018
-
Configuration menu - View commit details
-
Copy full SHA for deb579d - Browse repository at this point
Copy the full SHA deb579dView commit details
Commits on Oct 24, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 521ea7b - Browse repository at this point
Copy the full SHA 521ea7bView commit details
Commits on Oct 30, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 3d80bc8 - Browse repository at this point
Copy the full SHA 3d80bc8View commit details
Commits on Dec 7, 2018
-
Improve subroute configuration propagation #422
* Pull out common shared `routeConf` so that config is pushed on to child routers and routes. * Removes obsolete usages of `parentRoute` * Add tests defining compositional behavior * Exercise `copyRouteConf` for posterity
Configuration menu - View commit details
-
Copy full SHA for 758eb64 - Browse repository at this point
Copy the full SHA 758eb64View commit details -
Configuration menu - View commit details
-
Copy full SHA for 419fd9f - Browse repository at this point
Copy the full SHA 419fd9fView commit details
Commits on Dec 8, 2018
-
Configuration menu - View commit details
-
Copy full SHA for d2b5d13 - Browse repository at this point
Copy the full SHA d2b5d13View commit details
Commits on Dec 17, 2018
-
remove redundant code that remove support gorilla/context (#427)
* remove redundant code that remove support gorilla/context * backward compatible for remove redundant code
2Configuration menu - View commit details
-
Copy full SHA for 6137e19 - Browse repository at this point
Copy the full SHA 6137e19View commit details
Commits on Dec 25, 2018
-
Replace domain.com with example.com (#434)
Because domain.com is an actual business, example.com should be used for example purposes.
Configuration menu - View commit details
-
Copy full SHA for a31c178 - Browse repository at this point
Copy the full SHA a31c178View commit details
Commits on Dec 28, 2018
-
[bugfix] Clear matchErr when traversing subrouters.
Previously, when searching for a match, matchErr would be erroneously set, and prevent middleware from running (no match == no middleware runs). This fix clears matchErr before traversing the next subrouter in a multi-subrouter router.
Configuration menu - View commit details
-
Copy full SHA for ef912dd - Browse repository at this point
Copy the full SHA ef912ddView commit details
Commits on Jan 4, 2019
-
getHost() now returns full host & port information (#383)
Previously, getHost only returned the host. As it now returns the port as well, any .Host matches on a route will need to be updated to also support matching on the port for cases where the port is non default, eg: 80 for http or 443 for https.
2Configuration menu - View commit details
-
Copy full SHA for f3ff42f - Browse repository at this point
Copy the full SHA f3ff42fView commit details
Commits on Jan 8, 2019
-
Ignore ErrNotFound while matching Subrouters (#438)
MatchErr is set by the router to ErrNotFound if no route matches. If no route of a Subrouter matches the error can by safely ignored. This implementation only ignores these errors and does not ignore other errors like ErrMethodMismatch.
Configuration menu - View commit details
-
Copy full SHA for 08e7f80 - Browse repository at this point
Copy the full SHA 08e7f80View commit details
Commits on Jan 25, 2019
-
Call WriteHeader after setting other header(s) in the example (#442)
From the docs: Changing the header map after a call to WriteHeader (or Write) has no effect unless the modified headers are trailers.
Configuration menu - View commit details
-
Copy full SHA for 797e653 - Browse repository at this point
Copy the full SHA 797e653View commit details -
Configuration menu - View commit details
-
Copy full SHA for a796238 - Browse repository at this point
Copy the full SHA a796238View commit details
There are no files selected for viewing
This file was deleted.
This file was deleted.