Skip to content

Releases: mythrnr/httprouter-group

v0.9.1

09 Jun 14:56
16d8bd3
Compare
Choose a tag to compare

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

17 Feb 06:54
40643c4
Compare
Choose a tag to compare

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

Full Changelog: v0.8.0...v0.9.0

v0.8.0

10 Jul 13:25
bf2e5a7
Compare
Choose a tag to compare

Change Log

  • Remove supported go version 1.16

Full Changelog: v0.7.2...v0.8.0

v0.7.2

26 Mar 11:01
b0d53da
Compare
Choose a tag to compare

Change Log

  • chore: improve CI.
  • chore: using latest command in Makefile.

Full Changelog: v0.7.1...v0.7.2

Release v0.7.1

30 Oct 17:52
51b2213
Compare
Choose a tag to compare

Change Log

51b2213 : modify: remove unused cspell setting (by @mythrnr)

51121df : modify: update develop environment (by @mythrnr)

cb69cfc : fix: YAML extension (by @mythrnr)

Release v0.7.0

30 Jan 17:29
2c8eeee
Compare
Choose a tag to compare

Change Log

Release v0.6.0

30 Jan 17:13
d96911d
Compare
Choose a tag to compare

Change Log

Release v0.5.0

26 Apr 16:10
Compare
Choose a tag to compare
Some updates

- [fix] Ordering Routes is broken when Routes.String() is called.
- [modify] Add Match and Any method in RouteGroup.

Release v0.4.0

18 Apr 13:56
Compare
Choose a tag to compare
[modify] check with go 1.16

Release v0.3.0

02 Apr 06:03
Compare
Choose a tag to compare
[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.