]> git.ipfire.org Git - thirdparty/vuejs/router.git/log
thirdparty/vuejs/router.git
6 years agofeat(abstract): avoid listeners with back and forward
Eduardo San Martin Morote [Wed, 5 Jun 2019 14:25:37 +0000 (16:25 +0200)] 
feat(abstract): avoid listeners with back and forward

6 years agorefactor: rename NavigationType NavigationDirection
Eduardo San Martin Morote [Wed, 5 Jun 2019 13:58:11 +0000 (15:58 +0200)] 
refactor: rename NavigationType NavigationDirection

6 years agofeat(abstract): remove listeners
Eduardo San Martin Morote [Wed, 5 Jun 2019 13:57:51 +0000 (15:57 +0200)] 
feat(abstract): remove listeners

6 years agofeat(abstract): listen for navigation
Eduardo San Martin Morote [Wed, 5 Jun 2019 13:35:17 +0000 (15:35 +0200)] 
feat(abstract): listen for navigation

6 years agofeat(abstract): move forward in history
Eduardo San Martin Morote [Tue, 4 Jun 2019 17:05:32 +0000 (19:05 +0200)] 
feat(abstract): move forward in history

6 years agofix: remove duplicate fn from rebase
Eduardo San Martin Morote [Tue, 4 Jun 2019 16:32:20 +0000 (18:32 +0200)] 
fix: remove duplicate fn from rebase

6 years agofeat(abstract): history log
Eduardo San Martin Morote [Tue, 4 Jun 2019 16:30:43 +0000 (18:30 +0200)] 
feat(abstract): history log

6 years agofix: missing void type
Eduardo San Martin Morote [Sat, 1 Jun 2019 15:27:48 +0000 (17:27 +0200)] 
fix: missing void type

6 years agochore: up deps
Eduardo San Martin Morote [Tue, 4 Jun 2019 16:23:24 +0000 (18:23 +0200)] 
chore: up deps

6 years agofix: preserve fullPath when redirecting in matcher
Eduardo San Martin Morote [Wed, 29 May 2019 10:40:38 +0000 (12:40 +0200)] 
fix: preserve fullPath when redirecting in matcher

6 years agorefactor: improve matchLocation
Eduardo San Martin Morote [Tue, 28 May 2019 18:47:03 +0000 (20:47 +0200)] 
refactor: improve matchLocation

6 years agorefactor: rename variable in matchLocation
Eduardo San Martin Morote [Tue, 28 May 2019 17:42:00 +0000 (19:42 +0200)] 
refactor: rename variable in matchLocation

6 years agofeat: add redirectedFrom in normalized location
Eduardo San Martin Morote [Tue, 28 May 2019 17:27:24 +0000 (19:27 +0200)] 
feat: add redirectedFrom in normalized location

6 years agochore: up deps
Eduardo San Martin Morote [Sat, 25 May 2019 14:02:24 +0000 (17:02 +0300)] 
chore: up deps

6 years agowip: listening to history
Eduardo San Martin Morote [Wed, 22 May 2019 06:46:17 +0000 (08:46 +0200)] 
wip: listening to history

6 years agochore: up deps
Eduardo San Martin Morote [Fri, 17 May 2019 13:16:04 +0000 (15:16 +0200)] 
chore: up deps

6 years agofix import type
Eduardo San Martin Morote [Fri, 17 May 2019 13:15:52 +0000 (15:15 +0200)] 
fix import type

6 years agochore: remove unused function
Eduardo San Martin Morote [Tue, 7 May 2019 16:13:36 +0000 (18:13 +0200)] 
chore: remove unused function

6 years agochore: remove todos
Eduardo San Martin Morote [Tue, 7 May 2019 08:40:29 +0000 (10:40 +0200)] 
chore: remove todos

6 years agorefactor: remove old TODOS
Eduardo San Martin Morote [Mon, 6 May 2019 20:28:35 +0000 (22:28 +0200)] 
refactor: remove old TODOS

6 years agotest: beforeEnter nested routes
Eduardo San Martin Morote [Mon, 6 May 2019 20:14:51 +0000 (22:14 +0200)] 
test: beforeEnter nested routes

6 years agofeat: allow beforeEnter as array
Eduardo San Martin Morote [Mon, 6 May 2019 19:47:46 +0000 (21:47 +0200)] 
feat: allow beforeEnter as array

6 years agofix: call beforeRouteLeave in right order
Eduardo San Martin Morote [Mon, 6 May 2019 19:24:59 +0000 (21:24 +0200)] 
fix: call beforeRouteLeave in right order

6 years agofeat: call beforeRouteLeave with nested routes
Eduardo San Martin Morote [Mon, 6 May 2019 19:24:14 +0000 (21:24 +0200)] 
feat: call beforeRouteLeave with nested routes

