Skip to content

v0.2.0

Compare
Choose a tag to compare
@taion taion released this 02 Dec 22:40
· 778 commits to master since this release
v0.2.0
86f79ac
  • Breaking: Take the router object as a prop instead of its constituent methods as props and matcher from the options object in <BaseRouter> (#44, #56)
  • Breaking: Remove direct support for basename in createBrowserRouter; with Farce v0.2.x, this functionality is now available from createBasenameMiddleware (#53)
  • Feature: Add server-side rendering support (#56)
  • Feature: Add default for queryMiddlewares to createFarceRouter (#56)
  • Refactor: Move getRoutes to Matcher (#44)