3.0.0 (2018-04-02)
Version 3 is a refactoring of options: below is the gist, but make sure to read the docs!
BREAKING CHANGES
- 'trailingSlash' has been renamed to 'strictTrailingSlash'
- 'useTrailingSlash' has been renamed to 'trailingSlashMode' with value being 'default', 'never' or 'always'
- 'strictQueryParams' has been renamed to 'queryParamsMode' with value being 'default', 'strict' or 'loose'
<a name="2.0.3"></a>