6 years agotest: refactor types
Eduardo San Martin Morote [Mon, 6 May 2019 17:58:12 +0000 (19:58 +0200)] 
test: refactor types

6 years agotest: beforeRouteEnter with nested routes
Eduardo San Martin Morote [Mon, 6 May 2019 17:54:54 +0000 (19:54 +0200)] 
test: beforeRouteEnter with nested routes

6 years agotest: test beforeRouteEnter on initial navigation nested routes
Eduardo San Martin Morote [Mon, 6 May 2019 17:15:22 +0000 (19:15 +0200)] 
test: test beforeRouteEnter on initial navigation nested routes

6 years agotest: add afterEach test for nested routes
Eduardo San Martin Morote [Mon, 6 May 2019 17:08:22 +0000 (19:08 +0200)] 
test: add afterEach test for nested routes

6 years agotest: assert arguments on beforeEach with nested routes
Eduardo San Martin Morote [Mon, 6 May 2019 17:06:39 +0000 (19:06 +0200)] 
test: assert arguments on beforeEach with nested routes

6 years agotest: test global beforeEach on children
Eduardo San Martin Morote [Mon, 6 May 2019 17:02:41 +0000 (19:02 +0200)] 
test: test global beforeEach on children

6 years agochore: add children routes for explorations
Eduardo San Martin Morote [Mon, 6 May 2019 16:52:59 +0000 (18:52 +0200)] 
chore: add children routes for explorations

6 years agofix: allow empty paths children
Eduardo San Martin Morote [Mon, 6 May 2019 16:37:55 +0000 (18:37 +0200)] 
fix: allow empty paths children

6 years agotest: matcher nested record
Eduardo San Martin Morote [Mon, 6 May 2019 16:18:22 +0000 (18:18 +0200)] 
test: matcher nested record

6 years agotest: add test for params with nested routes
Eduardo San Martin Morote [Mon, 6 May 2019 16:17:46 +0000 (18:17 +0200)] 
test: add test for params with nested routes

6 years agorefactor: remove dead code
Eduardo San Martin Morote [Mon, 6 May 2019 15:40:29 +0000 (17:40 +0200)] 
refactor: remove dead code

6 years agorefactor: remove duplicated code
Eduardo San Martin Morote [Mon, 6 May 2019 15:33:07 +0000 (17:33 +0200)] 
refactor: remove duplicated code

6 years agofix: wrong order for params resolving in matcher
Eduardo San Martin Morote [Mon, 6 May 2019 15:29:05 +0000 (17:29 +0200)] 
fix: wrong order for params resolving in matcher

6 years agochore: comments
Eduardo San Martin Morote [Mon, 6 May 2019 15:21:02 +0000 (17:21 +0200)] 
chore: comments

6 years agofeat: match nested routes with different location formats
Eduardo San Martin Morote [Mon, 6 May 2019 15:16:22 +0000 (17:16 +0200)] 
feat: match nested routes with different location formats

6 years agobuild: refactor to build esm version
Eduardo San Martin Morote [Mon, 6 May 2019 13:57:48 +0000 (15:57 +0200)] 
build: refactor to build esm version

6 years agofeat: add children suppor to matcher
Eduardo San Martin Morote [Mon, 6 May 2019 13:42:48 +0000 (15:42 +0200)] 
feat: add children suppor to matcher

6 years agotest: add remove guards test
Eduardo San Martin Morote [Mon, 6 May 2019 10:29:45 +0000 (12:29 +0200)] 
test: add remove guards test

6 years agofeat: throw with invalid redirect
Eduardo San Martin Morote [Mon, 6 May 2019 10:09:42 +0000 (12:09 +0200)] 
feat: throw with invalid redirect

6 years agotest: better mocha snapshot matching
Eduardo San Martin Morote [Mon, 6 May 2019 10:09:16 +0000 (12:09 +0200)] 
test: better mocha snapshot matching

6 years agotest: fix types
Eduardo San Martin Morote [Mon, 6 May 2019 09:27:35 +0000 (11:27 +0200)] 
test: fix types

6 years agochore: update deps
Eduardo San Martin Morote [Sat, 4 May 2019 11:16:48 +0000 (13:16 +0200)] 
chore: update deps

6 years agofeat(matcher): handle redirect in rout records
Eduardo San Martin Morote [Fri, 3 May 2019 19:43:14 +0000 (21:43 +0200)] 
feat(matcher): handle redirect in rout records

6 years agotypes: add redirect option to routerecord
Eduardo San Martin Morote [Fri, 3 May 2019 15:21:24 +0000 (17:21 +0200)] 
types: add redirect option to routerecord

6 years agofeat: allow redirect in next
Eduardo San Martin Morote [Fri, 3 May 2019 14:18:14 +0000 (16:18 +0200)] 
feat: allow redirect in next

