Skip to content

Latest commit

 

History

History
94 lines (33 loc) · 2.67 KB

CHANGELOG.md

File metadata and controls

94 lines (33 loc) · 2.67 KB

1.0.8 (2021-11-16)

Bug Fixes

  • properly handle empty root node (b37ad45)

1.0.7 (2021-11-12)

Bug Fixes

  • don't panic on path that matches routes common prefix (d89dc38)

1.0.6 (2021-11-09)

Bug Fixes

  • propagate error in HTTP compat handlers (5ed4d41)

1.0.5 (2021-11-08)

Bug Fixes

  • fallback to context when params can't be found (ee2eb33)

Features

  • apply middleware to method not allowed handler (8e295d0)

1.0.4 (2021-11-07)

Features

  • reqlog: support http.Flusher (938d70a)

1.0.3 (2021-10-21)

Bug Fixes

  • make routes with only colon nodes work (fffd754)

1.0.2 (2021-10-19)

Features

  • make redirects work for wildcard routes (04cb9f3)

1.0.1 (2021-10-15)

Bug Fixes

  • change WithContext to preserve route params (2ca195a)

1.0.0 (2021-10-14)

Bug Fixes

  • make Slice and Map work on empty request (609c7a3)

Features

  • allow configuring reqlog from env variables (486ec10)

1.0.0-rc.2 (2021-10-04)