## 0.0.4 — 2020–03–19 ### Breaking - Remove `offset` field from [`ParamInfo`] type - Remove `ok bool` return value from [`Param`] function as it was rarely used and is the same as checking `paramInfo.Value != nil` ### Added - New [`WithParam`] and [`Path`] functions to simplify route normalization [`ParamInfo`]: https://pkg.go.dev/code.soquee.net/mux#ParamInfo [`Param`]: https://pkg.go.dev/code.soquee.net/mux#Param [`WithParam`]: https://pkg.go.dev/code.soquee.net/mux#WithParam [`Path`]: https://pkg.go.dev/code.soquee.net/mux#Path