Skip to content

Latest commit

 

History

History
106 lines (46 loc) · 2.97 KB

CHANGELOG.md

File metadata and controls

106 lines (46 loc) · 2.97 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

1.0.0 (2023-10-16)

⚠ BREAKING CHANGES

  • Upgrade development dependencies

Bug Fixes

  • Upgrade development dependencies (2b29cba)

0.5.0 (2020-11-06)

⚠ BREAKING CHANGES

  • Refactor API to improve tersing

Features

  • Refactor API to improve tersing (ad58038)

0.4.4 (2020-09-11)

Bug Fixes

  • Avoid spurious updates for links which do not have an href (b135429)

0.4.3 (2020-08-27)

Features

  • Add navigateTo function (c7765d6)

0.4.2 (2020-02-10)

Bug Fixes

  • Remove nullish coalescing operator (982a243)

0.4.1 (2020-02-07)

Bug Fixes

  • Add test.js to npmignore (fdeab34)

0.4.0 (2020-02-07)

⚠ BREAKING CHANGES

  • Use nullish coalescing and optional chaining

Features

  • Expand API to cover all window.history fields (1665aae)

0.3.1 (2019-06-05)

0.3.0 (2019-03-22)

Features

  • Accept listenerOptions argument on linkInterceptor. (acda01f)

BREAKING CHANGES

  • <a> click listener no longer uses capture by default.

0.2.0 (2019-03-21)

Features

  • More closely mimic the standard history API. (eaf00a5)

BREAKING CHANGES

  • historyState.data has been replaced by historyState.state.
  • historyState.pushState requires the same arguments as history.pushState.

0.1.0 (2019-03-20)

Features

  • Implement @cfware/history-state. (c1a6129)