Releases: 4Catalyzer/farce
Releases · 4Catalyzer/farce
v0.4.5
v0.4.4
v0.4.3
v0.4.2
v0.4.1
v0.4.0
- Breaking: Rename
addTransitionHook
toaddNavigationListener
(#313) - Breaking: Configure
beforeunload
handling on navigation listeners rather than on history enhancer (#313)- Instead of setting
useBeforeUnload
increateHistoryEnhancer
, setbeforeUnload
inaddNavigationListener
- Instead of setting
- Breaking: Remove legacy
history
v2.x compatibility wrapper (#313) - Breaking: Rename
TRANSITION
action toNAVIGATE
andtransition
action creator tonavigate
- Breaking: Flatten exported module hierarchy (#314)
- For example, the previous
farce/lib/BrowserProtocol
export is now atfarce/BrowserProtocol
- For example, the previous
- Chore: Add ES module build (#314)