You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* added caseSensitive and pathToRegexpOptions to RouteConfig and pathToRegexpOptions to RouteRecord. Used to support senstive matches and pass along more options to pathToRegexp. #1214
* changed test for /FooBar to redirect to /FOOBAR
* fixed tests and added 2 tests for case sensitive redirects
* added some route-matching tests
* Update create-route-map.js
* Update route-matching.js
* Update code to use caseSensitive option
* Add unit test for caseSensitive
* Add test for pathToRegexpOptions in route
* Fix flow typings
* Add ts types
* Remove old test
0 commit comments