Skip to content

Releases: go-pkgz/routegroup

Version 1.1.1

17 Mar 19:08
Compare
Choose a tag to compare
  • refactor check for registered root route
  • simplify registration code

Full Changelog: v1.1.0...v1.1.1

Version 1.1.0

13 Mar 04:59
6978eff
Compare
Choose a tag to compare

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

Full Changelog: v1.0.0...v1.1.0

Version 1.0.0

10 Mar 18:53
Compare
Choose a tag to compare
  • stable version
  • drop dependency on testify

Full Changelog: v0.5.0...v1.0.0

Version 0.5.0

07 Mar 06:48
Compare
Choose a tag to compare
  • Add top-level Wrap for a single handler

Full Changelog: v0.4.0...v0.5.0

Version 0.4.0

01 Mar 17:59
6d76cde
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.3.0...v0.4.0

Version 0.3.0

22 Feb 20:59
Compare
Choose a tag to compare
  • Add the Mux() method, returning the underlying http.ServeMux

Version 0.2.1

22 Feb 20:13
Compare
Choose a tag to compare
  • fix incorrect basePath for derived Mount. It was losing the current state if set

Version 0.2.0

22 Feb 19:42
Compare
Choose a tag to compare
  • add the ability to derive routegroup bundles
  • implement http.Handler interface to be able to pass routegroup bundle to any place expecting http.Handler
  • rename Set method to Route

Version 0.1.1

22 Feb 18:19
Compare
Choose a tag to compare
  • Fix path expansion for go 1.22 routed

Version 0.1.0

22 Feb 09:27
Compare
Choose a tag to compare

Initial release