v0.1.1
- Feature: Inject
match
as a prop to route components, to make the injected props a strict superset of the injected props fromwithRouter
(#33) - Bugfix: Use correct subpath condition instead of substring condition for
isActive
(#32) - Refactor: Pass
matcher
as a property ofrouter
for path formatting in redirects (#33) - Docs: Add docs (#34)