Releases: 4Catalyzer/farce
Releases · 4Catalyzer/farce
v0.2.5
- Feature: Add
HashProtocol
(#50)
- Bugfix: Handle failures in transition hooks (#52, #53)
- Bugfix: Fix history integration (#57)
v0.2.4
- Feature: Add
MemoryProtocol
(#44)
v0.2.3
- Bugfix: Fix
createBasenameMiddleware
support for trivial basenames (#43)
v0.2.2
- Feature: Handle malformed search strings more gracefully via query-string v5 (#41)
v0.2.1
- Bugfix: Fix disposing
ServerProtocol
(#26)
v0.2.0
- Breaking: Remove
basename
option from BrowserProtocol
(#24)
- Feature: Add
createBasenameMiddleware
for prepending paths (#24)
- Feature: Add
ServerProtocol
for server-side rendering support (#25)
v0.1.0
- Feature: Add
StateStorage
(#14)
- Bugfix: Correctly handle nully return values from transition hooks (#15)
v0.0.6
- Breaking: Use an object for configuring history enhancer (#11)
- Breaking: Run transition hooks on processed rather than raw location objects (#12)
v0.0.5
- Bugfix: Pass through
options
in createHistory
(#10)
v0.0.4
- Breaking: Rename
addTransitionHook
to addHook
on transition hook middleware, but not on store (#9)
- Feature: Add before unload support via
useBeforeUnload
option to createTransitionHookMiddleware
and createHistoryEnhancer
(#9)
- Bugfix: Don't unnecessarily rewind on
POP
transitions when using transition hooks (#9)