6 years agowip: add types for redirect in next
Eduardo San Martin Morote [Thu, 2 May 2019 20:54:34 +0000 (22:54 +0200)] 
wip: add types for redirect in next

6 years agochore: add comments
Eduardo San Martin Morote [Thu, 2 May 2019 20:49:07 +0000 (22:49 +0200)] 
chore: add comments

6 years agotest: ignore index.ts in coverage
Eduardo San Martin Morote [Thu, 2 May 2019 20:41:21 +0000 (22:41 +0200)] 
test: ignore index.ts in coverage

6 years agotest: check beforeEnter, same component
Eduardo San Martin Morote [Thu, 2 May 2019 20:41:09 +0000 (22:41 +0200)] 
test: check beforeEnter, same component

6 years agotest: refactor using noGuard
Eduardo San Martin Morote [Thu, 2 May 2019 20:40:53 +0000 (22:40 +0200)] 
test: refactor using noGuard

6 years agofeat: allow named views
Eduardo San Martin Morote [Thu, 2 May 2019 20:23:06 +0000 (22:23 +0200)] 
feat: allow named views

6 years agotest: refactor using noGuard util
Eduardo San Martin Morote [Thu, 2 May 2019 20:04:45 +0000 (22:04 +0200)] 
test: refactor using noGuard util

6 years agorefactor: extractComponentGuards
Eduardo San Martin Morote [Thu, 2 May 2019 15:30:59 +0000 (17:30 +0200)] 
refactor: extractComponentGuards

6 years agofeat: basic beforeRouteUpdate
Eduardo San Martin Morote [Thu, 2 May 2019 13:58:59 +0000 (15:58 +0200)] 
feat: basic beforeRouteUpdate

6 years agofeat: type components for a route record
Eduardo San Martin Morote [Thu, 2 May 2019 13:43:01 +0000 (15:43 +0200)] 
feat: type components for a route record

6 years agodocs: add docs to typings so they appear on vscode
Eduardo San Martin Morote [Thu, 2 May 2019 13:04:48 +0000 (15:04 +0200)] 
docs: add docs to typings so they appear on vscode

6 years agotest: add test with lazy loaded beforeRouteLeave
Eduardo San Martin Morote [Thu, 2 May 2019 13:04:35 +0000 (15:04 +0200)] 
test: add test with lazy loaded beforeRouteLeave

6 years agochore: refactor utils in test
Eduardo San Martin Morote [Thu, 2 May 2019 10:55:33 +0000 (12:55 +0200)] 
chore: refactor utils in test

6 years agofeat: prevent calling before enter guards on reused views
Eduardo San Martin Morote [Thu, 2 May 2019 10:55:22 +0000 (12:55 +0200)] 
feat: prevent calling before enter guards on reused views

6 years agofeat: call beforeRouteLeave
Eduardo San Martin Morote [Thu, 2 May 2019 10:05:50 +0000 (12:05 +0200)] 
feat: call beforeRouteLeave

6 years agotest: fix beforeEach tests
Eduardo San Martin Morote [Thu, 2 May 2019 10:05:15 +0000 (12:05 +0200)] 
test: fix beforeEach tests

6 years agochore: comments
Eduardo San Martin Morote [Thu, 2 May 2019 08:41:58 +0000 (10:41 +0200)] 
chore: comments

6 years agofeat: add replace option to push
Eduardo San Martin Morote [Wed, 1 May 2019 16:07:15 +0000 (18:07 +0200)] 
feat: add replace option to push

6 years agochore: refactor tests for replace
Eduardo San Martin Morote [Wed, 1 May 2019 15:49:01 +0000 (17:49 +0200)] 
chore: refactor tests for replace

6 years agochore: fix tests names
Eduardo San Martin Morote [Wed, 1 May 2019 15:26:25 +0000 (17:26 +0200)] 
chore: fix tests names

6 years agochore: rename tests
Eduardo San Martin Morote [Wed, 1 May 2019 15:22:14 +0000 (17:22 +0200)] 
chore: rename tests

6 years agotest: add pending tests for guards
Eduardo San Martin Morote [Wed, 1 May 2019 13:52:12 +0000 (15:52 +0200)] 
test: add pending tests for guards

6 years agofeat: resolve async components
Eduardo San Martin Morote [Wed, 1 May 2019 13:52:00 +0000 (15:52 +0200)] 
feat: resolve async components

6 years agofeat: add per component beforeRouteEnter
Eduardo San Martin Morote [Wed, 1 May 2019 13:23:59 +0000 (15:23 +0200)] 
feat: add per component beforeRouteEnter

6 years agofeat: add beforeEnter
Eduardo San Martin Morote [Wed, 1 May 2019 12:48:31 +0000 (14:48 +0200)] 
feat: add beforeEnter

