v5.0.0-beta.3
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.2:
- Added dev and prod builds for
<script type=module>
users
Now you can:
<script type="module">
import { createBrowserHistory } from 'https://unpkg.com/history@next/history.production.min.js';
let history = createBrowserHistory();
// And away you go!
</script>
A migration guide will be available soon. For now, you can either browse around the docs on the dev
branch or the tests.
Enjoy!