]> git.ipfire.org Git - thirdparty/vuejs/router.git/shortlog
thirdparty/vuejs/router.git
2020-04-29  Eduardo San... test: add tsd
2020-04-29  Eduardo San... refactor: rename PathParserOptions
2020-04-29  Eduardo San... fix: default matcher options
2020-04-29  Eduardo San... test: fix type
2020-04-29  Eduardo San... refactor: spread matcher options in route records
2020-04-29  Eduardo San... fix(link): make alias of empty child active
2020-04-29  Eduardo San... feat(link): make empty child active with adjacent children
2020-04-29  Eduardo San... chore: remove outdated TODO
2020-04-29  Eduardo San... test: context with beforeRouteUpdate
2020-04-29  Eduardo San... feat(router): add global pathOptions
2020-04-29  Eduardo San... docs: relative paths
2020-04-29  Eduardo San... feat: resolve relative paths
2020-04-28  Eduardo San... test: distance -> delta
2020-04-28  Eduardo San... refactor: rename distance to delta
2020-04-28  Eduardo San... docs: add missing hyphen
2020-04-28  Eduardo San... fix: encode hash
2020-04-28  Eduardo San... docs: onBeforeRoute*
2020-04-28  Eduardo San... feat: add onBeforeRouteUpdate
2020-04-28  Eduardo San... test: test onBeforeRouteLeave
2020-04-28  Eduardo San... chore: up subdeps
2020-04-28  Eduardo San... chore: up rollup
2020-04-28  Eduardo San... chore: upgrade lint-staged
2020-04-28  Eduardo San... chore: up vue
2020-04-28  Eduardo San... chore: use issue template config
2020-04-27  Eduardo San... chore: add dep
2020-04-27  Eduardo San... chore: add size-limit
2020-04-27  dependabot... build(deps-dev): bump @types/webpack-env from 1.15...
2020-04-27  dependabot... build(deps-dev): bump ts-node from 8.8.2 to 8.9.1
2020-04-27  dependabot... build(deps-dev): bump @microsoft/api-documenter from...
2020-04-27  dependabot... build(deps-dev): bump css-loader from 3.5.2 to 3.5.3
2020-04-27  dependabot... build(deps-dev): bump webpack from 4.42.1 to 4.43.0
2020-04-27  dependabot... build(deps-dev): bump style-loader from 1.1.4 to 1.2.0
2020-04-24  Eduardo San... refactor: remove async/await usage from lib
2020-04-24  Eduardo San... refactor: use shallowRef
2020-04-24  Eduardo San... test: fix failing tests
2020-04-24  Eduardo San... refactor: flatten src folder
2020-04-24  Eduardo San... refactor: Link and View renamed to RouterLink and Route...
2020-04-24  Eduardo San... refactor: move install to its own function
2020-04-24  Eduardo San... chore: remove unused file
2020-04-24  Eduardo San... feat: add navigation duplicated failure
2020-04-24  Eduardo San... test: fix failing test
2020-04-24  Eduardo San... chore: upgrade prettier
2020-04-24  Eduardo San... types(history): allow undefined in state
2020-04-24  Eduardo San... docs: note about transition and initial navigation
2020-04-24  Eduardo San... chore: ignore logs
2020-04-24  Eduardo San... feat(scroll): handle scroll on reload
2020-04-23  Eduardo San... docs: add note about relative redirect
2020-04-22  Eduardo San... fix(matcher): merge params
2020-04-22  Eduardo San... fix(router): make redirect relative to target location
2020-04-22  Eduardo San... perf: use index access for strings
2020-04-22  Eduardo San... docs: add missing v-if
2020-04-22  Eduardo San... docs: add changes
2020-04-22  Eduardo San... feat(router): add beforeResolve
2020-04-22  Eduardo San... test: add pending tests
2020-04-22  Eduardo San... test: refactor e2e as integration
2020-04-22  Eduardo San... docs: add missing dash
2020-04-22  Eduardo San... test: remove warning
2020-04-22  Eduardo San... refactor: rename files to camelCase
2020-04-22  Austin Akerstest: refactor guards context test (#177)
2020-04-21  Eduardo San... docs: add tsdoc for options
2020-04-21  Eduardo San... refactor(utils): move location utils to its file
2020-04-21  Eduardo San... fix(view): render slot with no match
2020-04-21  Eduardo San... chore: up vue
2020-04-21  Eduardo San... feat(router): add back,forward,go
2020-04-21  Eduardo San... fix(link): preserve the alias path
2020-04-20  Eduardo San... docs: add named views playground
2020-04-20  Eduardo San... docs: improve missing section
2020-04-20  Eduardo San... fix(guards): preserve navigation options when redirecting
2020-04-20  Eduardo San... fix(router): preserve navigation options with redirects
2020-04-20  Eduardo San... fix(html5): correctly preserve current history.state
2020-04-20  Eduardo San... ci: build release tags
2020-04-20  dependabot... build(deps-dev): bump @types/webpack from 4.41.11 to...
2020-04-20  dependabot... build(deps-dev): bump jest from 25.3.0 to 25.4.0
2020-04-20  dependabot... build(deps-dev): bump @rollup/plugin-replace from 2...
2020-04-20  dependabot... build(deps-dev): bump lint-staged from 10.1.3 to 10.1.6
2020-04-20  dependabot... build(deps-dev): bump ts-loader from 7.0.0 to 7.0.1
2020-04-20  Eduardo San... docs: add codesandbox link
2020-04-17  Eduardo San... release: v4.0.0-alpha.7 v4.0.0-alpha.7
2020-04-17  Eduardo San... docs: typo
2020-04-17  Eduardo San... feat: add `$route` and `$router` types
2020-04-17  Eduardo San... feat: add guards types
2020-04-17  Eduardo San... feat: refactor navigation to comply with vuejs/rfcs#150
2020-04-17  Eduardo San... release: v4.0.0-alpha.6 v4.0.0-alpha.6
2020-04-17  Eduardo San... types(router): mark history and currentRoute as readonly
2020-04-17  Eduardo San... refactor(router): merge createHref into resolve
2020-04-17  Eduardo San... refactor: add mixin only on browser
2020-04-17  Eduardo San... chore: up deps
2020-04-17  Eduardo San... chore: up vue
2020-04-16  Eduardo San... build: temporarily add node@12 types
2020-04-16  Eduardo San... feat: add this.$route
2020-04-16  Eduardo San... chore: up vue deps
2020-04-16  Eduardo San... refactor(history): remove back/forward from private...
2020-04-16  Eduardo San... feat: add this.$router
2020-04-16  Eduardo San... docs: mention other breaking changes
2020-04-16  Eduardo San... refactor(view): replace useView with a prop
2020-04-15  Eduardo San... ci: run firefox
2020-04-15  Eduardo San... fix(scroll): only apply on browser
2020-04-15  Eduardo San... feat(scroll): handle scroll on popstate
2020-04-15  Eduardo San... test: refactor e2e config
2020-04-15  Eduardo San... test: modify e2e tests to work on safari
next