Vardius Gorouter Versions Save

Go Server/API micro framework, HTTP request router, multiplexer, mux

v4.3.0

4 years ago

Adding a middleware to non existing path will panic now https://github.com/vardius/gorouter/commit/0d328e69d797c06213283c94fb08bd921c9a0e2e

v4.2.3

4 years ago

Fix and add Compile method to interface.

v4.2.2

4 years ago
  • Subrouter match delegates to inner node instead of reimplementing the wheel
  • Improves subrouter matching performance

v4.2.1

4 years ago
  • Fix subrouter matching for different inner node types

v4.2.0

4 years ago
  • Overall mux refactor
  • Performance improvement
  • Fasthttp router store params object in context instead of each parameter separately

v4.1.0

4 years ago
  • Add fasthttp adapter
  • Improve middleware performance by pre-caching handlers

v4.0.0

5 years ago

This release is adopting modules for the first time for a pre-existing repository that have already been tagged v2.0.0 or higher before adopting modules.

Readme more here https://github.com/vardius/gorouter/issues/11

v3.0.6

5 years ago

v3.0.5

5 years ago

v3.0.4

6 years ago

You can mount http.Handlers now as a sub router