]> git.ipfire.org Git - thirdparty/vuejs/router.git/log
thirdparty/vuejs/router.git
4 years agochore: add blank lines readme [skip ci]
Eduardo San Martin Morote [Sat, 5 Sep 2020 12:36:58 +0000 (14:36 +0200)] 
chore: add blank lines readme [skip ci]

4 years agodocs: add composition api page
Eduardo San Martin Morote [Sat, 5 Sep 2020 11:51:58 +0000 (13:51 +0200)] 
docs: add composition api page

4 years agofeat(types): allow extending meta fields (#407)
Eduardo San Martin Morote [Sat, 5 Sep 2020 10:54:20 +0000 (12:54 +0200)] 
feat(types): allow extending meta fields (#407)

4 years agodocs: migration guide [skip ci]
Eduardo San Martin Morote [Thu, 3 Sep 2020 16:11:28 +0000 (18:11 +0200)] 
docs: migration guide [skip ci]

4 years agodocs: migration guide wip
Eduardo San Martin Morote [Thu, 3 Sep 2020 14:03:01 +0000 (16:03 +0200)] 
docs: migration guide wip

4 years agochore: up deps
Eduardo San Martin Morote [Thu, 3 Sep 2020 09:21:32 +0000 (11:21 +0200)] 
chore: up deps

4 years agodocs: adapt watch usage [skip ci]
Eduardo San Martin Morote [Wed, 2 Sep 2020 16:09:35 +0000 (18:09 +0200)] 
docs: adapt watch usage [skip ci]

4 years agofix(warn): correctly warn against unused next
Eduardo San Martin Morote [Wed, 2 Sep 2020 16:01:14 +0000 (18:01 +0200)] 
fix(warn): correctly warn against unused next

4 years agorelease: v4.0.0-beta.9 v4.0.0-beta.9
Eduardo San Martin Morote [Tue, 1 Sep 2020 17:53:17 +0000 (19:53 +0200)] 
release: v4.0.0-beta.9

4 years agobuild: remove postinstall
Eduardo San Martin Morote [Tue, 1 Sep 2020 17:51:17 +0000 (19:51 +0200)] 
build: remove postinstall

Close #450

4 years agobuild: fix version in dist files [skip ci]
Eduardo San Martin Morote [Tue, 1 Sep 2020 16:46:10 +0000 (18:46 +0200)] 
build: fix version in dist files [skip ci]

4 years agorelease: v4.0.0-beta.8 v4.0.0-beta.8
Eduardo San Martin Morote [Tue, 1 Sep 2020 16:44:24 +0000 (18:44 +0200)] 
release: v4.0.0-beta.8

4 years agodocs: add note about pathToRegexpOptions [skip ci]
Eduardo San Martin Morote [Tue, 1 Sep 2020 16:05:04 +0000 (18:05 +0200)] 
docs: add note about pathToRegexpOptions [skip ci]

4 years agofix(router-view): reuse saved instances in different records (#446)
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

4 years agotest: add navigation type tests
Eduardo San Martin Morote [Tue, 1 Sep 2020 08:27:55 +0000 (10:27 +0200)] 
test: add navigation type tests

4 years agochore: remove patreon
Eduardo San Martin Morote [Tue, 1 Sep 2020 08:20:25 +0000 (10:20 +0200)] 
chore: remove patreon

4 years agochore: todos
Eduardo San Martin Morote [Tue, 1 Sep 2020 08:19:26 +0000 (10:19 +0200)] 
chore: todos

4 years agochore: up typescript
Eduardo San Martin Morote [Tue, 1 Sep 2020 08:00:23 +0000 (10:00 +0200)] 
chore: up typescript

4 years agodocs: transitions
Eduardo San Martin Morote [Mon, 31 Aug 2020 16:58:02 +0000 (18:58 +0200)] 
docs: transitions

4 years agodocs: fetching and meta
Eduardo San Martin Morote [Mon, 31 Aug 2020 16:23:19 +0000 (18:23 +0200)] 
docs: fetching and meta

4 years agodocs: navigation guards
Eduardo San Martin Morote [Mon, 31 Aug 2020 16:06:32 +0000 (18:06 +0200)] 
docs: navigation guards

4 years agodocs: lazy loading
Eduardo San Martin Morote [Mon, 31 Aug 2020 14:17:46 +0000 (16:17 +0200)] 
docs: lazy loading

4 years agotest: delete duplicate test case (#449)
ruige24601 [Tue, 1 Sep 2020 07:35:28 +0000 (15:35 +0800)] 
test: delete duplicate test case (#449)

4 years agofix(types): allow components defined via defineComponent (#421)
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>
4 years agochore: up deps
Eduardo San Martin Morote [Mon, 31 Aug 2020 08:47:24 +0000 (10:47 +0200)] 
chore: up deps

4 years agodocs: should build docs
Eduardo San Martin Morote [Thu, 27 Aug 2020 14:15:10 +0000 (16:15 +0200)] 
docs: should build docs

4 years agobuild(docs): use script for netlify
Eduardo San Martin Morote [Thu, 27 Aug 2020 14:11:32 +0000 (16:11 +0200)] 
build(docs): use script for netlify

4 years agodocs: fix command
Eduardo San Martin Morote [Thu, 27 Aug 2020 13:57:45 +0000 (15:57 +0200)] 
docs: fix command

4 years agodocs: add netlify.toml
Eduardo San Martin Morote [Thu, 27 Aug 2020 13:54:27 +0000 (15:54 +0200)] 
docs: add netlify.toml

4 years agodocs: use patch-package to patch vite
Eduardo San Martin Morote [Thu, 27 Aug 2020 13:46:20 +0000 (15:46 +0200)] 
docs: use patch-package to patch vite

4 years agochore: up deps
Eduardo San Martin Morote [Thu, 27 Aug 2020 13:19:39 +0000 (15:19 +0200)] 
chore: up deps

4 years agodocs: add docs with vitepress
Eduardo San Martin Morote [Tue, 25 Aug 2020 19:23:51 +0000 (21:23 +0200)] 
docs: add docs with vitepress

4 years agorefactor: fix older edge dev builds
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>
4 years agochore: add comment [skip ci]
Eduardo San Martin Morote [Mon, 24 Aug 2020 13:26:09 +0000 (15:26 +0200)] 
chore: add comment [skip ci]

4 years agorefactor: avoid double filtering of arrays for guards
Eduardo San Martin Morote [Mon, 24 Aug 2020 13:21:34 +0000 (15:21 +0200)] 
refactor: avoid double filtering of arrays for guards

4 years agorefactor: replace spread with assign
Eduardo San Martin Morote [Mon, 24 Aug 2020 13:05:10 +0000 (15:05 +0200)] 
refactor: replace spread with assign

4 years agobuild(deps-dev): bump jest from 26.4.0 to 26.4.2
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>
4 years agobuild(deps-dev): bump size-limit and @size-limit/preset-small-lib
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>
4 years agobuild(deps-dev): bump rollup from 2.26.3 to 2.26.5
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>
4 years agobuild(deps-dev): bump ts-jest from 26.1.4 to 26.2.0
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>
4 years agobuild(deps-dev): bump @microsoft/api-documenter from 7.8.27 to 7.8.33
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>
4 years agorefactor(types): jsx attrs types
Eduardo San Martin Morote [Sun, 23 Aug 2020 11:01:32 +0000 (13:01 +0200)] 
refactor(types): jsx attrs types

4 years agofix(types): add HTML attributes for JSX
Eduardo San Martin Morote [Sun, 23 Aug 2020 10:27:29 +0000 (12:27 +0200)] 
fix(types): add HTML attributes for JSX

Close #435

4 years agorelease: v4.0.0-beta.7 v4.0.0-beta.7
Eduardo San Martin Morote [Wed, 19 Aug 2020 13:19:52 +0000 (15:19 +0200)] 
release: v4.0.0-beta.7

4 years agobuild(deps-dev): bump jest from 26.2.2 to 26.4.0
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>
4 years agobuild(deps-dev): bump rollup from 2.23.1 to 2.26.3
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>
4 years agobuild(deps-dev): bump @microsoft/api-documenter from 7.8.22 to 7.8.27
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>
4 years agobuild(deps-dev): bump @types/jest from 26.0.9 to 26.0.10
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>
4 years agobuild(deps-dev): bump vue-loader from 16.0.0-beta.4 to 16.0.0-beta.5
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>
4 years agobuild(deps-dev): bump conventional-changelog-cli from 2.0.34 to 2.1.0
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>
4 years agofix(types): append declare module
Eduardo San Martin Morote [Wed, 12 Aug 2020 08:02:28 +0000 (10:02 +0200)] 
fix(types): append declare module

Close #419

4 years agotypes: export augmented interfaces
Eduardo San Martin Morote [Wed, 12 Aug 2020 07:34:13 +0000 (09:34 +0200)] 
types: export augmented interfaces

4 years agobuild(deps-dev): bump rollup from 2.23.0 to 2.23.1
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>
4 years agobuild(deps-dev): bump size-limit and @size-limit/preset-small-lib
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>
4 years agobuild(deps-dev): bump @microsoft/api-documenter from 7.8.21 to 7.8.22
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>
4 years agobuild(deps-dev): bump @types/jest from 26.0.8 to 26.0.9
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>
4 years agobuild(deps-dev): bump rollup-plugin-typescript2 from 0.27.1 to 0.27.2
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>
4 years agobuild(deps-dev): bump css-loader from 4.2.0 to 4.2.1
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>
4 years agofix(vetur): update tags/attributes definition (#408)
Pine [Fri, 7 Aug 2020 10:12:17 +0000 (18:12 +0800)] 
fix(vetur): update tags/attributes definition (#408)

4 years agotest: move warning test to its own spec
Eduardo San Martin Morote [Thu, 6 Aug 2020 14:13:33 +0000 (16:13 +0200)] 
test: move warning test to its own spec

4 years agofeat(warn): warn against infinite redirections
Eduardo San Martin Morote [Thu, 6 Aug 2020 14:10:10 +0000 (16:10 +0200)] 
feat(warn): warn against infinite redirections

4 years agochore: add comment [skip ci]
Eduardo San Martin Morote [Thu, 6 Aug 2020 13:30:14 +0000 (15:30 +0200)] 
chore: add comment [skip ci]

4 years agofix(encoding): encode partial params
Eduardo San Martin Morote [Thu, 6 Aug 2020 13:29:40 +0000 (15:29 +0200)] 
fix(encoding): encode partial params

4 years agofix(matcher): avoid trailing slash with optional params
Eduardo San Martin Morote [Thu, 6 Aug 2020 13:19:48 +0000 (15:19 +0200)] 
fix(matcher): avoid trailing slash with optional params

4 years agobuild(deps-dev): bump vue, @vue/compiler-sfc and @vue/server-renderer (#399)
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>
4 years agobuild(deps-dev): bump chromedriver from 83.0.1 to 84.0.1 (#391)
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>
4 years agobuild(deps-dev): bump css-loader from 3.6.0 to 4.2.0 (#400)
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>
4 years agodocs: add rfc links in readme
Eduardo San Martin Morote [Wed, 5 Aug 2020 12:12:28 +0000 (14:12 +0200)] 
docs: add rfc links in readme

4 years agotest(types): use ts instead of tsd
Eduardo San Martin Morote [Wed, 5 Aug 2020 12:12:15 +0000 (14:12 +0200)] 
test(types): use ts instead of tsd

4 years agochore: remove old tsdoc
Eduardo San Martin Morote [Wed, 5 Aug 2020 11:32:49 +0000 (13:32 +0200)] 
chore: remove old tsdoc

4 years agorelease: v4.0.0-beta.6 v4.0.0-beta.6
Eduardo San Martin Morote [Wed, 5 Aug 2020 08:34:38 +0000 (10:34 +0200)] 
release: v4.0.0-beta.6

4 years agotest: fix failing tests
Eduardo San Martin Morote [Wed, 5 Aug 2020 08:26:49 +0000 (10:26 +0200)] 
test: fix failing tests

4 years agotest(router-link): add test regarding aria-current
Eduardo San Martin Morote [Wed, 5 Aug 2020 08:26:40 +0000 (10:26 +0200)] 
test(router-link): add test regarding aria-current

4 years agofeat(router-link): add ariaCurrentValue prop
Eduardo San Martin Morote [Wed, 5 Aug 2020 08:25:52 +0000 (10:25 +0200)] 
feat(router-link): add ariaCurrentValue prop

4 years agodocs: add more breaking changes notes
Eduardo San Martin Morote [Tue, 4 Aug 2020 14:52:22 +0000 (16:52 +0200)] 
docs: add more breaking changes notes

4 years agofeat: add Vetur support
Eduardo San Martin Morote [Tue, 4 Aug 2020 14:52:02 +0000 (16:52 +0200)] 
feat: add Vetur support

Close #381

4 years agochore: add todo about optional params
Eduardo San Martin Morote [Tue, 4 Aug 2020 14:22:58 +0000 (16:22 +0200)] 
chore: add todo about optional params

4 years agofix(router): stack overflow with redirect
Eduardo San Martin Morote [Tue, 4 Aug 2020 14:22:36 +0000 (16:22 +0200)] 
fix(router): stack overflow with redirect

Close #404

4 years agodocs: add breaking change not about parent
Eduardo San Martin Morote [Tue, 4 Aug 2020 14:21:36 +0000 (16:21 +0200)] 
docs: add breaking change not about parent

4 years agobuild: format changelog [skip ci]
Eduardo San Martin Morote [Mon, 3 Aug 2020 15:53:20 +0000 (17:53 +0200)] 
build: format changelog [skip ci]

4 years agorelease: v4.0.0-beta.5 v4.0.0-beta.5
Eduardo San Martin Morote [Mon, 3 Aug 2020 15:48:44 +0000 (17:48 +0200)] 
release: v4.0.0-beta.5

4 years agofeat: resolve simple relative links
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

4 years agodocs: move encoding to improvements [skip ci]
Eduardo San Martin Morote [Mon, 3 Aug 2020 11:08:47 +0000 (13:08 +0200)] 
docs: move encoding to improvements [skip ci]

4 years agobuild(deps-dev): bump jest from 26.1.0 to 26.2.2
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>
4 years agobuild(deps-dev): bump webpack from 4.44.0 to 4.44.1
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>
4 years agobuild(deps-dev): bump ts-jest from 26.1.3 to 26.1.4
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>
4 years agobuild(deps-dev): bump @types/jest from 26.0.7 to 26.0.8
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>
4 years agobuild(deps-dev): bump ts-loader from 8.0.1 to 8.0.2
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>
4 years agochore: expose createRouterMatcher as internal
Eduardo San Martin Morote [Mon, 3 Aug 2020 08:56:50 +0000 (10:56 +0200)] 
chore: expose createRouterMatcher as internal

4 years agofeat(url): simple resolve relative location
Eduardo San Martin Morote [Mon, 3 Aug 2020 08:54:39 +0000 (10:54 +0200)] 
feat(url): simple resolve relative location

4 years agodocs: add note about encoding
Eduardo San Martin Morote [Mon, 3 Aug 2020 07:45:24 +0000 (09:45 +0200)] 
docs: add note about encoding

4 years agodocs: add note about transition and keepalive
Eduardo San Martin Morote [Fri, 31 Jul 2020 17:33:40 +0000 (19:33 +0200)] 
docs: add note about transition and keepalive

4 years agorefactor(guards): correctly chain promises
Eduardo San Martin Morote [Fri, 31 Jul 2020 14:35:09 +0000 (16:35 +0200)] 
refactor(guards): correctly chain promises

4 years agofeat(warn): warn if guard returns without calling next
Eduardo San Martin Morote [Fri, 31 Jul 2020 14:26:18 +0000 (16:26 +0200)] 
feat(warn): warn if guard returns without calling next

4 years agochore: add todo$
Eduardo San Martin Morote [Thu, 30 Jul 2020 21:06:53 +0000 (23:06 +0200)] 
chore: add todo$

4 years agobuild(deps): [security] bump elliptic from 6.5.2 to 6.5.3
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>
4 years agodocs: update status (#395)
Austin Akers [Tue, 28 Jul 2020 07:32:34 +0000 (02:32 -0500)] 
docs: update status (#395)

4 years agobuild(deps-dev): bump chromedriver from 83.0.1 to 84.0.1 391/head
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>
4 years agobuild(deps-dev): bump @types/jest from 26.0.5 to 26.0.7
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>
4 years agobuild(deps-dev): bump codecov from 3.7.1 to 3.7.2
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>