Releases: mythrnr/httprouter-group
Releases · mythrnr/httprouter-group
v0.9.1
What's Changed
- chore(deps): bump guyarb/golang-test-annotations from 0.7.0 to 0.8.0 by @dependabot in #7
- chore(deps): bump github.com/stretchr/testify from 1.8.4 to 1.9.0 by @dependabot in #8
- chore(deps): bump golangci/golangci-lint-action from 4 to 6 by @dependabot in #10
Full Changelog: v0.9.0...v0.9.1
v0.9.0
Breaking Change
- Remove supported go version less than 1.20
What's Changed
- chore(deps): bump guyarb/golang-test-annotations from 0.6.0 to 0.7.0 by @dependabot in #3
- chore(deps): bump actions/checkout from 3 to 4 by @dependabot in #4
New Contributors
- @dependabot made their first contribution in #3
Full Changelog: v0.8.0...v0.9.0
v0.8.0
v0.7.2
Change Log
- chore: improve CI.
- chore: using latest command in Makefile.
Full Changelog: v0.7.1...v0.7.2
Release v0.7.1
Release v0.7.0
Release v0.6.0
Release v0.5.0
Some updates - [fix] Ordering Routes is broken when Routes.String() is called. - [modify] Add Match and Any method in RouteGroup.
Release v0.4.0
[modify] check with go 1.16
Release v0.3.0
[modify] behavior of RouteGroup - RouteGroup returns the registered definitions in Routes object. - RouteGroup does not register to httprouter.Router. - Stringing and sorting is now the responsibility of Routes.