We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e7e38f commit 66ca211Copy full SHA for 66ca211
packages/vue-router2/CHANGELOG.md
@@ -1,7 +1,11 @@
1
# Changelog
2
3
-## 0.2.0 - 2016/07/06
+## 0.1.0
4
5
- - (BREAKING CHANGE) You now have to create the router instance from the `Router` class in your client.
6
- - (BREAKING CHANGE) The `Router` class now extends the native vue-router class directly. `Router.lib` removed.
7
- - You can now call `Router.configure(router => {...})` to use vue-router before the router is created or started, regardless of the file load order.
+ - **[BREAKING CHANGE]** The API changed to better self-explain what it does (help create a VueRouter instance).
+ - `Router` => `RouterFactory`
+ - `router.start()` => `routerFactory.create()`
8
+
9
+## 0.0.1
10
11
+ - Supports vue-router 2.x
0 commit comments