]> git.ipfire.org Git - thirdparty/vuejs/router.git/log
thirdparty/vuejs/router.git
5 years agorefactor: monomorphic RouteRecordNormalized
Eduardo San Martin Morote [Wed, 12 Feb 2020 14:50:03 +0000 (15:50 +0100)] 
refactor: monomorphic RouteRecordNormalized

5 years agofeat: allow empty path match
Eduardo San Martin Morote [Wed, 12 Feb 2020 14:18:07 +0000 (15:18 +0100)] 
feat: allow empty path match

5 years agorefactor: types
Eduardo San Martin Morote [Wed, 12 Feb 2020 13:30:56 +0000 (14:30 +0100)] 
refactor: types

5 years agochore: remove unused dep
Eduardo San Martin Morote [Wed, 12 Feb 2020 11:16:47 +0000 (12:16 +0100)] 
chore: remove unused dep

5 years agorefactor: rename historyquery
Eduardo San Martin Morote [Wed, 12 Feb 2020 11:10:57 +0000 (12:10 +0100)] 
refactor: rename historyquery

5 years agorefactor: remove duplicated type
Eduardo San Martin Morote [Wed, 12 Feb 2020 11:04:33 +0000 (12:04 +0100)] 
refactor: remove duplicated type

5 years agofix: escape regex chars
Eduardo San Martin Morote [Wed, 12 Feb 2020 10:55:14 +0000 (11:55 +0100)] 
fix: escape regex chars

5 years agov0.0.7
Eduardo San Martin Morote [Sun, 9 Feb 2020 18:08:51 +0000 (19:08 +0100)] 
v0.0.7

5 years agobuild(deps-dev): bump codecov from 3.6.4 to 3.6.5
dependabot-preview[bot] [Mon, 10 Feb 2020 08:11:01 +0000 (08:11 +0000)] 
build(deps-dev): bump codecov from 3.6.4 to 3.6.5

