v0.19.0
Breaking changes
- Treat
null
as valid resource data. #107
New features
- Allow
Redirect
component to accept a route object asto
prop. #108 - Ensure compatibility with history@5. #113
- Add
isBrowserOnly
to Resource. More info at https://github.com/atlassian-labs/react-resource-router/blob/master/docs/resources/creation.md
Flowtype fixes
- Type the props provided by the 'withRouter' component. #98