Skip to content

Releases: 4Catalyzer/found

v0.5.9

10 Aug 14:41
7ca40e8
Compare
Choose a tag to compare
  • Bugfix: Add types for <ElementsRenderer> (#733)

v0.5.8

02 Aug 19:29
6ac9d83
Compare
Choose a tag to compare
  • Bugfix: Fix Route constructor typing

v0.5.7

02 Aug 19:29
5c85ecc
Compare
Choose a tag to compare
  • Bugfix: Fix types

v0.5.6

31 Jul 03:33
e85faab
Compare
Choose a tag to compare
  • Feature: Improve TypeScript type definitions (#726)

v0.5.5

24 Jul 22:00
effb0ea
Compare
Choose a tag to compare
  • Feature: Support status in Redirect and RedirectException for use in HTTP redirects (#717)

v0.5.4

22 Jul 20:14
78de701
Compare
Choose a tag to compare
  • Bugfix: Memoize router context (#716)

v0.5.3

02 Apr 07:56
52b7670
Compare
Choose a tag to compare
  • Chore: Fix published package

v0.5.2

02 Apr 07:29
v0.5.2
cddc99a
Compare
Choose a tag to compare
  • Bugfix: Fix type definition for addNavigationListener (#680)

v0.5.1

01 Apr 06:36
b9e902b
Compare
Choose a tag to compare
  • Chore: Fix published package

v0.5.0

01 Apr 06:39
15529bf
Compare
Choose a tag to compare
  • 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)