]> git.ipfire.org Git - thirdparty/vuejs/router.git/shortlog
thirdparty/vuejs/router.git
2020-03-27  Eduardo San... test: remove duplicated cases for replace
2020-03-27  Eduardo San... docs: document utils/query.ts
2020-03-27  Eduardo San... chore: ignore generated folders
2020-03-27  Eduardo San... chore: fix yarn.lock
2020-03-27  Eduardo San... chore: fix deps to older vue for the moment
2020-03-26  Eduardo San... chore: fix yarn.lock
2020-03-26  Eduardo San... refactor: remove Immutable usage
2020-03-26  Eduardo San... test: fix after change
2020-03-26  Eduardo San... feat: improve route access
2020-03-25  Eduardo San... chore: up deps
2020-03-25  Eduardo San... test: fix tests
2020-03-24  Eduardo San... feat: allow passing state to history
2020-03-24  Eduardo San... test: reactive unit test
2020-03-24  Eduardo San... feat(history): expose state on html5
2020-03-24  Eduardo San... test: add more for modals
2020-03-24  Eduardo San... test(e2e): fix tsconfig
2020-03-24  Eduardo San... test: add modal sample
2020-03-24  Eduardo San... feat(view): useView to customize router-view
2020-03-24  Eduardo San... fix(history): use current history state when replacing
2020-03-23  Eduardo San... fix: export more types
2020-03-23  Eduardo San... chore: remove outdated TODO
2020-03-23  dependabot... build(deps-dev): bump rollup from 2.0.6 to 2.1.0
2020-03-23  dependabot... build(deps-dev): bump ts-node from 8.6.2 to 8.8.1
2020-03-23  dependabot... build(deps-dev): bump @types/webpack from 4.41.7 to...
2020-03-23  dependabot... build(deps-dev): bump @microsoft/api-extractor from...
2020-03-23  dependabot... build(deps-dev): bump ts-loader from 6.2.1 to 6.2.2
2020-03-22  Eduardo San... docs: improve tsdoc
2020-03-22  Eduardo San... refactor: use symbols for properties
2020-03-22  Eduardo San... chore: add absolute nested aliases in playground
2020-03-22  Eduardo San... test: add pending tets
2020-03-22  Eduardo San... fix(guards): free instances only if navigation is confirmed
2020-03-19  Eduardo San... fix(hash): fix base position for hash routing
2020-03-19  Eduardo San... test: fix e2e paths
2020-03-19  Eduardo San... refactor: move examples into e2e
2020-03-19  Eduardo San... fix: initial location with base
2020-03-19  Eduardo San... test(e2e): setup e2e tests
2020-03-18  Eduardo San... feat: invoke guards with the right context
2020-03-18  宋铄运refactor: error with enum types (#123)
2020-03-18  Eduardo San... chore: up vue
2020-03-17  Eduardo San... test: improve parseQuery test
2020-03-17  Eduardo San... feat: allow true in `next`
2020-03-17  Austin Akersfeat(router): support custom parseQuery and stringifyQu...
2020-03-16  Eduardo San... test: add tests for in component guards
2020-03-16  Eduardo San... test: refactor
2020-03-16  Eduardo San... test: guards with async components
2020-03-16  Eduardo San... test: test async components
2020-03-16  Eduardo San... test: fix types
2020-03-16  Eduardo San... feat: lazy loading
2020-03-16  Eduardo San... test: refactor spies
2020-03-16  Eduardo San... test: redirect and redirectedFrom
2020-03-16  Eduardo San... feat(view): allow passing props as a function
2020-03-16  Eduardo San... feat(view): allow props as object in record
2020-03-15  Eduardo San... ci: remove redundant git add
2020-03-15  Vinayak Kulkarnibuild: add commit lint (#111)
2020-03-15  Eduardo San... docs: use props in user page
2020-03-15  Eduardo San... test: fix missing props
2020-03-15  Eduardo San... feat(view): add props option as boolean
2020-03-15  Eduardo San... docs: data fetching with suspense
2020-03-15  Eduardo San... refactor: fix type in navigation guard
2020-03-14  Eduardo San... fix(router): prevent duplicated navigation on aliases
2020-03-14  Eduardo San... test(matcher): add more tests for aliases
2020-03-14  Eduardo San... test(matcher): test multiple children
2020-03-14  Eduardo San... feat(matcher): remove aliases alongside the original...
2020-03-14  Eduardo San... chore(changelog): 4.0.0-alpha.3
2020-03-14  Eduardo San... v4.0.0-alpha.3 v4.0.0-alpha.3
2020-03-14  Eduardo San... build: rollup dts
2020-03-14  Eduardo San... chore(changelog): 4.0.0-alpha.2
2020-03-14  Eduardo San... v4.0.0-alpha.2 v4.0.0-alpha.2
2020-03-14  Eduardo San... chore: up deps
2020-03-13  dependabot... build(deps): [security] bump acorn from 6.4.0 to 6.4.1
2020-03-13  Eduardo San... build: api-extractor
2020-03-13  Eduardo San... chore: up rollup
2020-03-13  Eduardo San... chore: add more testing links
2020-03-13  Eduardo San... test: add tests for aliases
2020-03-13  Eduardo San... refactor: remove extra type
2020-03-13  Eduardo San... test: update tests fixtures
2020-03-13  Eduardo San... fix(link): allow attrs to override behavior
2020-03-13  Eduardo San... feat(matcher): link aliases to their original record
2020-03-12  Eduardo San... test(link): active + alias
2020-03-12  Eduardo San... chore: add more aliases to playground
2020-03-12  Eduardo San... fix(link): navigate to the alias path
2020-03-12  wietsevafix(link): allow custom classes (#134)
2020-03-12  Eduardo San... chore: up deps
2020-03-08  Eduardo San... chore: up deps
2020-03-06  Clémentchore: fix typo (#130)
2020-03-05  Eduardo San... chore: up deps
2020-03-03  Eduardo San... fix(history): correct url when replacing current location
2020-03-02  dependabot... build(deps-dev): bump rollup from 1.31.1 to 1.32.0
2020-03-02  dependabot... build(deps-dev): bump typescript from 3.8.2 to 3.8.3
2020-03-02  dependabot... build(deps-dev): bump @types/webpack from 4.41.6 to...
2020-03-01  Eduardo San... test: add missing route
2020-03-01  Eduardo San... feat: add aliasOf to normalized records
2020-02-29  Eduardo San... test: test initial navigation to /
2020-02-28  Eduardo San... fix(link): non active repeatable params
2020-02-28  Eduardo San... test: add todo tests
2020-02-28  Eduardo San... refactor(link): pass down everything from useLink
2020-02-28  Eduardo San... feat: handle active/exact in Link
2020-02-26  Eduardo San... build: add release script
2020-02-26  Eduardo San... build: fix changelog script
2020-02-26  Eduardo San... chore(changelog): 4.0.0-alpha.1
next