Skip to content

Releases: 4Catalyzer/found

v0.3.0-alpha.1

31 May 01:34
v0.3.0-alpha.1
ff54d96
Compare
Choose a tag to compare
v0.3.0-alpha.1 Pre-release
Pre-release
  • Breaking: Merge JSX component classes with normal classes (#68)
  • Breaking: Use a resolver object rather than a function (#85)

v0.2.2

10 Apr 21:18
v0.2.2
907b89c
Compare
Choose a tag to compare
  • Chore: Update for React v15.5 deprecations (#78, #79)

v0.2.1

05 Jan 19:14
v0.2.1
b197615
Compare
Choose a tag to compare
  • Bugfix: Fix checkResolved for resolved promise chains (#64)

v0.2.0

02 Dec 22:40
v0.2.0
86f79ac
Compare
Choose a tag to compare
  • 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)

v0.1.3

17 Nov 20:11
v0.1.3
e9a12ff
Compare
Choose a tag to compare
  • Bugfix: Don't use matchShape internally (#47)

v0.1.2

15 Nov 17:49
v0.1.2
2a6573f
Compare
Choose a tag to compare
  • Feature: Add matchShape prop type validator (#43)

v0.1.1

07 Nov 22:27
v0.1.1
e97bf4c
Compare
Choose a tag to compare
  • Feature: Inject match as a prop to route components, to make the injected props a strict superset of the injected props from withRouter (#33)
  • Bugfix: Use correct subpath condition instead of substring condition for isActive (#32)
  • Refactor: Pass matcher as a property of router for path formatting in redirects (#33)
  • Docs: Add docs (#34)

v0.1.0

05 Nov 05:35
v0.1.0
ab0fc65
Compare
Choose a tag to compare
  • Chore: Update dependencies (#31)

v0.0.10

03 Nov 18:13
v0.0.10
9740230
Compare
Choose a tag to compare
  • Feature: Allow overriding historyMiddlewares and render in createBrowserRouter (#30)
  • Chore: Upgrade farce dependency (#29)

v0.0.9

03 Nov 04:29
v0.0.9
28e4852
Compare
Choose a tag to compare
  • Feature: Expose addTransitionHook on router context (#27)
  • Feature: Pass router object to route components (#27)
  • Feature: Support passing additional options to createHistoryEnhancer (#27)