Found Versions Save

Extensible route-based routing for React applications

v0.5.9

3 years ago
  • Bugfix: Add types for <ElementsRenderer> (#733)

v0.5.8

3 years ago
  • Bugfix: Fix Route constructor typing

v0.5.7

3 years ago
  • Bugfix: Fix types

v0.5.6

3 years ago
  • Feature: Improve TypeScript type definitions (#726)

v0.5.5

3 years ago
  • Feature: Support status in Redirect and RedirectException for use in HTTP redirects (#717)

v0.5.4

3 years ago
  • Bugfix: Memoize router context (#716)

v0.5.3

4 years ago
  • Chore: Fix published package

v0.5.2

4 years ago
  • Bugfix: Fix type definition for addNavigationListener (#680)

v0.5.0

4 years ago
  • Breaking: Revise navigation listener API to match Farce v0.4.x (#676)
    • Rename addTransitionHook to addNavigationListener
    • Configure beforeunload handling on navigation listeners rather than on history options
  • Breaking: Flatten exported module hierarchy (#677)
    • For example, the previous found/lib/Link is now at found/Link
    • Server-side rendering functionality is now only available in found/server
  • Chore: Add ES module build (#677)

v0.5.1

4 years ago
  • Chore: Fix published package