Releases: go-pkgz/routegroup
Releases · go-pkgz/routegroup
Version 1.1.1
- refactor check for registered root route
- simplify registration code
Full Changelog: v1.1.0...v1.1.1
Version 1.1.0
What's Changed
- Fix README.md examples by @meandnano in #4
- [master] fix allocate middlewares slice by @FedorovVladimir in #5
- simplify test confusions with mux usage; remove Mux accessor by @umputun in #6
- Add a catch-all route if one not registered yet by @umputun in #8
New Contributors
- @meandnano made their first contribution in #4
- @FedorovVladimir made their first contribution in #5
Full Changelog: v1.0.0...v1.1.0
Version 1.0.0
- stable version
- drop dependency on testify
Full Changelog: v0.5.0...v1.0.0
Version 0.5.0
- Add top-level
Wrap
for a single handler
Full Changelog: v0.4.0...v0.5.0
Version 0.4.0
What's Changed
- fix: readme example typo by @vgarvardt in #1
- Mux compat by @umputun in #2
New Contributors
- @vgarvardt made their first contribution in #1
Full Changelog: v0.3.0...v0.4.0
Version 0.3.0
- Add the
Mux()
method, returning the underlyinghttp.ServeMux
Version 0.2.1
- fix incorrect basePath for derived
Mount
. It was losing the current state if set
Version 0.2.0
- add the ability to derive
routegroup
bundles - implement
http.Handler
interface to be able to passroutegroup
bundle to any place expectinghttp.Handler
- rename
Set
method toRoute
Version 0.1.1
- Fix path expansion for go 1.22 routed
Version 0.1.0
Initial release