v0.7.0
版本发布时间: 2019-11-12 01:31:56
yewstack/yew_router最新发布版本:v0.11.0(2020-03-14 20:04:52)
✨ 0.7.0 (2019-11-11)
-
⚡️ Features
- Greatly improve the quality of matcher string parsing errors. [171]
- Bring back
{}
,{*}
, and{<number>}
capture syntax for tuple structs/enums variants. If your variant or struct doesn't have named fields, you don't need to supply names in the matcher string [116] - Redirects that happen in the
Router
component actually change the url in the browser [171] - Allow parsing (almost) any character after a
#
is encountered in matcher strings. This enables this library to be used as a fragment router. [150]
-
🛠 Fixes
-
🚨 Breaking changes
- Upgrade to Yew 0.10.0
- Switch components now need to implement
Clone
in order to be used with theRouter
[171]