Skip to content

Latest commit

 

History

History
35 lines (25 loc) · 1.85 KB

CHANGELOG.md

File metadata and controls

35 lines (25 loc) · 1.85 KB

AppHistory

Unreleased

0.0.6

  • appHistory.push() is now appHistory.navigate()
  • appHistory.update() is now appHistory.navigate({replace: true})
  • appHistory.navigateTo() is now appHistory.goTo()
  • add a catch to polyfill's onclick handler so it doesn't crash
  • change TS types from any to unknown
  • add package exports

0.0.5

  • add signal to navigate event and fire abort if a new entry is added before the promises given to respondWith() resolve. The promise returned from appHistory.push will reject, and entry.finished will remain false
  • fix default url for first entry
  • fix on{event} handler signatures
  • add test case for ensuring sameDocument is turned into true if respondWith is call, and throws a SecurityError if you can't respond (cross-origin situations)

0.0.4

Fixing bugs with useBrowserPolyfill()

0.0.1

Initial release.