From 39499250fa1e01a0e5514b4c28c8a63203e391b7 Mon Sep 17 00:00:00 2001 From: Eduardo San Martin Morote Date: Wed, 26 Feb 2020 18:09:13 +0100 Subject: [PATCH] chore(changelog): 4.0.0-alpha.1 --- CHANGELOG.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4cd94bea..2708cd82 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 -- 2.39.5