0.8.0 (2021-09-11)
- New repo name.
- Tweaked reqlog colors.
- Changed
Request.Params
is be a getter method. - Added
Request.WithParams
to set params. - Replaced
treemux.WithPathSource(URLPath)
withtreemux.UseURLPath()
.
- Added http.HandlerFunc compatibility mode to help working with
http.HandlerFunc
.