Releases: fasthttp/router
Releases · fasthttp/router
v1.1.4
- 0dbe144 Upgrade fasthttp to v1.13.1 (Sergio Andres Virviescas Santana)
- 429531f Update README (Sergio Andres Virviescas Santana)
v1.1.3
- 4087974 Small performance improvement (Sergio Andres Virviescas Santana)
v1.1.2
- 5506e52 Move request methods map to router again #31 (Sergio Andres Virviescas Santana)
v1.1.1
- 0298f52 Improve performance (Sergio Andres Virviescas Santana)
v1.1.0
- a3f3db5 feature #29 Add router.ANY() (Sergio Andres Virviescas Santana)
- a0ed295 Move request methods map to radix tree and refactor (Sergio Andres Virviescas Santana)
v1.0.4
- 7ef9a43 Upgrade fasthttp to v1.12.0 (Sergio Andres Virviescas Santana)
v1.0.3
- eecce1b Upgrade fasthttp to v1.11.0 (Sergio Andres Virviescas Santana)
- e38c33a Upgrade gotils (Sergio Andres Virviescas Santana)
- 5dd2506 Not build in GOOS/GOARCH pair darwin/386 when Go > 1.14 (Sergio Andres Virviescas Santana)
- 257e7c4 Fix version in go.mod (Sergio Andres Virviescas Santana)
v1.0.2
- 257e7c4 Fix version in go.mod (Sergio Andres Virviescas Santana)
- dd25891 Not add a trailing slash in the optional paths (Sergio Andres Virviescas Santana)
v1.0.1
- 3a4e181 Fix panic on nil ctx in radix code (#26) (Gregory Oschwald)
- 637e8c0 Fix README (Sergio Andres Virviescas Santana)
v1.0.0
- d8bbf71 Improve performance of radix.findEndIndexAndValues by preallocating the necessary memory (Sergio Andres Virviescas Santana)
- 6a00bf3 Improve performance of radix.FindCaseInsensitivePath (Sergio Andres Virviescas Santana)
IMPORTANT CHANGE
- 510879a Add optional regex validation for wildcards and allow wildcards with suffix (Sergio Andres Virviescas Santana)