Skip to content

Releases: 4Catalyzer/farce

v0.4.5

02 Aug 19:29
77759c7
Compare
Choose a tag to compare
  • Feature: Improve types for actions and reducer (#351)

v0.4.4

02 Aug 19:28
7b7ea93
Compare
Choose a tag to compare
  • Feature: Allow defining additional location descriptor types for TypeScript (#350)

v0.4.3

31 Jul 03:08
2d4ff36
Compare
Choose a tag to compare
  • Bugfix: Make various fixes to TypeScript types (#349)

v0.4.2

30 Jul 20:27
5275998
Compare
Choose a tag to compare
  • Feature: Add TypeScript types (#175)

v0.4.1

28 Mar 20:16
v0.4.1
7dfa843
Compare
Choose a tag to compare
  • Chore: Fix top-level export (#316)

v0.4.0

28 Mar 19:31
v0.4.0
e552255
Compare
Choose a tag to compare
  • 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)

v0.3.0

28 Mar 04:02
v0.3.0
e1c0d11
Compare
Choose a tag to compare
  • Breaking: Drop addEventListener polyfill (#215)
    • This polyfill is now required for IE8 support
  • Bugfix: Only add beforeunload listener as needed (#303)

v0.2.8

20 Mar 16:22
v0.2.8
157c3a6
Compare
Choose a tag to compare
  • Chore: Upgrade to Babel 7 (#86)

v0.2.7

16 Jan 18:38
v0.2.7
761aaf7
Compare
Choose a tag to compare
  • Bugfix: Fix invariant error messages (#62)

v0.2.6

18 Apr 17:05
v0.2.6
d3e6e0c
Compare
Choose a tag to compare
  • Chore: Update dependencies, including updating Redux to v4 (#60)