Skip to content

Commit 66ca211

Browse files
author
Guillaume Chau
authored
Update CHANGELOG.md
1 parent 3e7e38f commit 66ca211

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

packages/vue-router2/CHANGELOG.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
# Changelog
22

3-
## 0.2.0 - 2016/07/06
3+
## 0.1.0
44

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.
5+
- **[BREAKING CHANGE]** The API changed to better self-explain what it does (help create a VueRouter instance).
6+
- `Router` => `RouterFactory`
7+
- `router.start()` => `routerFactory.create()`
8+
9+
## 0.0.1
10+
11+
- Supports vue-router 2.x

0 commit comments

Comments
 (0)