Skip to content

v0.4.0

Compare
Choose a tag to compare
@taion taion released this 28 Mar 19:31
· 91 commits to master since this release
v0.4.0
e552255
  • Breaking: Rename addTransitionHook to addNavigationListener (#313)
  • Breaking: Configure beforeunload handling on navigation listeners rather than on history enhancer (#313)
    • Instead of setting useBeforeUnload in createHistoryEnhancer, set beforeUnload in addNavigationListener
  • Breaking: Remove legacy history v2.x compatibility wrapper (#313)
  • Breaking: Rename TRANSITION action to NAVIGATE and transition action creator to navigate
  • Breaking: Flatten exported module hierarchy (#314)
    • For example, the previous farce/lib/BrowserProtocol export is now at farce/BrowserProtocol
  • Chore: Add ES module build (#314)