1.0.8 (2021-11-16)
- properly handle empty root node (b37ad45)
1.0.7 (2021-11-12)
- don't panic on path that matches routes common prefix (d89dc38)
1.0.6 (2021-11-09)
- propagate error in HTTP compat handlers (5ed4d41)
1.0.5 (2021-11-08)
- fallback to context when params can't be found (ee2eb33)
- apply middleware to method not allowed handler (8e295d0)
1.0.4 (2021-11-07)
- reqlog: support http.Flusher (938d70a)
1.0.3 (2021-10-21)
- make routes with only colon nodes work (fffd754)
1.0.2 (2021-10-19)
- make redirects work for wildcard routes (04cb9f3)
1.0.1 (2021-10-15)
- change WithContext to preserve route params (2ca195a)
1.0.0 (2021-10-14)
- make Slice and Map work on empty request (609c7a3)
- allow configuring reqlog from env variables (486ec10)
1.0.0-rc.2 (2021-10-04)
- Initial release. See the documentation for details.