Releases: julienschmidt/httprouter
Releases · julienschmidt/httprouter
v1.3
- 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
v1.2.0 small enhance at CleanPath (#243)
v1.1
v1.1.0 Code Formatting
v1
v1.0.0 tree: optimize lookups