Releases: 4Catalyzer/found
Releases · 4Catalyzer/found
v0.3.0-alpha.1
v0.2.2
v0.2.1
v0.2.0
- Breaking: Take the
router
object as a prop instead of its constituent methods as props andmatcher
from the options object in<BaseRouter>
(#44, #56) - Breaking: Remove direct support for
basename
increateBrowserRouter
; with Farce v0.2.x, this functionality is now available fromcreateBasenameMiddleware
(#53) - Feature: Add server-side rendering support (#56)
- Feature: Add default for
queryMiddlewares
tocreateFarceRouter
(#56) - Refactor: Move
getRoutes
toMatcher
(#44)
v0.1.3
v0.1.2
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)