Releases: fasthttp/router
Releases · fasthttp/router
v1.3.2
- fc8225f Add missing shortcuts (Sergio Andres Virviescas Santana)
- 893131d Use the cleaned path just when redirect to the fixed path #40 (Sergio Andres Virviescas Santana)
- b0e5c87 Improve performance (Sergio Andres Virviescas Santana)
IMPORTANT (Possible minimal broken backward compatibility)
Please, see the issue #40 about the fix of the url path.
v1.3.1
- f947c3f Fix get optional paths #39 (Sergio Andres Virviescas Santana)
- 16f85c3 Save path params as a copy #38 (Sergio Andres Virviescas Santana)
v1.3.0
- 2d2fdf9 Remove support to Go 1.11 (Sergio Andres Virviescas Santana)
- d1bb449 Add support to Go 1.15 (Sergio Andres Virviescas Santana)
- 6528f5c Upgrade fasthttp to v1.16.0 (Sergio Andres Virviescas Santana)
v1.2.4
- b310583 Fix mixing static + wildcard segment causes hung request #37 (Sergio Andres Virviescas Santana)
v1.2.3
- d5d344c Upgrade fasthttp to v1.15.1 and gotils (Sergio Andres Virviescas Santana)
- 5c3bd69 fix children conflict (#36) (milesdong)
v1.2.2
- 3e590a4 Fix typo (Sergio Andres Virviescas Santana)
v1.2.1
- bbf7915 e06e8fa Code fixes and minimal refactor (Sergio Andres Virviescas Santana)
v1.2.0
- f41abad Add Router.Mutable to update the route handler (Sergio Andres Virviescas Santana)
v1.1.7
- 9620a51 Fix tests (Sergio Andres Virviescas Santana)
- e65038f 7966096 b8d2a66 Upgrade gotils, update .travis-ci.yml and some fixes (Sergio Andres Virviescas Santana)
Notable Changes
- Added full support for Windows
- Deprecated Go 1.9/1.10
v1.1.6
- f8df9de Upgrade fasthttp to v1.14.0 (Sergio Andres Virviescas Santana)
- e65183a Fix HandleMethodNotAllowed (#35) (Sergio Andres Virviescas Santana)