6 years agochore: rename tests
Eduardo San Martin Morote [Wed, 1 May 2019 09:34:37 +0000 (11:34 +0200)] 
chore: rename tests

6 years agotest: no afterGuard if navigation is cancelled
Eduardo San Martin Morote [Wed, 1 May 2019 09:30:02 +0000 (11:30 +0200)] 
test: no afterGuard if navigation is cancelled

6 years agoafter guards
Eduardo San Martin Morote [Tue, 30 Apr 2019 21:27:11 +0000 (23:27 +0200)] 
after guards

6 years agochore: add second guard to exploration
Eduardo San Martin Morote [Mon, 29 Apr 2019 09:37:00 +0000 (11:37 +0200)] 
chore: add second guard to exploration

6 years agofix: wait when calling guards
Eduardo San Martin Morote [Fri, 19 Apr 2019 11:59:51 +0000 (13:59 +0200)] 
fix: wait when calling guards

6 years agotest: test beforeEach hook
Eduardo San Martin Morote [Thu, 18 Apr 2019 16:54:07 +0000 (18:54 +0200)] 
test: test beforeEach hook

6 years agofeat: add beforeEach
Eduardo San Martin Morote [Thu, 18 Apr 2019 16:53:47 +0000 (18:53 +0200)] 
feat: add beforeEach

6 years agorefactor: prevent one function call
Eduardo San Martin Morote [Tue, 16 Apr 2019 16:57:31 +0000 (18:57 +0200)] 
refactor: prevent one function call

6 years agofeat(types): stricter query in normalized route
Eduardo San Martin Morote [Tue, 16 Apr 2019 16:52:57 +0000 (18:52 +0200)] 
feat(types): stricter query in normalized route

6 years agotest: test normalizeLocation
Eduardo San Martin Morote [Tue, 16 Apr 2019 16:40:58 +0000 (18:40 +0200)] 
test: test normalizeLocation

6 years agotest: add test for query
Eduardo San Martin Morote [Tue, 16 Apr 2019 16:35:49 +0000 (18:35 +0200)] 
test: add test for query

6 years agotest: add strigifyURL tests
Eduardo San Martin Morote [Tue, 16 Apr 2019 16:32:38 +0000 (18:32 +0200)] 
test: add strigifyURL tests

6 years agotest: test errors in matcher
Eduardo San Martin Morote [Tue, 16 Apr 2019 16:04:34 +0000 (18:04 +0200)] 
test: test errors in matcher

6 years agotest: allow inline snapshot testing with mocha
Eduardo San Martin Morote [Tue, 16 Apr 2019 15:57:13 +0000 (17:57 +0200)] 
test: allow inline snapshot testing with mocha

6 years agochore: fix package script
Eduardo San Martin Morote [Tue, 16 Apr 2019 15:24:02 +0000 (17:24 +0200)] 
chore: fix package script

6 years agofeat allow relative navigation with query or hash params
Eduardo San Martin Morote [Tue, 16 Apr 2019 15:17:05 +0000 (17:17 +0200)] 
feat allow relative navigation with query or hash params

6 years agofeat: change currentLocation in router instance with user navigation
Eduardo San Martin Morote [Tue, 16 Apr 2019 15:02:03 +0000 (17:02 +0200)] 
feat: change currentLocation in router instance with user navigation

6 years agofeat: push entry to history
Eduardo San Martin Morote [Tue, 16 Apr 2019 14:58:36 +0000 (16:58 +0200)] 
feat: push entry to history

6 years agorefactor: properly handle query and hash in history
Eduardo San Martin Morote [Tue, 16 Apr 2019 14:44:21 +0000 (16:44 +0200)] 
refactor: properly handle query and hash in history

6 years agowip router.push
Eduardo San Martin Morote [Tue, 16 Apr 2019 13:05:17 +0000 (15:05 +0200)] 
wip router.push

6 years agotest: test with non named locations
Eduardo San Martin Morote [Tue, 16 Apr 2019 11:14:22 +0000 (13:14 +0200)] 
test: test with non named locations

6 years agofeat: use existing params
Eduardo San Martin Morote [Tue, 16 Apr 2019 11:04:31 +0000 (13:04 +0200)] 
feat: use existing params

6 years agofeat: handle basic matching
Eduardo San Martin Morote [Tue, 16 Apr 2019 10:58:50 +0000 (12:58 +0200)] 
feat: handle basic matching

6 years agocomments
Eduardo San Martin Morote [Tue, 16 Apr 2019 10:58:19 +0000 (12:58 +0200)] 
comments

6 years agohandle arrays in strigify query
Eduardo San Martin Morote [Tue, 16 Apr 2019 08:29:50 +0000 (10:29 +0200)] 
handle arrays in strigify query

6 years agoarrays query
Eduardo San Martin Morote [Mon, 15 Apr 2019 19:31:16 +0000 (21:31 +0200)] 
arrays query