Skip to content

v0.5.0

Compare
Choose a tag to compare
@taion taion released this 01 Apr 06:39
· 170 commits to master since this release
15529bf
  • 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)