From: Eduardo San Martin Morote Date: Wed, 26 Feb 2020 17:09:13 +0000 (+0100) Subject: chore(changelog): 4.0.0-alpha.1 X-Git-Tag: v4.0.0-alpha.2~32 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=39499250fa1e01a0e5514b4c28c8a63203e391b7;p=thirdparty%2Fvuejs%2Frouter.git chore(changelog): 4.0.0-alpha.1 --- 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