]>
git.ipfire.org Git - thirdparty/vuejs/router.git/log
Eduardo San Martin Morote [Tue, 1 Sep 2020 16:44:24 +0000 (18:44 +0200)]
release: v4.0.0-beta.8
Eduardo San Martin Morote [Tue, 1 Sep 2020 16:05:04 +0000 (18:05 +0200)]
docs: add note about pathToRegexpOptions [skip ci]
Eduardo San Martin Morote [Tue, 1 Sep 2020 15:15:46 +0000 (17:15 +0200)]
fix(router-view): reuse saved instances in different records (#446)
BREAKING CHANGE: `onBeforeRouteLeave` and `onBeforeRouteUpdate` used to
have access to the component instance through `instance.proxy` but given
that:
1. It has been marked as `internal` (https://github.com/vuejs/vue-next/pull/1849)
2. When using `setup`, all variables are accessible on the scope (and
should be accessed that way because the code minimizes better)
It has been removed to prevent wrong usage and lighten Vue Router
Eduardo San Martin Morote [Tue, 1 Sep 2020 08:27:55 +0000 (10:27 +0200)]
test: add navigation type tests
Eduardo San Martin Morote [Tue, 1 Sep 2020 08:20:25 +0000 (10:20 +0200)]
chore: remove patreon
Eduardo San Martin Morote [Tue, 1 Sep 2020 08:19:26 +0000 (10:19 +0200)]
chore: todos
Eduardo San Martin Morote [Tue, 1 Sep 2020 08:00:23 +0000 (10:00 +0200)]
chore: up typescript
Eduardo San Martin Morote [Mon, 31 Aug 2020 16:58:02 +0000 (18:58 +0200)]
docs: transitions
Eduardo San Martin Morote [Mon, 31 Aug 2020 16:23:19 +0000 (18:23 +0200)]
docs: fetching and meta
Eduardo San Martin Morote [Mon, 31 Aug 2020 16:06:32 +0000 (18:06 +0200)]
docs: navigation guards
Eduardo San Martin Morote [Mon, 31 Aug 2020 14:17:46 +0000 (16:17 +0200)]
docs: lazy loading
ruige24601 [Tue, 1 Sep 2020 07:35:28 +0000 (15:35 +0800)]
test: delete duplicate test case (#449)
Eduardo San Martin Morote [Mon, 31 Aug 2020 09:11:16 +0000 (11:11 +0200)]
fix(types): allow components defined via defineComponent (#421)
Co-authored-by: cexbrayat <cedric@ninja-squad.com>
Eduardo San Martin Morote [Mon, 31 Aug 2020 08:47:24 +0000 (10:47 +0200)]
chore: up deps
Eduardo San Martin Morote [Thu, 27 Aug 2020 14:15:10 +0000 (16:15 +0200)]
docs: should build docs
Eduardo San Martin Morote [Thu, 27 Aug 2020 14:11:32 +0000 (16:11 +0200)]
build(docs): use script for netlify
Eduardo San Martin Morote [Thu, 27 Aug 2020 13:57:45 +0000 (15:57 +0200)]
docs: fix command
Eduardo San Martin Morote [Thu, 27 Aug 2020 13:54:27 +0000 (15:54 +0200)]
docs: add netlify.toml
Eduardo San Martin Morote [Thu, 27 Aug 2020 13:46:20 +0000 (15:46 +0200)]
docs: use patch-package to patch vite
Eduardo San Martin Morote [Thu, 27 Aug 2020 13:19:39 +0000 (15:19 +0200)]
chore: up deps
Eduardo San Martin Morote [Tue, 25 Aug 2020 19:23:51 +0000 (21:23 +0200)]
docs: add docs with vitepress
Eduardo San Martin Morote [Mon, 24 Aug 2020 14:29:03 +0000 (16:29 +0200)]
refactor: fix older edge dev builds
Co-authored-by: BenoitRanque <ranque.benoit@gmail.com>
Eduardo San Martin Morote [Mon, 24 Aug 2020 13:26:09 +0000 (15:26 +0200)]
chore: add comment [skip ci]
Eduardo San Martin Morote [Mon, 24 Aug 2020 13:21:34 +0000 (15:21 +0200)]
refactor: avoid double filtering of arrays for guards
Eduardo San Martin Morote [Mon, 24 Aug 2020 13:05:10 +0000 (15:05 +0200)]
refactor: replace spread with assign
dependabot-preview[bot] [Mon, 24 Aug 2020 07:34:48 +0000 (07:34 +0000)]
build(deps-dev): bump jest from 26.4.0 to 26.4.2
Bumps [jest](https://github.com/facebook/jest) from 26.4.0 to 26.4.2.
- [Release notes](https://github.com/facebook/jest/releases)
- [Changelog](https://github.com/facebook/jest/blob/master/CHANGELOG.md)
- [Commits](https://github.com/facebook/jest/compare/v26.4.0...v26.4.2)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
dependabot-preview[bot] [Mon, 24 Aug 2020 07:21:10 +0000 (07:21 +0000)]
build(deps-dev): bump size-limit and @size-limit/preset-small-lib
Bumps [size-limit](https://github.com/ai/size-limit) and [@size-limit/preset-small-lib](https://github.com/ai/size-limit). These dependencies needed to be updated together.
Updates `size-limit` from 4.5.6 to 4.5.7
- [Release notes](https://github.com/ai/size-limit/releases)
- [Changelog](https://github.com/ai/size-limit/blob/master/CHANGELOG.md)
- [Commits](https://github.com/ai/size-limit/compare/4.5.6...4.5.7)
Updates `@size-limit/preset-small-lib` from 4.5.6 to 4.5.7
- [Release notes](https://github.com/ai/size-limit/releases)
- [Changelog](https://github.com/ai/size-limit/blob/master/CHANGELOG.md)
- [Commits](https://github.com/ai/size-limit/compare/4.5.6...4.5.7)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
dependabot-preview[bot] [Mon, 24 Aug 2020 07:20:04 +0000 (07:20 +0000)]
build(deps-dev): bump rollup from 2.26.3 to 2.26.5
Bumps [rollup](https://github.com/rollup/rollup) from 2.26.3 to 2.26.5.
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rollup/rollup/compare/v2.26.3...v2.26.5)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
dependabot-preview[bot] [Mon, 24 Aug 2020 07:13:52 +0000 (07:13 +0000)]
build(deps-dev): bump ts-jest from 26.1.4 to 26.2.0
Bumps [ts-jest](https://github.com/kulshekhar/ts-jest) from 26.1.4 to 26.2.0.
- [Release notes](https://github.com/kulshekhar/ts-jest/releases)
- [Changelog](https://github.com/kulshekhar/ts-jest/blob/master/CHANGELOG.md)
- [Commits](https://github.com/kulshekhar/ts-jest/compare/v26.1.4...v26.2.0)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
dependabot-preview[bot] [Mon, 24 Aug 2020 07:13:27 +0000 (07:13 +0000)]
build(deps-dev): bump @microsoft/api-documenter from 7.8.27 to 7.8.33
Bumps [@microsoft/api-documenter](https://github.com/microsoft/rushstack) from 7.8.27 to 7.8.33.
- [Release notes](https://github.com/microsoft/rushstack/releases)
- [Commits](https://github.com/microsoft/rushstack/compare/@microsoft/api-documenter_v7.8.27...@microsoft/api-documenter_v7.8.33)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Eduardo San Martin Morote [Sun, 23 Aug 2020 11:01:32 +0000 (13:01 +0200)]
refactor(types): jsx attrs types
Eduardo San Martin Morote [Sun, 23 Aug 2020 10:27:29 +0000 (12:27 +0200)]
fix(types): add HTML attributes for JSX
Close #435
Eduardo San Martin Morote [Wed, 19 Aug 2020 13:19:52 +0000 (15:19 +0200)]
release: v4.0.0-beta.7
dependabot-preview[bot] [Mon, 17 Aug 2020 09:41:09 +0000 (09:41 +0000)]
build(deps-dev): bump jest from 26.2.2 to 26.4.0
Bumps [jest](https://github.com/facebook/jest) from 26.2.2 to 26.4.0.
- [Release notes](https://github.com/facebook/jest/releases)
- [Changelog](https://github.com/facebook/jest/blob/master/CHANGELOG.md)
- [Commits](https://github.com/facebook/jest/compare/v26.2.2...v26.4.0)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
dependabot-preview[bot] [Mon, 17 Aug 2020 09:41:11 +0000 (09:41 +0000)]
build(deps-dev): bump rollup from 2.23.1 to 2.26.3
Bumps [rollup](https://github.com/rollup/rollup) from 2.23.1 to 2.26.3.
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rollup/rollup/compare/v2.23.1...v2.26.3)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
dependabot-preview[bot] [Mon, 17 Aug 2020 09:19:55 +0000 (09:19 +0000)]
build(deps-dev): bump @microsoft/api-documenter from 7.8.22 to 7.8.27
Bumps [@microsoft/api-documenter](https://github.com/microsoft/rushstack) from 7.8.22 to 7.8.27.
- [Release notes](https://github.com/microsoft/rushstack/releases)
- [Commits](https://github.com/microsoft/rushstack/compare/@microsoft/api-documenter_v7.8.22...@microsoft/api-documenter_v7.8.27)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
dependabot-preview[bot] [Mon, 17 Aug 2020 09:18:07 +0000 (09:18 +0000)]
build(deps-dev): bump @types/jest from 26.0.9 to 26.0.10
Bumps [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest) from 26.0.9 to 26.0.10.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jest)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
dependabot-preview[bot] [Mon, 17 Aug 2020 09:17:12 +0000 (09:17 +0000)]
build(deps-dev): bump vue-loader from 16.0.0-beta.4 to 16.0.0-beta.5
Bumps [vue-loader](https://github.com/vuejs/vue-loader) from 16.0.0-beta.4 to 16.0.0-beta.5.
- [Release notes](https://github.com/vuejs/vue-loader/releases)
- [Changelog](https://github.com/vuejs/vue-loader/blob/master/CHANGELOG.md)
- [Commits](https://github.com/vuejs/vue-loader/compare/v16.0.0-beta.4...v16.0.0-beta.5)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
dependabot-preview[bot] [Mon, 17 Aug 2020 09:17:44 +0000 (09:17 +0000)]
build(deps-dev): bump conventional-changelog-cli from 2.0.34 to 2.1.0
Bumps [conventional-changelog-cli](https://github.com/conventional-changelog/conventional-changelog) from 2.0.34 to 2.1.0.
- [Release notes](https://github.com/conventional-changelog/conventional-changelog/releases)
- [Commits](https://github.com/conventional-changelog/conventional-changelog/compare/conventional-changelog-cli@2.0.34...conventional-changelog-cli@2.1.0)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Eduardo San Martin Morote [Wed, 12 Aug 2020 08:02:28 +0000 (10:02 +0200)]
fix(types): append declare module
Close #419
Eduardo San Martin Morote [Wed, 12 Aug 2020 07:34:13 +0000 (09:34 +0200)]
types: export augmented interfaces
dependabot-preview[bot] [Mon, 10 Aug 2020 09:51:15 +0000 (09:51 +0000)]
build(deps-dev): bump rollup from 2.23.0 to 2.23.1
Bumps [rollup](https://github.com/rollup/rollup) from 2.23.0 to 2.23.1.
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rollup/rollup/compare/v2.23.0...v2.23.1)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
dependabot-preview[bot] [Mon, 10 Aug 2020 09:28:58 +0000 (09:28 +0000)]
build(deps-dev): bump size-limit and @size-limit/preset-small-lib
Bumps [size-limit](https://github.com/ai/size-limit) and [@size-limit/preset-small-lib](https://github.com/ai/size-limit). These dependencies needed to be updated together.
Updates `size-limit` from 4.5.5 to 4.5.6
- [Release notes](https://github.com/ai/size-limit/releases)
- [Changelog](https://github.com/ai/size-limit/blob/master/CHANGELOG.md)
- [Commits](https://github.com/ai/size-limit/compare/4.5.5...4.5.6)
Updates `@size-limit/preset-small-lib` from 4.5.5 to 4.5.6
- [Release notes](https://github.com/ai/size-limit/releases)
- [Changelog](https://github.com/ai/size-limit/blob/master/CHANGELOG.md)
- [Commits](https://github.com/ai/size-limit/compare/4.5.5...4.5.6)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
dependabot-preview[bot] [Mon, 10 Aug 2020 09:11:04 +0000 (09:11 +0000)]
build(deps-dev): bump @microsoft/api-documenter from 7.8.21 to 7.8.22
Bumps [@microsoft/api-documenter](https://github.com/microsoft/rushstack) from 7.8.21 to 7.8.22.
- [Release notes](https://github.com/microsoft/rushstack/releases)
- [Commits](https://github.com/microsoft/rushstack/compare/@microsoft/api-documenter_v7.8.21...@microsoft/api-documenter_v7.8.22)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
dependabot-preview[bot] [Mon, 10 Aug 2020 09:10:54 +0000 (09:10 +0000)]
build(deps-dev): bump @types/jest from 26.0.8 to 26.0.9
Bumps [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest) from 26.0.8 to 26.0.9.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jest)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
dependabot-preview[bot] [Mon, 10 Aug 2020 09:09:04 +0000 (09:09 +0000)]
build(deps-dev): bump rollup-plugin-typescript2 from 0.27.1 to 0.27.2
Bumps [rollup-plugin-typescript2](https://github.com/ezolenko/rollup-plugin-typescript2) from 0.27.1 to 0.27.2.
- [Release notes](https://github.com/ezolenko/rollup-plugin-typescript2/releases)
- [Commits](https://github.com/ezolenko/rollup-plugin-typescript2/compare/0.27.1...0.27.2)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
dependabot-preview[bot] [Mon, 10 Aug 2020 09:07:08 +0000 (09:07 +0000)]
build(deps-dev): bump css-loader from 4.2.0 to 4.2.1
Bumps [css-loader](https://github.com/webpack-contrib/css-loader) from 4.2.0 to 4.2.1.
- [Release notes](https://github.com/webpack-contrib/css-loader/releases)
- [Changelog](https://github.com/webpack-contrib/css-loader/blob/master/CHANGELOG.md)
- [Commits](https://github.com/webpack-contrib/css-loader/compare/v4.2.0...v4.2.1)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Pine [Fri, 7 Aug 2020 10:12:17 +0000 (18:12 +0800)]
fix(vetur): update tags/attributes definition (#408)
Eduardo San Martin Morote [Thu, 6 Aug 2020 14:13:33 +0000 (16:13 +0200)]
test: move warning test to its own spec
Eduardo San Martin Morote [Thu, 6 Aug 2020 14:10:10 +0000 (16:10 +0200)]
feat(warn): warn against infinite redirections
Eduardo San Martin Morote [Thu, 6 Aug 2020 13:30:14 +0000 (15:30 +0200)]
chore: add comment [skip ci]
Eduardo San Martin Morote [Thu, 6 Aug 2020 13:29:40 +0000 (15:29 +0200)]
fix(encoding): encode partial params
Eduardo San Martin Morote [Thu, 6 Aug 2020 13:19:48 +0000 (15:19 +0200)]
fix(matcher): avoid trailing slash with optional params
dependabot-preview[bot] [Wed, 5 Aug 2020 12:30:32 +0000 (14:30 +0200)]
build(deps-dev): bump vue, @vue/compiler-sfc and @vue/server-renderer (#399)
Bumps [vue](https://github.com/vuejs/vue), [@vue/compiler-sfc](https://github.com/vuejs/vue-next) and [@vue/server-renderer](https://github.com/vuejs/vue-next). These dependencies needed to be updated together.
Updates `vue` from 3.0.0-rc.2 to 3.0.0-rc.5
- [Release notes](https://github.com/vuejs/vue/releases)
- [Commits](https://github.com/vuejs/vue/commits)
Updates `@vue/compiler-sfc` from 3.0.0-rc.2 to 3.0.0-rc.5
- [Release notes](https://github.com/vuejs/vue-next/releases)
- [Changelog](https://github.com/vuejs/vue-next/blob/master/CHANGELOG.md)
- [Commits](https://github.com/vuejs/vue-next/compare/v3.0.0-rc.2...v3.0.0-rc.5)
Updates `@vue/server-renderer` from 3.0.0-rc.2 to 3.0.0-rc.5
- [Release notes](https://github.com/vuejs/vue-next/releases)
- [Changelog](https://github.com/vuejs/vue-next/blob/master/CHANGELOG.md)
- [Commits](https://github.com/vuejs/vue-next/compare/v3.0.0-rc.2...v3.0.0-rc.5)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Eduardo San Martin Morote [Wed, 5 Aug 2020 12:30:09 +0000 (14:30 +0200)]
build(deps-dev): bump chromedriver from 83.0.1 to 84.0.1 (#391)
Bumps [chromedriver](https://github.com/giggio/node-chromedriver) from 83.0.1 to 84.0.1.
- [Release notes](https://github.com/giggio/node-chromedriver/releases)
- [Commits](https://github.com/giggio/node-chromedriver/commits)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
dependabot-preview[bot] [Wed, 5 Aug 2020 12:30:04 +0000 (14:30 +0200)]
build(deps-dev): bump css-loader from 3.6.0 to 4.2.0 (#400)
Bumps [css-loader](https://github.com/webpack-contrib/css-loader) from 3.6.0 to 4.2.0.
- [Release notes](https://github.com/webpack-contrib/css-loader/releases)
- [Changelog](https://github.com/webpack-contrib/css-loader/blob/master/CHANGELOG.md)
- [Commits](https://github.com/webpack-contrib/css-loader/compare/v3.6.0...v4.2.0)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Eduardo San Martin Morote [Wed, 5 Aug 2020 12:12:28 +0000 (14:12 +0200)]
docs: add rfc links in readme
Eduardo San Martin Morote [Wed, 5 Aug 2020 12:12:15 +0000 (14:12 +0200)]
test(types): use ts instead of tsd
Eduardo San Martin Morote [Wed, 5 Aug 2020 11:32:49 +0000 (13:32 +0200)]
chore: remove old tsdoc
Eduardo San Martin Morote [Wed, 5 Aug 2020 08:34:38 +0000 (10:34 +0200)]
release: v4.0.0-beta.6
Eduardo San Martin Morote [Wed, 5 Aug 2020 08:26:49 +0000 (10:26 +0200)]
test: fix failing tests
Eduardo San Martin Morote [Wed, 5 Aug 2020 08:26:40 +0000 (10:26 +0200)]
test(router-link): add test regarding aria-current
Eduardo San Martin Morote [Wed, 5 Aug 2020 08:25:52 +0000 (10:25 +0200)]
feat(router-link): add ariaCurrentValue prop
Eduardo San Martin Morote [Tue, 4 Aug 2020 14:52:22 +0000 (16:52 +0200)]
docs: add more breaking changes notes
Eduardo San Martin Morote [Tue, 4 Aug 2020 14:52:02 +0000 (16:52 +0200)]
feat: add Vetur support
Close #381
Eduardo San Martin Morote [Tue, 4 Aug 2020 14:22:58 +0000 (16:22 +0200)]
chore: add todo about optional params
Eduardo San Martin Morote [Tue, 4 Aug 2020 14:22:36 +0000 (16:22 +0200)]
fix(router): stack overflow with redirect
Close #404
Eduardo San Martin Morote [Tue, 4 Aug 2020 14:21:36 +0000 (16:21 +0200)]
docs: add breaking change not about parent
Eduardo San Martin Morote [Mon, 3 Aug 2020 15:53:20 +0000 (17:53 +0200)]
build: format changelog [skip ci]
Eduardo San Martin Morote [Mon, 3 Aug 2020 15:48:44 +0000 (17:48 +0200)]
release: v4.0.0-beta.5
Eduardo San Martin Morote [Mon, 3 Aug 2020 15:47:29 +0000 (17:47 +0200)]
feat: resolve simple relative links
Works with links like ../../url but not with ../url/./path
Eduardo San Martin Morote [Mon, 3 Aug 2020 11:08:47 +0000 (13:08 +0200)]
docs: move encoding to improvements [skip ci]
dependabot-preview[bot] [Mon, 3 Aug 2020 10:17:04 +0000 (10:17 +0000)]
build(deps-dev): bump jest from 26.1.0 to 26.2.2
Bumps [jest](https://github.com/facebook/jest) from 26.1.0 to 26.2.2.
- [Release notes](https://github.com/facebook/jest/releases)
- [Changelog](https://github.com/facebook/jest/blob/master/CHANGELOG.md)
- [Commits](https://github.com/facebook/jest/compare/v26.1.0...v26.2.2)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
dependabot-preview[bot] [Mon, 3 Aug 2020 10:17:05 +0000 (10:17 +0000)]
build(deps-dev): bump webpack from 4.44.0 to 4.44.1
Bumps [webpack](https://github.com/webpack/webpack) from 4.44.0 to 4.44.1.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](https://github.com/webpack/webpack/compare/v4.44.0...v4.44.1)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
dependabot-preview[bot] [Mon, 3 Aug 2020 09:58:20 +0000 (09:58 +0000)]
build(deps-dev): bump ts-jest from 26.1.3 to 26.1.4
Bumps [ts-jest](https://github.com/kulshekhar/ts-jest) from 26.1.3 to 26.1.4.
- [Release notes](https://github.com/kulshekhar/ts-jest/releases)
- [Changelog](https://github.com/kulshekhar/ts-jest/blob/master/CHANGELOG.md)
- [Commits](https://github.com/kulshekhar/ts-jest/compare/v26.1.3...v26.1.4)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
dependabot-preview[bot] [Mon, 3 Aug 2020 09:55:52 +0000 (09:55 +0000)]
build(deps-dev): bump @types/jest from 26.0.7 to 26.0.8
Bumps [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest) from 26.0.7 to 26.0.8.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jest)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
dependabot-preview[bot] [Mon, 3 Aug 2020 09:52:40 +0000 (09:52 +0000)]
build(deps-dev): bump ts-loader from 8.0.1 to 8.0.2
Bumps [ts-loader](https://github.com/TypeStrong/ts-loader) from 8.0.1 to 8.0.2.
- [Release notes](https://github.com/TypeStrong/ts-loader/releases)
- [Changelog](https://github.com/TypeStrong/ts-loader/blob/master/CHANGELOG.md)
- [Commits](https://github.com/TypeStrong/ts-loader/compare/v8.0.1...v8.0.2)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Eduardo San Martin Morote [Mon, 3 Aug 2020 08:56:50 +0000 (10:56 +0200)]
chore: expose createRouterMatcher as internal
Eduardo San Martin Morote [Mon, 3 Aug 2020 08:54:39 +0000 (10:54 +0200)]
feat(url): simple resolve relative location
Eduardo San Martin Morote [Mon, 3 Aug 2020 07:45:24 +0000 (09:45 +0200)]
docs: add note about encoding
Eduardo San Martin Morote [Fri, 31 Jul 2020 17:33:40 +0000 (19:33 +0200)]
docs: add note about transition and keepalive
Eduardo San Martin Morote [Fri, 31 Jul 2020 14:35:09 +0000 (16:35 +0200)]
refactor(guards): correctly chain promises
Eduardo San Martin Morote [Fri, 31 Jul 2020 14:26:18 +0000 (16:26 +0200)]
feat(warn): warn if guard returns without calling next
Eduardo San Martin Morote [Thu, 30 Jul 2020 21:06:53 +0000 (23:06 +0200)]
chore: add todo$
dependabot-preview[bot] [Wed, 29 Jul 2020 21:11:42 +0000 (21:11 +0000)]
build(deps): [security] bump elliptic from 6.5.2 to 6.5.3
Bumps [elliptic](https://github.com/indutny/elliptic) from 6.5.2 to 6.5.3. **This update includes a security fix.**
- [Release notes](https://github.com/indutny/elliptic/releases)
- [Commits](https://github.com/indutny/elliptic/compare/v6.5.2...v6.5.3)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Austin Akers [Tue, 28 Jul 2020 07:32:34 +0000 (02:32 -0500)]
docs: update status (#395)
dependabot-preview[bot] [Mon, 27 Jul 2020 09:35:10 +0000 (09:35 +0000)]
build(deps-dev): bump chromedriver from 83.0.1 to 84.0.1
Bumps [chromedriver](https://github.com/giggio/node-chromedriver) from 83.0.1 to 84.0.1.
- [Release notes](https://github.com/giggio/node-chromedriver/releases)
- [Commits](https://github.com/giggio/node-chromedriver/commits)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
dependabot-preview[bot] [Mon, 27 Jul 2020 09:22:20 +0000 (09:22 +0000)]
build(deps-dev): bump @types/jest from 26.0.5 to 26.0.7
Bumps [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest) from 26.0.5 to 26.0.7.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jest)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
dependabot-preview[bot] [Mon, 27 Jul 2020 09:21:40 +0000 (09:21 +0000)]
build(deps-dev): bump codecov from 3.7.1 to 3.7.2
Bumps [codecov](https://github.com/codecov/codecov-node) from 3.7.1 to 3.7.2.
- [Release notes](https://github.com/codecov/codecov-node/releases)
- [Commits](https://github.com/codecov/codecov-node/compare/v3.7.1...v3.7.2)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
dependabot-preview[bot] [Mon, 27 Jul 2020 09:21:03 +0000 (09:21 +0000)]
build(deps-dev): bump nightwatch from 1.3.6 to 1.3.7
Bumps [nightwatch](https://github.com/nightwatchjs/nightwatch) from 1.3.6 to 1.3.7.
- [Release notes](https://github.com/nightwatchjs/nightwatch/releases)
- [Commits](https://github.com/nightwatchjs/nightwatch/compare/v1.3.6...v1.3.7)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
dependabot-preview[bot] [Mon, 27 Jul 2020 09:16:58 +0000 (09:16 +0000)]
build(deps-dev): bump rollup from 2.22.1 to 2.23.0
Bumps [rollup](https://github.com/rollup/rollup) from 2.22.1 to 2.23.0.
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rollup/rollup/compare/v2.22.1...v2.23.0)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
dependabot-preview[bot] [Mon, 27 Jul 2020 09:16:17 +0000 (09:16 +0000)]
build(deps-dev): bump webpack from 4.43.0 to 4.44.0
Bumps [webpack](https://github.com/webpack/webpack) from 4.43.0 to 4.44.0.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](https://github.com/webpack/webpack/compare/v4.43.0...v4.44.0)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Eduardo San Martin Morote [Sat, 25 Jul 2020 19:22:19 +0000 (21:22 +0200)]
release: v4.0.0-beta.4
Eduardo San Martin Morote [Fri, 24 Jul 2020 08:42:22 +0000 (10:42 +0200)]
test(router-view): test v-slot
Eduardo San Martin Morote [Fri, 24 Jul 2020 08:39:18 +0000 (10:39 +0200)]
fix(router-view): render the slot when there is no match
Close #385
瓦姆乌·湫曗 [Fri, 24 Jul 2020 07:09:29 +0000 (15:09 +0800)]
fix: work on Edge by adding an argument to catch (#383)
Eduardo San Martin Morote [Tue, 21 Jul 2020 15:06:07 +0000 (17:06 +0200)]
release: v4.0.0-beta.3
Eduardo San Martin Morote [Tue, 21 Jul 2020 15:05:01 +0000 (17:05 +0200)]
docs: remove extra content
Eduardo San Martin Morote [Tue, 21 Jul 2020 14:55:26 +0000 (16:55 +0200)]
docs: add more tsdocs
weihaiyu [Tue, 21 Jul 2020 13:24:58 +0000 (20:24 +0700)]
refactor(guards): optimize with one single for loop (#375)
* refactor(src): optimized with one single for loop
* refactor(src): optimized with one single for loop
* fix(src): The _RouteLocationBase define but never be used