Skip to main content
Version: 0.21

From 0.16.0 to 0.17.0

Switch::render is no longer needed

The <Switch /> component now accepts a closure of Fn(Routable) -> Html as the render function directly.

The History API has been replaced with the Navigator API.