Skip to content

Releases: 4Catalyzer/farce

v0.2.5

09 Jan 21:56
5c1a143
Compare
Choose a tag to compare
  • Feature: Add HashProtocol (#50)
  • Bugfix: Handle failures in transition hooks (#52, #53)
  • Bugfix: Fix history integration (#57)

v0.2.4

22 Dec 20:01
45effe9
Compare
Choose a tag to compare
  • Feature: Add MemoryProtocol (#44)

v0.2.3

03 Nov 18:18
54030db
Compare
Choose a tag to compare
  • Bugfix: Fix createBasenameMiddleware support for trivial basenames (#43)

v0.2.2

19 Oct 22:25
0de8e58
Compare
Choose a tag to compare
  • Feature: Handle malformed search strings more gracefully via query-string v5 (#41)

v0.2.1

01 Dec 22:23
v0.2.1
da9c6ce
Compare
Choose a tag to compare
  • Bugfix: Fix disposing ServerProtocol (#26)

v0.2.0

29 Nov 23:06
v0.2.0
ad1f2e2
Compare
Choose a tag to compare
  • 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

05 Nov 05:34
v0.1.0
8135c2f
Compare
Choose a tag to compare
  • Feature: Add StateStorage (#14)
  • Bugfix: Correctly handle nully return values from transition hooks (#15)

v0.0.6

03 Nov 17:51
v0.0.6
0605151
Compare
Choose a tag to compare
  • Breaking: Use an object for configuring history enhancer (#11)
  • Breaking: Run transition hooks on processed rather than raw location objects (#12)

v0.0.5

03 Nov 04:32
v0.0.5
7ef7542
Compare
Choose a tag to compare
  • Bugfix: Pass through options in createHistory (#10)

v0.0.4

03 Nov 04:26
v0.0.4
0874343
Compare
Choose a tag to compare
  • 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)