Skip to content

Releases: julienschmidt/httprouter

v1.3

30 Sep 07:34
Compare
Choose a tag to compare
  • Fixed license wording to be properly detected as the BSD 3-Clause License
  • Fixed case-insensitive path lookup for multibyte runes (#263)
  • Fixed a bug in the calculation of the maximum number of parameters (#261)
  • Added a check preventing adding handlers for an empty path, avoid a out-of-range panic (#204)
  • Fixed a wildcard conflict check (#172)
  • The methods in Allowed headers are now sorted (#248)
  • Added an option to add a global handler for automatic responses to OPTIONS requests (#156, #200, #214, #260)
  • Minor performance optimizations and documentation fixes

The required minimum Go version is now 1.7.

Thanks to everyone who has sent pull-requests, reported issues, or contributed in any other way!

v1.2

13 Oct 19:30
Compare
Choose a tag to compare
v1.2.0

small enhance at CleanPath (#243)

v1.1

25 Jun 19:06
Compare
Choose a tag to compare
v1.1.0

Code Formatting

v1

25 Jun 19:00
Compare
Choose a tag to compare
v1
v1.0.0

tree: optimize lookups