Bumps [codecov](https://github.com/codecov/codecov-node) from 3.6.4 to 3.6.5.
- [Release notes](https://github.com/codecov/codecov-node/releases)
- [Commits](https://github.com/codecov/codecov-node/commits)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
5 years agobuild(deps-dev): bump @types/webpack from 4.41.5 to 4.41.6
dependabot-preview[bot] [Mon, 10 Feb 2020 08:10:28 +0000 (08:10 +0000)] 
build(deps-dev): bump @types/webpack from 4.41.5 to 4.41.6

Bumps [@types/webpack](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/webpack) from 4.41.5 to 4.41.6.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/webpack)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
5 years agotest: matcher.removeRoute
Eduardo San Martin Morote [Fri, 7 Feb 2020 14:07:24 +0000 (15:07 +0100)] 
test: matcher.removeRoute

5 years agochore: up build deps
Eduardo San Martin Morote [Fri, 7 Feb 2020 10:44:57 +0000 (11:44 +0100)] 
chore: up build deps

5 years agochore: up deps
Eduardo San Martin Morote [Fri, 7 Feb 2020 10:44:18 +0000 (11:44 +0100)] 
chore: up deps

5 years agotest(matcher): normalizeRecord
Eduardo San Martin Morote [Thu, 6 Feb 2020 11:16:12 +0000 (12:16 +0100)] 
test(matcher): normalizeRecord

5 years agofeat(matcher): allow removing records
Eduardo San Martin Morote [Thu, 6 Feb 2020 10:56:19 +0000 (11:56 +0100)] 
feat(matcher): allow removing records

Also transform redirect into beforeEnter guard

5 years agorefactor: use jest-mock-warn
Eduardo San Martin Morote [Wed, 5 Feb 2020 16:42:11 +0000 (17:42 +0100)] 
refactor: use jest-mock-warn

5 years agorefactor: applyToParams
Eduardo San Martin Morote [Wed, 5 Feb 2020 14:08:29 +0000 (15:08 +0100)] 
refactor: applyToParams

5 years agotest: add unit test for encoding/decoding
Eduardo San Martin Morote [Wed, 5 Feb 2020 13:58:13 +0000 (14:58 +0100)] 
test: add unit test for encoding/decoding

5 years agochore: remove old todos
Eduardo San Martin Morote [Wed, 5 Feb 2020 13:55:09 +0000 (14:55 +0100)] 
chore: remove old todos

5 years agorefactor: move query utils out of history
Eduardo San Martin Morote [Wed, 5 Feb 2020 13:34:11 +0000 (14:34 +0100)] 
refactor: move query utils out of history

5 years agofix: add mixin only on client
Eduardo San Martin Morote [Wed, 5 Feb 2020 13:19:08 +0000 (14:19 +0100)] 
fix: add mixin only on client

5 years agorefactor: remove redirect normalized record
Eduardo San Martin Morote [Wed, 5 Feb 2020 12:12:09 +0000 (13:12 +0100)] 
refactor: remove redirect normalized record

5 years agotest: null values in queries
Eduardo San Martin Morote [Wed, 5 Feb 2020 11:44:30 +0000 (12:44 +0100)] 
test: null values in queries

5 years agotest: test empty string values in queries
Eduardo San Martin Morote [Wed, 5 Feb 2020 11:41:58 +0000 (12:41 +0100)] 
test: test empty string values in queries

5 years agofix: parse empty keys as null
Eduardo San Martin Morote [Wed, 5 Feb 2020 11:41:05 +0000 (12:41 +0100)] 
fix: parse empty keys as null

5 years agofeat: support loose queries with numbers
Eduardo San Martin Morote [Wed, 5 Feb 2020 11:36:17 +0000 (12:36 +0100)] 
feat: support loose queries with numbers

5 years agotest: add tests for encoding
Eduardo San Martin Morote [Wed, 5 Feb 2020 10:54:05 +0000 (11:54 +0100)] 
test: add tests for encoding

5 years agotest: remove unused code
Eduardo San Martin Morote [Tue, 4 Feb 2020 18:11:58 +0000 (19:11 +0100)] 
test: remove unused code

5 years agofix: encode query
Eduardo San Martin Morote [Tue, 4 Feb 2020 18:05:08 +0000 (19:05 +0100)] 
fix: encode query

5 years agofix: encode / decode params
Eduardo San Martin Morote [Tue, 4 Feb 2020 17:57:31 +0000 (18:57 +0100)] 
fix: encode / decode params

5 years agorefactor: let the router handle encoding
Eduardo San Martin Morote [Tue, 4 Feb 2020 17:42:39 +0000 (18:42 +0100)] 
refactor: let the router handle encoding

5 years agoremove query normalization from history implementation
Eduardo San Martin Morote [Mon, 3 Feb 2020 17:25:12 +0000 (18:25 +0100)] 
remove query normalization from history implementation

5 years agowip: refactoring encoding
Eduardo San Martin Morote [Fri, 31 Jan 2020 18:46:17 +0000 (19:46 +0100)] 
wip: refactoring encoding

5 years agofeat: add install function to router (#106)
宋铄运 [Wed, 5 Feb 2020 13:06:11 +0000 (21:06 +0800)] 
feat: add install function to router (#106)

* feat: add install function to router

* fix lint

* fix tests

* remove use router in tests

* revert some tests

* remove exports

* Update src/index.ts

Co-authored-by: Eduardo San Martin Morote <posva@users.noreply.github.com>
5 years agobuild(deps-dev): bump @rollup/plugin-replace from 2.3.0 to 2.3.1
dependabot-preview[bot] [Mon, 3 Feb 2020 08:38:21 +0000 (08:38 +0000)] 
build(deps-dev): bump @rollup/plugin-replace from 2.3.0 to 2.3.1

Bumps [@rollup/plugin-replace](https://github.com/rollup/plugins) from 2.3.0 to 2.3.1.
- [Release notes](https://github.com/rollup/plugins/releases)
- [Commits](https://github.com/rollup/plugins/compare/replace-v2.3.0...replace-v2.3.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
5 years agobuild(deps-dev): bump chromedriver from 79.0.0 to 79.0.2
dependabot-preview[bot] [Mon, 3 Feb 2020 08:30:15 +0000 (08:30 +0000)] 
build(deps-dev): bump chromedriver from 79.0.0 to 79.0.2

Bumps [chromedriver](https://github.com/giggio/node-chromedriver) from 79.0.0 to 79.0.2.
- [Release notes](https://github.com/giggio/node-chromedriver/releases)
- [Commits](https://github.com/giggio/node-chromedriver/compare/79.0.0...79.0.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
5 years agobuild(deps-dev): bump @rollup/plugin-node-resolve from 7.0.0 to 7.1.0
dependabot-preview[bot] [Mon, 3 Feb 2020 08:26:41 +0000 (08:26 +0000)] 
build(deps-dev): bump @rollup/plugin-node-resolve from 7.0.0 to 7.1.0

Bumps [@rollup/plugin-node-resolve](https://github.com/rollup/plugins) from 7.0.0 to 7.1.0.
- [Release notes](https://github.com/rollup/plugins/releases)
- [Commits](https://github.com/rollup/plugins/compare/node-resolve-v7.0.0...node-resolve-v7.1.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
5 years agobuild(deps-dev): bump @types/webpack from 4.41.3 to 4.41.4
dependabot-preview[bot] [Mon, 3 Feb 2020 08:23:50 +0000 (08:23 +0000)] 
build(deps-dev): bump @types/webpack from 4.41.3 to 4.41.4

Bumps [@types/webpack](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/webpack) from 4.41.3 to 4.41.4.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/webpack)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
5 years agobuild(deps-dev): bump webpack-dev-server from 3.10.1 to 3.10.2
dependabot-preview[bot] [Mon, 3 Feb 2020 08:23:16 +0000 (08:23 +0000)] 
build(deps-dev): bump webpack-dev-server from 3.10.1 to 3.10.2

Bumps [webpack-dev-server](https://github.com/webpack/webpack-dev-server) from 3.10.1 to 3.10.2.
- [Release notes](https://github.com/webpack/webpack-dev-server/releases)
- [Changelog](https://github.com/webpack/webpack-dev-server/blob/master/CHANGELOG.md)
- [Commits](https://github.com/webpack/webpack-dev-server/compare/v3.10.1...v3.10.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
5 years agobuild(deps-dev): bump nightwatch from 1.3.3 to 1.3.4
dependabot-preview[bot] [Mon, 3 Feb 2020 08:22:16 +0000 (08:22 +0000)] 
build(deps-dev): bump nightwatch from 1.3.3 to 1.3.4

Bumps [nightwatch](https://github.com/nightwatchjs/nightwatch) from 1.3.3 to 1.3.4.
- [Release notes](https://github.com/nightwatchjs/nightwatch/releases)
- [Commits](https://github.com/nightwatchjs/nightwatch/compare/v1.3.3...v1.3.4)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
5 years agobuild(deps-dev): bump codecov from 3.6.2 to 3.6.4
dependabot-preview[bot] [Mon, 3 Feb 2020 08:20:58 +0000 (08:20 +0000)] 
build(deps-dev): bump codecov from 3.6.2 to 3.6.4

Bumps [codecov](https://github.com/codecov/codecov-node) from 3.6.2 to 3.6.4.
- [Release notes](https://github.com/codecov/codecov-node/releases)
- [Commits](https://github.com/codecov/codecov-node/compare/v3.6.2...v3.6.4)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
5 years agobuild(deps-dev): bump @rollup/plugin-alias from 3.0.0 to 3.0.1
dependabot-preview[bot] [Mon, 3 Feb 2020 08:20:13 +0000 (08:20 +0000)] 
build(deps-dev): bump @rollup/plugin-alias from 3.0.0 to 3.0.1

Bumps [@rollup/plugin-alias](https://github.com/rollup/plugins) from 3.0.0 to 3.0.1.
- [Release notes](https://github.com/rollup/plugins/releases)
- [Commits](https://github.com/rollup/plugins/compare/wasm-v3.0.0...alias-v3.0.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
5 years agobuild(deps-dev): bump rollup from 1.30.1 to 1.31.0
dependabot-preview[bot] [Mon, 3 Feb 2020 08:19:40 +0000 (08:19 +0000)] 
build(deps-dev): bump rollup from 1.30.1 to 1.31.0

Bumps [rollup](https://github.com/rollup/rollup) from 1.30.1 to 1.31.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/v1.30.1...v1.31.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
5 years agofix: webpack build with d.ts
Eduardo San Martin Morote [Fri, 31 Jan 2020 18:21:26 +0000 (19:21 +0100)] 
fix: webpack build with d.ts

5 years agorefactor: remove unused type
Eduardo San Martin Morote [Fri, 31 Jan 2020 18:07:34 +0000 (19:07 +0100)] 
refactor: remove unused type

5 years agorefactor: types
Eduardo San Martin Morote [Fri, 31 Jan 2020 18:04:59 +0000 (19:04 +0100)] 
refactor: types

5 years agofeat: wip leaving guards with composition api
Eduardo San Martin Morote [Fri, 31 Jan 2020 17:30:17 +0000 (18:30 +0100)] 
feat: wip leaving guards with composition api

A lot of refactoring of redundant code. Disabled in-component guard tests because they are changing. They will be reactivated later

5 years agofeat(history): save scroll on leave/reload
Eduardo San Martin Morote [Thu, 30 Jan 2020 17:22:15 +0000 (18:22 +0100)] 
feat(history): save scroll on leave/reload

5 years agorefactor: remove unused code
Eduardo San Martin Morote [Thu, 30 Jan 2020 16:51:06 +0000 (17:51 +0100)] 
refactor: remove unused code

5 years agorefactor: remove unused code
Eduardo San Martin Morote [Thu, 30 Jan 2020 15:18:46 +0000 (16:18 +0100)] 
refactor: remove unused code

5 years agobuild(deps-dev): bump nightwatch from 1.3.2 to 1.3.3
dependabot-preview[bot] [Mon, 27 Jan 2020 07:50:20 +0000 (07:50 +0000)] 
build(deps-dev): bump nightwatch from 1.3.2 to 1.3.3

Bumps [nightwatch](https://github.com/nightwatchjs/nightwatch) from 1.3.2 to 1.3.3.
- [Release notes](https://github.com/nightwatchjs/nightwatch/releases)
- [Commits](https://github.com/nightwatchjs/nightwatch/compare/v1.3.2...v1.3.3)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
5 years agochore: add todos
Eduardo San Martin Morote [Fri, 24 Jan 2020 17:20:28 +0000 (18:20 +0100)] 
chore: add todos

5 years agorefactor(link): useLink
Eduardo San Martin Morote [Fri, 24 Jan 2020 17:20:22 +0000 (18:20 +0100)] 
refactor(link): useLink

5 years agofeat(link): add active class
Eduardo San Martin Morote [Fri, 24 Jan 2020 16:37:55 +0000 (17:37 +0100)] 
feat(link): add active class

5 years agofeat(view): handle nested views
Eduardo San Martin Morote [Fri, 24 Jan 2020 15:20:21 +0000 (16:20 +0100)] 
feat(view): handle nested views

5 years agotest: router-view
Eduardo San Martin Morote [Fri, 24 Jan 2020 14:09:21 +0000 (15:09 +0100)] 
test: router-view

5 years agotest: add routerlink test
Eduardo San Martin Morote [Fri, 24 Jan 2020 10:39:30 +0000 (11:39 +0100)] 
test: add routerlink test

5 years agov0.0.6
Eduardo San Martin Morote [Fri, 24 Jan 2020 09:24:13 +0000 (10:24 +0100)] 
v0.0.6

5 years agochore: include dist and playground in package
Eduardo San Martin Morote [Fri, 24 Jan 2020 09:23:56 +0000 (10:23 +0100)] 
chore: include dist and playground in package

5 years agochore: add license
Eduardo San Martin Morote [Fri, 24 Jan 2020 09:22:14 +0000 (10:22 +0100)] 
chore: add license

5 years agov0.0.5
Eduardo San Martin Morote [Fri, 24 Jan 2020 09:18:45 +0000 (10:18 +0100)] 
v0.0.5

5 years agov0.0.4
Eduardo San Martin Morote [Fri, 24 Jan 2020 09:18:12 +0000 (10:18 +0100)] 
v0.0.4

5 years agobuild: publishing to vue-router-next
Eduardo San Martin Morote [Fri, 24 Jan 2020 09:17:44 +0000 (10:17 +0100)] 
build: publishing to vue-router-next

5 years agochore: refactor build exports
Eduardo San Martin Morote [Fri, 24 Jan 2020 09:08:55 +0000 (10:08 +0100)] 
chore: refactor build exports

5 years agochore: allow build of playground
Eduardo San Martin Morote [Fri, 24 Jan 2020 08:55:58 +0000 (09:55 +0100)] 
chore: allow build of playground

5 years agochore: upgrade jest deps
Eduardo San Martin Morote [Fri, 24 Jan 2020 08:44:00 +0000 (09:44 +0100)] 
chore: upgrade jest deps

5 years agorefactor: rename explorations into playground
Eduardo San Martin Morote [Fri, 24 Jan 2020 08:42:25 +0000 (09:42 +0100)] 
refactor: rename explorations into playground

5 years agorefactor: remove doInitialNavigation
Eduardo San Martin Morote [Thu, 23 Jan 2020 13:10:50 +0000 (14:10 +0100)] 
refactor: remove doInitialNavigation

5 years agofeat: type inject
Eduardo San Martin Morote [Thu, 23 Jan 2020 11:37:49 +0000 (12:37 +0100)] 
feat: type inject

5 years agobuild: external vue libs
Eduardo San Martin Morote [Tue, 21 Jan 2020 17:31:51 +0000 (18:31 +0100)] 
build: external vue libs

5 years agobuild(deps-dev): bump chromedriver from 78.0.1 to 79.0.0 (#65)
dependabot-preview[bot] [Tue, 21 Jan 2020 17:28:39 +0000 (18:28 +0100)] 
build(deps-dev): bump chromedriver from 78.0.1 to 79.0.0 (#65)

Bumps [chromedriver](https://github.com/giggio/node-chromedriver) from 78.0.1 to 79.0.0.
- [Release notes](https://github.com/giggio/node-chromedriver/releases)
- [Commits](https://github.com/giggio/node-chromedriver/compare/78.0.1...79.0.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
5 years agotest: remove old code
Eduardo San Martin Morote [Tue, 21 Jan 2020 17:22:21 +0000 (18:22 +0100)] 
test: remove old code

5 years agotest: fix tests after migration
Eduardo San Martin Morote [Tue, 21 Jan 2020 17:19:38 +0000 (18:19 +0100)] 
test: fix tests after migration

5 years agofix: mark currentRoute as non reactive to preserve properties
Eduardo San Martin Morote [Tue, 21 Jan 2020 17:19:10 +0000 (18:19 +0100)] 
fix: mark currentRoute as non reactive to preserve properties

5 years agotest: remove extra id in demo
Eduardo San Martin Morote [Tue, 21 Jan 2020 17:18:36 +0000 (18:18 +0100)] 
test: remove extra id in demo

5 years agorefactor: migrate example to vue3
Eduardo San Martin Morote [Tue, 21 Jan 2020 16:46:12 +0000 (17:46 +0100)] 
refactor: migrate example to vue3

5 years agorefactor: use vue 3
Eduardo San Martin Morote [Tue, 21 Jan 2020 15:32:34 +0000 (16:32 +0100)] 
refactor: use vue 3

5 years agotest: ignore tests for vue 3
Eduardo San Martin Morote [Tue, 21 Jan 2020 15:31:33 +0000 (16:31 +0100)] 
test: ignore tests for vue 3

5 years agobuild(deps-dev): bump jsdom from 15.2.1 to 16.0.1 (#92) vue2
dependabot-preview[bot] [Mon, 20 Jan 2020 10:16:38 +0000 (11:16 +0100)] 
build(deps-dev): bump jsdom from 15.2.1 to 16.0.1 (#92)

Bumps [jsdom](https://github.com/jsdom/jsdom) from 15.2.1 to 16.0.1.
- [Release notes](https://github.com/jsdom/jsdom/releases)
- [Changelog](https://github.com/jsdom/jsdom/blob/master/Changelog.md)
- [Commits](https://github.com/jsdom/jsdom/compare/15.2.1...16.0.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
5 years agobuild(deps-dev): bump @rollup/plugin-node-resolve from 6.1.0 to 7.0.0 (#86)
dependabot-preview[bot] [Mon, 20 Jan 2020 10:13:25 +0000 (11:13 +0100)] 
build(deps-dev): bump @rollup/plugin-node-resolve from 6.1.0 to 7.0.0 (#86)

Bumps [@rollup/plugin-node-resolve](https://github.com/rollup/plugins) from 6.1.0 to 7.0.0.
- [Release notes](https://github.com/rollup/plugins/releases)
- [Commits](https://github.com/rollup/plugins/commits)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
5 years agobuild(deps-dev): bump @types/jest from 24.0.25 to 24.9.0
dependabot-preview[bot] [Mon, 20 Jan 2020 08:08:13 +0000 (08:08 +0000)] 
build(deps-dev): bump @types/jest from 24.0.25 to 24.9.0

Bumps [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest) from 24.0.25 to 24.9.0.
- [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>
5 years agobuild(deps-dev): bump ts-node from 8.5.4 to 8.6.2
dependabot-preview[bot] [Mon, 20 Jan 2020 08:07:33 +0000 (08:07 +0000)] 
build(deps-dev): bump ts-node from 8.5.4 to 8.6.2

Bumps [ts-node](https://github.com/TypeStrong/ts-node) from 8.5.4 to 8.6.2.
- [Release notes](https://github.com/TypeStrong/ts-node/releases)
- [Commits](https://github.com/TypeStrong/ts-node/compare/v8.5.4...v8.6.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
5 years agobuild(deps-dev): bump css-loader from 3.4.1 to 3.4.2
dependabot-preview[bot] [Mon, 20 Jan 2020 08:06:09 +0000 (08:06 +0000)] 
build(deps-dev): bump css-loader from 3.4.1 to 3.4.2

Bumps [css-loader](https://github.com/webpack-contrib/css-loader) from 3.4.1 to 3.4.2.
- [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.4.1...v3.4.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
5 years agobuild(deps-dev): bump browserstack-local from 1.4.3 to 1.4.4
dependabot-preview[bot] [Mon, 20 Jan 2020 08:05:20 +0000 (08:05 +0000)] 
build(deps-dev): bump browserstack-local from 1.4.3 to 1.4.4

Bumps [browserstack-local](https://github.com/browserstack/browserstack-local-nodejs) from 1.4.3 to 1.4.4.
- [Release notes](https://github.com/browserstack/browserstack-local-nodejs/releases)
- [Commits](https://github.com/browserstack/browserstack-local-nodejs/commits)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
5 years agofeat(matcher): handle param encoding
Eduardo San Martin Morote [Fri, 17 Jan 2020 17:58:19 +0000 (18:58 +0100)] 
feat(matcher): handle param encoding

5 years agoencoding wip
Eduardo San Martin Morote [Wed, 15 Jan 2020 16:36:43 +0000 (17:36 +0100)] 
encoding wip

5 years agorefactor: order of constants
Eduardo San Martin Morote [Mon, 6 Jan 2020 20:42:41 +0000 (21:42 +0100)] 
refactor: order of constants

5 years agobuild(deps-dev): bump @types/webpack from 4.41.0 to 4.41.2
dependabot-preview[bot] [Mon, 13 Jan 2020 08:18:17 +0000 (08:18 +0000)] 
build(deps-dev): bump @types/webpack from 4.41.0 to 4.41.2

Bumps [@types/webpack](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/webpack) from 4.41.0 to 4.41.2.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/webpack)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
5 years agobuild(deps-dev): bump rollup-plugin-terser from 5.1.3 to 5.2.0
dependabot-preview[bot] [Mon, 13 Jan 2020 08:15:48 +0000 (08:15 +0000)] 
build(deps-dev): bump rollup-plugin-terser from 5.1.3 to 5.2.0

Bumps [rollup-plugin-terser](https://github.com/TrySound/rollup-plugin-terser) from 5.1.3 to 5.2.0.
- [Release notes](https://github.com/TrySound/rollup-plugin-terser/releases)
- [Commits](https://github.com/TrySound/rollup-plugin-terser/compare/v5.1.3...v5.2.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
5 years agobuild(deps-dev): bump axios from 0.19.0 to 0.19.1
dependabot-preview[bot] [Mon, 13 Jan 2020 08:10:50 +0000 (08:10 +0000)] 
build(deps-dev): bump axios from 0.19.0 to 0.19.1

Bumps [axios](https://github.com/axios/axios) from 0.19.0 to 0.19.1.
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/master/CHANGELOG.md)
- [Commits](https://github.com/axios/axios/compare/v0.19.0...0.19.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
5 years agobuild(deps-dev): bump rollup from 1.28.0 to 1.29.0
dependabot-preview[bot] [Mon, 13 Jan 2020 08:09:40 +0000 (08:09 +0000)] 
build(deps-dev): bump rollup from 1.28.0 to 1.29.0

Bumps [rollup](https://github.com/rollup/rollup) from 1.28.0 to 1.29.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/v1.28.0...v1.29.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
5 years agobuild(deps-dev): bump css-loader from 3.4.0 to 3.4.1
dependabot-preview[bot] [Mon, 6 Jan 2020 07:45:57 +0000 (07:45 +0000)] 
build(deps-dev): bump css-loader from 3.4.0 to 3.4.1

Bumps [css-loader](https://github.com/webpack-contrib/css-loader) from 3.4.0 to 3.4.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/v3.4.0...v3.4.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
5 years agobuild(deps-dev): bump @rollup/plugin-node-resolve from 6.0.0 to 6.1.0
dependabot-preview[bot] [Mon, 6 Jan 2020 07:40:55 +0000 (07:40 +0000)] 
build(deps-dev): bump @rollup/plugin-node-resolve from 6.0.0 to 6.1.0

Bumps [@rollup/plugin-node-resolve](https://github.com/rollup/plugins) from 6.0.0 to 6.1.0.
- [Release notes](https://github.com/rollup/plugins/releases)
- [Commits](https://github.com/rollup/plugins/commits)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
5 years agobuild(deps-dev): bump consola from 2.11.2 to 2.11.3
dependabot-preview[bot] [Mon, 6 Jan 2020 07:40:36 +0000 (07:40 +0000)] 
build(deps-dev): bump consola from 2.11.2 to 2.11.3

Bumps [consola](https://github.com/nuxt/consola) from 2.11.2 to 2.11.3.
- [Release notes](https://github.com/nuxt/consola/releases)
- [Changelog](https://github.com/nuxt/consola/blob/master/CHANGELOG.md)
- [Commits](https://github.com/nuxt/consola/compare/v2.11.2...v2.11.3)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
5 years agobuild(deps-dev): bump rollup from 1.27.14 to 1.28.0
dependabot-preview[bot] [Mon, 6 Jan 2020 07:40:08 +0000 (07:40 +0000)] 
build(deps-dev): bump rollup from 1.27.14 to 1.28.0

Bumps [rollup](https://github.com/rollup/rollup) from 1.27.14 to 1.28.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/v1.27.14...v1.28.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
5 years agobuild(deps-dev): bump @types/webpack-env from 1.14.1 to 1.15.0
dependabot-preview[bot] [Mon, 6 Jan 2020 07:39:42 +0000 (07:39 +0000)] 
build(deps-dev): bump @types/webpack-env from 1.14.1 to 1.15.0

Bumps [@types/webpack-env](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/webpack-env) from 1.14.1 to 1.15.0.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/webpack-env)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
5 years agochore: add comments
Eduardo San Martin Morote [Thu, 2 Jan 2020 19:01:39 +0000 (20:01 +0100)] 
chore: add comments

5 years agofeat: add encoding functions
Eduardo San Martin Morote [Thu, 2 Jan 2020 19:01:25 +0000 (20:01 +0100)] 
feat: add encoding functions

5 years agorefactor(router): rename onReady to isReady
Eduardo San Martin Morote [Tue, 31 Dec 2019 13:48:39 +0000 (14:48 +0100)] 
refactor(router): rename onReady to isReady

5 years agobuild(deps-dev): bump webpack from 4.41.4 to 4.41.5
dependabot-preview[bot] [Mon, 30 Dec 2019 07:37:33 +0000 (07:37 +0000)] 
build(deps-dev): bump webpack from 4.41.4 to 4.41.5

Bumps [webpack](https://github.com/webpack/webpack) from 4.41.4 to 4.41.5.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](https://github.com/webpack/webpack/compare/v4.41.4...v4.41.5)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>