]> git.ipfire.org Git - thirdparty/vuejs/router.git/commitdiff
chore(changelog): 4.0.0-alpha.1
authorEduardo San Martin Morote <posva13@gmail.com>
Wed, 26 Feb 2020 17:09:13 +0000 (18:09 +0100)
committerEduardo San Martin Morote <posva13@gmail.com>
Wed, 26 Feb 2020 17:09:13 +0000 (18:09 +0100)
CHANGELOG.md

index 4cd94bea68df1be825974cfbf504f2daacc8fbac..2708cd822fd01bc6725d7fe3b9eba19daf8c15e0 100644 (file)
@@ -1,3 +1,27 @@
+# [4.0.0-alpha.1](https://github.com/vuejs/vue-router-next/compare/v4.0.0-alpha.0...v4.0.0-alpha.1) (2020-02-26)
+
+
+### Code Refactoring
+
+* rename createHistory and createHashHistory ([7dbebb6](https://github.com/vuejs/vue-router-next/commit/7dbebb6e2d75ab4aa77019712f2ed251ad62464f))
+
+
+### Features
+
+* add dynamic routing at router level ([a7943c6](https://github.com/vuejs/vue-router-next/commit/a7943c64383bced7ff90ae92c0498827acdb71f6))
+
+
+### BREAKING CHANGES
+
+* `createHistory` is now named `createWebHistory`.
+`createHashHistory` is now named `createWebHashHistory`.
+
+  Both createHistory and createHashHistory are renamed to
+  better reflect that they must be used in a browser environment while
+  createMemoryHistory doesn't.
+
+
+
 # [4.0.0-alpha.0](https://github.com/vuejs/vue-router-next/compare/v0.0.11...v4.0.0-alpha.0) (2020-02-26)
 
 ## Known issues