1.0.0 • Published 2 years ago

verlauf v1.0.0

Weekly downloads
11
License
MIT
Repository
github
Last release
2 years ago

CI Build npm bundle size npm bundle size

Verlauf

Is a reimplementation of history version 4, aiming to keep compatibility while still offering new features and bugfixes that can't be added to history@4 without breaking semantic versioning.

Major differences:

  • Modular. You can implement your own middleware to interface with the browser history.
  • Removed URL encoding and decoding, though you can work around that, if you need to.
  • You can implement your own transition blocking logic.
  • Single file bundling. Meaning you can't import verlauf/createBrowserHistory.

A complete overview of the differences can be found here, including all quirks.

Complete documentation here

Roadmap:

Future:

  • Replace the code borrowed for unit tests.
  • Make preserveSearch = true the default.

Name

"Verlauf" is the german term for browser history.

License

Verlauf is licensed under the MIT license.

The unit tests for createLocation were taken from the history v4 branch and amended. Original copyright: History contributors.

A helper function in basenameUtils (escapeRegex) was taken from the MDN and is licensed under the CC0.

1.0.0

2 years ago

0.9.1

3 years ago

0.9.0

3 years ago

0.8.1

3 years ago

0.8.0

3 years ago

0.7.3

4 years ago

0.7.2

4 years ago

0.7.1

4 years ago

0.7.0

4 years ago

0.6.2

4 years ago

0.6.1

4 years ago

0.6.0

4 years ago

0.5.0

4 years ago