v5.0.0-beta.4
Pre-release
Pre-release
You can track v5 beta progress in #751
You can install the v5 beta using the next
tag: npm add history@next
Improvements from v5.0.0-beta.3:
- Export
parsePath
andcreatePath
helper functions for dealing with paths - Allow passing a string value to
history.createHref
- Warn (instead of
throw
) in dev
A migration guide will be available soon. For now, you can either browse around the docs on the dev
branch or the tests.
Enjoy!