]> git.ipfire.org Git - thirdparty/vuejs/router.git/log
thirdparty/vuejs/router.git
3 years agowip: loader data fetching wip/loader-pattern-playground
Eduardo San Martin Morote [Thu, 7 Jul 2022 16:12:57 +0000 (18:12 +0200)] 
wip: loader data fetching

3 years agofeat(types): simplify props types
Eduardo San Martin Morote [Wed, 6 Jul 2022 13:24:56 +0000 (15:24 +0200)] 
feat(types): simplify props types

3 years agodocs: fix algolia id
Eduardo San Martin Morote [Wed, 6 Jul 2022 12:40:57 +0000 (14:40 +0200)] 
docs: fix algolia id

Close #1459

3 years agofix(types): adds ESM export of types (#1457)
Liz Fong-Jones [Tue, 5 Jul 2022 22:19:45 +0000 (15:19 -0700)] 
fix(types): adds ESM export of types (#1457)

3 years agochore: link to changelog
Eduardo San Martin Morote [Tue, 5 Jul 2022 16:49:45 +0000 (18:49 +0200)] 
chore: link to changelog

Close #1455

3 years agorelease: vue-router@4.1.1 v4.1.1
Eduardo San Martin Morote [Tue, 5 Jul 2022 14:57:06 +0000 (16:57 +0200)] 
release: vue-router@4.1.1

3 years agofix: remove browser export
Eduardo San Martin Morote [Tue, 5 Jul 2022 14:56:19 +0000 (16:56 +0200)] 
fix: remove browser export

Avoids vitest including different versions of vue-router depending on what imported it

3 years agofix(types): allow simpler type check of route records (#1453)
Eduardo San Martin Morote [Tue, 5 Jul 2022 07:57:52 +0000 (09:57 +0200)] 
fix(types): allow simpler type check of route records (#1453)

Fix #1452

3 years agofix(types): remove unnecessary readonly
Eduardo San Martin Morote [Tue, 5 Jul 2022 07:35:20 +0000 (09:35 +0200)] 
fix(types): remove unnecessary readonly

3 years agodocs: skip chrome download
Eduardo San Martin Morote [Mon, 4 Jul 2022 12:55:16 +0000 (14:55 +0200)] 
docs: skip chrome download

3 years agodocs: typo
Eduardo San Martin Morote [Mon, 4 Jul 2022 12:50:04 +0000 (14:50 +0200)] 
docs: typo

Close #1439

3 years agobuild: add skip git clean [skip ci]
Eduardo San Martin Morote [Mon, 4 Jul 2022 12:37:30 +0000 (14:37 +0200)] 
build: add skip git clean [skip ci]

3 years agorelease: vue-router@4.1.0 v4.1.0
Eduardo San Martin Morote [Mon, 4 Jul 2022 12:34:14 +0000 (14:34 +0200)] 
release: vue-router@4.1.0

3 years agobuild: correct tag name
Eduardo San Martin Morote [Mon, 4 Jul 2022 12:33:49 +0000 (14:33 +0200)] 
build: correct tag name

3 years agochore: play script
Eduardo San Martin Morote [Mon, 4 Jul 2022 12:28:04 +0000 (14:28 +0200)] 
chore: play script

3 years agodocs: fix link
Eduardo San Martin Morote [Thu, 30 Jun 2022 20:51:32 +0000 (22:51 +0200)] 
docs: fix link

Close #1451

3 years agobuild: fix line offset
Eduardo San Martin Morote [Wed, 29 Jun 2022 16:24:39 +0000 (18:24 +0200)] 
build: fix line offset

3 years agofeat(types): allow extending global types
Eduardo San Martin Morote [Wed, 29 Jun 2022 16:18:08 +0000 (18:18 +0200)] 
feat(types): allow extending global types

3 years agodocs: screenshot
Eduardo San Martin Morote [Wed, 29 Jun 2022 13:27:11 +0000 (15:27 +0200)] 
docs: screenshot

3 years agochore: remove unused files
Eduardo San Martin Morote [Wed, 29 Jun 2022 13:11:18 +0000 (15:11 +0200)] 
chore: remove unused files

3 years agodocs: update typed routes
Eduardo San Martin Morote [Wed, 29 Jun 2022 13:05:31 +0000 (15:05 +0200)] 
docs: update typed routes

3 years agorefactor: revert the complex types for path parsing
Eduardo San Martin Morote [Wed, 29 Jun 2022 12:41:11 +0000 (14:41 +0200)] 
refactor: revert the complex types for path parsing

Achieve it with a build plugin instead; https://github.com/posva/unplugin-vue-router
Types were too slow due to their recursive nature and relying on tuples
too much. A build-time type generation is not only reliable and fast but
also enable creating other patterns.

3 years agodocs: typed routes details for 4.1
Eduardo San Martin Morote [Fri, 17 Jun 2022 13:58:35 +0000 (15:58 +0200)] 
docs: typed routes details for 4.1

3 years agorefactor(types): avoid eager evaluation of routerlink
Eduardo San Martin Morote [Thu, 16 Jun 2022 08:57:27 +0000 (10:57 +0200)] 
refactor(types): avoid eager evaluation of routerlink

3 years agodocs: simplify RouterLink usage
Eduardo San Martin Morote [Thu, 16 Jun 2022 08:51:15 +0000 (10:51 +0200)] 
docs: simplify RouterLink usage

3 years agotypes: typed routes for RouterLink
Eduardo San Martin Morote [Thu, 16 Jun 2022 08:37:50 +0000 (10:37 +0200)] 
types: typed routes for RouterLink

3 years agofeat: add typed router link
Eduardo San Martin Morote [Wed, 15 Jun 2022 16:37:12 +0000 (18:37 +0200)] 
feat: add typed router link

3 years agodocs: add typed routes
Eduardo San Martin Morote [Wed, 15 Jun 2022 16:36:40 +0000 (18:36 +0200)] 
docs: add typed routes

3 years agotest: fix rename
Eduardo San Martin Morote [Wed, 15 Jun 2022 08:23:18 +0000 (10:23 +0200)] 
test: fix rename

3 years agochore: minor cleanup
Eduardo San Martin Morote [Tue, 14 Jun 2022 16:09:41 +0000 (18:09 +0200)] 
chore: minor cleanup

3 years agorefactor(types): prefix matcher types
Eduardo San Martin Morote [Tue, 14 Jun 2022 13:49:18 +0000 (15:49 +0200)] 
refactor(types): prefix matcher types

3 years agorefactor(types): move tests of types
Eduardo San Martin Morote [Tue, 14 Jun 2022 10:37:20 +0000 (12:37 +0200)] 
refactor(types): move tests of types

3 years agochore: build scripts
Eduardo San Martin Morote [Tue, 14 Jun 2022 10:23:48 +0000 (12:23 +0200)] 
chore: build scripts

3 years agorefactor(types): move utils types
Eduardo San Martin Morote [Tue, 14 Jun 2022 09:42:48 +0000 (11:42 +0200)] 
refactor(types): move utils types

3 years agochore: rename internal join path
Eduardo San Martin Morote [Tue, 14 Jun 2022 09:38:01 +0000 (11:38 +0200)] 
chore: rename internal join path

3 years agorefactor(types): remove old types
Eduardo San Martin Morote [Tue, 14 Jun 2022 09:37:44 +0000 (11:37 +0200)] 
refactor(types): remove old types

3 years agochore: add ts at root for vscode
Eduardo San Martin Morote [Tue, 14 Jun 2022 09:11:19 +0000 (11:11 +0200)] 
chore: add ts at root for vscode

3 years agorefactor(types): simplify param parsing
Eduardo San Martin Morote [Mon, 13 Jun 2022 16:44:16 +0000 (18:44 +0200)] 
refactor(types): simplify param parsing

3 years agoperf(types): reduce tuple amount for string paths
Eduardo San Martin Morote [Mon, 13 Jun 2022 10:32:27 +0000 (12:32 +0200)] 
perf(types): reduce tuple amount for string paths

3 years agochore: remove js files
Eduardo San Martin Morote [Mon, 13 Jun 2022 09:52:22 +0000 (11:52 +0200)] 
chore: remove js files

3 years agochore: refactor deps
Eduardo San Martin Morote [Mon, 13 Jun 2022 09:42:29 +0000 (11:42 +0200)] 
chore: refactor deps

3 years agorefactor: move playground
Eduardo San Martin Morote [Fri, 10 Jun 2022 16:49:04 +0000 (18:49 +0200)] 
refactor: move playground

3 years agochore: update lock
Eduardo San Martin Morote [Fri, 10 Jun 2022 14:59:28 +0000 (16:59 +0200)] 
chore: update lock

3 years agochore: types housekeeping
Eduardo San Martin Morote [Fri, 10 Jun 2022 14:57:49 +0000 (16:57 +0200)] 
chore: types housekeeping

3 years agochore: move changelog file
Eduardo San Martin Morote [Fri, 10 Jun 2022 14:33:31 +0000 (16:33 +0200)] 
chore: move changelog file

3 years agochore: move brotli dep
Eduardo San Martin Morote [Fri, 10 Jun 2022 14:30:54 +0000 (16:30 +0200)] 
chore: move brotli dep

3 years agobuild: add new release script
Eduardo San Martin Morote [Fri, 10 Jun 2022 14:29:14 +0000 (16:29 +0200)] 
build: add new release script

3 years agochore: correct version after rebase
Eduardo San Martin Morote [Fri, 10 Jun 2022 14:12:38 +0000 (16:12 +0200)] 
chore: correct version after rebase

3 years agofeat(types): typed string routes
Eduardo San Martin Morote [Fri, 10 Jun 2022 14:10:15 +0000 (16:10 +0200)] 
feat(types): typed string routes

3 years agochore: doc function
Eduardo San Martin Morote [Fri, 10 Jun 2022 09:29:36 +0000 (11:29 +0200)] 
chore: doc function

3 years agofeat(devtools): warn against old devtools version
Eduardo San Martin Morote [Fri, 10 Jun 2022 09:21:03 +0000 (11:21 +0200)] 
feat(devtools): warn against old devtools version

See #1338

3 years agochore: fix lint-staged
Eduardo San Martin Morote [Fri, 10 Jun 2022 09:20:32 +0000 (11:20 +0200)] 
chore: fix lint-staged

3 years agochore: adapt scripts
Eduardo San Martin Morote [Fri, 10 Jun 2022 09:20:07 +0000 (11:20 +0200)] 
chore: adapt scripts

3 years agoci: restore tests
Eduardo San Martin Morote [Thu, 9 Jun 2022 18:21:46 +0000 (20:21 +0200)] 
ci: restore tests

3 years agochore: remove old e2e after migration
Eduardo San Martin Morote [Thu, 9 Jun 2022 14:04:42 +0000 (16:04 +0200)] 
chore: remove old e2e after migration

3 years agotest: migrate guards suspense
Eduardo San Martin Morote [Thu, 9 Jun 2022 14:04:28 +0000 (16:04 +0200)] 
test: migrate guards suspense

3 years agotest: migrate guards transitions
Eduardo San Martin Morote [Thu, 9 Jun 2022 14:03:48 +0000 (16:03 +0200)] 
test: migrate guards transitions

3 years agotest: migrate guards multi app
Eduardo San Martin Morote [Thu, 9 Jun 2022 14:02:02 +0000 (16:02 +0200)] 
test: migrate guards multi app

3 years agotest: migrate guards modal
Eduardo San Martin Morote [Thu, 9 Jun 2022 14:01:33 +0000 (16:01 +0200)] 
test: migrate guards modal

3 years agotest: migrate guards scroll-behavior
Eduardo San Martin Morote [Thu, 9 Jun 2022 14:00:05 +0000 (16:00 +0200)] 
test: migrate guards scroll-behavior

3 years agotest: refactor imports and old bsStatus
Eduardo San Martin Morote [Thu, 9 Jun 2022 13:55:15 +0000 (15:55 +0200)] 
test: refactor imports and old bsStatus

3 years agotest: migrate guards keep-alive
Eduardo San Martin Morote [Thu, 9 Jun 2022 13:53:06 +0000 (15:53 +0200)] 
test: migrate guards keep-alive

3 years agotest: migrate guards test
Eduardo San Martin Morote [Thu, 9 Jun 2022 13:48:56 +0000 (15:48 +0200)] 
test: migrate guards test

3 years agotest: migrate hash test
Eduardo San Martin Morote [Thu, 9 Jun 2022 13:47:16 +0000 (15:47 +0200)] 
test: migrate hash test

3 years agoci: skip bs to test faster the migration
Eduardo San Martin Morote [Thu, 9 Jun 2022 13:43:50 +0000 (15:43 +0200)] 
ci: skip bs to test faster the migration

3 years agoci: move bs tests to end
Eduardo San Martin Morote [Thu, 9 Jun 2022 13:42:09 +0000 (15:42 +0200)] 
ci: move bs tests to end

3 years agoci: well, let's use headless
Eduardo San Martin Morote [Thu, 9 Jun 2022 13:41:33 +0000 (15:41 +0200)] 
ci: well, let's use headless

3 years agoci: last...
Eduardo San Martin Morote [Thu, 9 Jun 2022 13:33:18 +0000 (15:33 +0200)] 
ci: last...

3 years agoci: again
Eduardo San Martin Morote [Thu, 9 Jun 2022 13:29:43 +0000 (15:29 +0200)] 
ci: again

3 years agoci: go firefox
Eduardo San Martin Morote [Thu, 9 Jun 2022 13:23:27 +0000 (15:23 +0200)] 
ci: go firefox

3 years agoci: more tries
Eduardo San Martin Morote [Thu, 9 Jun 2022 13:12:29 +0000 (15:12 +0200)] 
ci: more tries

3 years agoci: oops
Eduardo San Martin Morote [Thu, 9 Jun 2022 12:56:48 +0000 (14:56 +0200)] 
ci: oops

3 years agoci: try again
Eduardo San Martin Morote [Thu, 9 Jun 2022 12:56:24 +0000 (14:56 +0200)] 
ci: try again

3 years agoci: try secrets again
Eduardo San Martin Morote [Thu, 9 Jun 2022 12:49:09 +0000 (14:49 +0200)] 
ci: try secrets again

3 years agoci: use script
Eduardo San Martin Morote [Thu, 9 Jun 2022 12:41:23 +0000 (14:41 +0200)] 
ci: use script

3 years agoci: run server with tests
Eduardo San Martin Morote [Thu, 9 Jun 2022 12:33:05 +0000 (14:33 +0200)] 
ci: run server with tests

3 years agotest: run on ci try
Eduardo San Martin Morote [Thu, 9 Jun 2022 12:11:24 +0000 (14:11 +0200)] 
test: run on ci try

3 years agochore: remove old selenium
Eduardo San Martin Morote [Thu, 9 Jun 2022 10:17:28 +0000 (12:17 +0200)] 
chore: remove old selenium

3 years agotest: run remote e2e tests
Eduardo San Martin Morote [Thu, 9 Jun 2022 10:16:29 +0000 (12:16 +0200)] 
test: run remote e2e tests

3 years agochore: replace yarn with pnpm in scripts
Eduardo San Martin Morote [Thu, 9 Jun 2022 09:32:23 +0000 (11:32 +0200)] 
chore: replace yarn with pnpm in scripts

3 years agotest: add type, remove unused configs
Eduardo San Martin Morote [Thu, 9 Jun 2022 09:32:09 +0000 (11:32 +0200)] 
test: add type, remove unused configs

3 years agotest: add headless chrome as default
Eduardo San Martin Morote [Thu, 9 Jun 2022 09:31:55 +0000 (11:31 +0200)] 
test: add headless chrome as default

3 years agochore: upgrade nightwatch
Eduardo San Martin Morote [Wed, 8 Jun 2022 16:49:42 +0000 (18:49 +0200)] 
chore: upgrade nightwatch

3 years agotest(e2e): start moving to nighwatch 2
Eduardo San Martin Morote [Wed, 8 Jun 2022 16:01:46 +0000 (18:01 +0200)] 
test(e2e): start moving to nighwatch 2

3 years agochore: refactor paths
Eduardo San Martin Morote [Wed, 8 Jun 2022 15:11:54 +0000 (17:11 +0200)] 
chore: refactor paths

3 years agoci: give up the size one
Eduardo San Martin Morote [Wed, 8 Jun 2022 15:04:46 +0000 (17:04 +0200)] 
ci: give up the size one

3 years agoci: size script
Eduardo San Martin Morote [Wed, 8 Jun 2022 14:52:15 +0000 (16:52 +0200)] 
ci: size script

3 years agoci: move to gh
Eduardo San Martin Morote [Wed, 8 Jun 2022 14:50:40 +0000 (16:50 +0200)] 
ci: move to gh

3 years agorefactor: move docs to package
Eduardo San Martin Morote [Wed, 8 Jun 2022 14:24:08 +0000 (16:24 +0200)] 
refactor: move docs to package

3 years agoci: fix size paths
Eduardo San Martin Morote [Wed, 8 Jun 2022 14:12:33 +0000 (16:12 +0200)] 
ci: fix size paths

3 years agoci: add missing binary option
Eduardo San Martin Morote [Wed, 8 Jun 2022 13:58:21 +0000 (15:58 +0200)] 
ci: add missing binary option

3 years agochore: move to pnpm workspaces
Eduardo San Martin Morote [Wed, 8 Jun 2022 13:58:05 +0000 (15:58 +0200)] 
chore: move to pnpm workspaces

3 years agochore: format security
Eduardo San Martin Morote [Wed, 8 Jun 2022 13:31:02 +0000 (15:31 +0200)] 
chore: format security

3 years agochore: add npmrc
Eduardo San Martin Morote [Wed, 8 Jun 2022 13:30:44 +0000 (15:30 +0200)] 
chore: add npmrc

3 years agoci: add geckodriver
Eduardo San Martin Morote [Tue, 7 Jun 2022 14:36:55 +0000 (16:36 +0200)] 
ci: add geckodriver

3 years agoci: update ci image
Eduardo San Martin Morote [Tue, 7 Jun 2022 14:23:43 +0000 (16:23 +0200)] 
ci: update ci image

3 years agochore: up TS
Eduardo San Martin Morote [Tue, 7 Jun 2022 14:21:08 +0000 (16:21 +0200)] 
chore: up TS

3 years agochore: up deps
Eduardo San Martin Morote [Tue, 7 Jun 2022 14:18:29 +0000 (16:18 +0200)] 
chore: up deps

3 years agochore: api docs
Eduardo San Martin Morote [Tue, 7 Jun 2022 12:29:04 +0000 (14:29 +0200)] 
chore: api docs

3 years agorefactor(types): better type inference for named routes
Eduardo San Martin Morote [Tue, 7 Jun 2022 14:01:16 +0000 (16:01 +0200)] 
refactor(types): better type inference for named routes