All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
1.0.0 (2023-10-16)
- Upgrade development dependencies
- Upgrade development dependencies (2b29cba)
0.5.0 (2020-11-06)
- Refactor API to improve tersing
- Refactor API to improve tersing (ad58038)
0.4.4 (2020-09-11)
- Avoid spurious updates for links which do not have an href (b135429)
0.4.3 (2020-08-27)
- Add navigateTo function (c7765d6)
0.4.2 (2020-02-10)
- Remove nullish coalescing operator (982a243)
0.4.1 (2020-02-07)
- Add test.js to npmignore (fdeab34)
0.4.0 (2020-02-07)
- Use nullish coalescing and optional chaining
- Expand API to cover all window.history fields (1665aae)
0.3.1 (2019-06-05)
0.3.0 (2019-03-22)
- Accept listenerOptions argument on linkInterceptor. (acda01f)
<a>
click listener no longer uses capture by default.
0.2.0 (2019-03-21)
- More closely mimic the standard history API. (eaf00a5)
historyState.data
has been replaced byhistoryState.state
.historyState.pushState
requires the same arguments ashistory.pushState
.
- Implement @cfware/history-state. (c1a6129)