]> git.ipfire.org Git - thirdparty/vuejs/router.git/shortlog
thirdparty/vuejs/router.git
2020-08-24  Eduardo San... refactor: fix older edge dev builds
2020-08-24  Eduardo San... chore: add comment [skip ci]
2020-08-24  Eduardo San... refactor: avoid double filtering of arrays for guards
2020-08-24  Eduardo San... refactor: replace spread with assign
2020-08-24  dependabot... build(deps-dev): bump jest from 26.4.0 to 26.4.2
2020-08-24  dependabot... build(deps-dev): bump size-limit and @size-limit/preset...
2020-08-24  dependabot... build(deps-dev): bump rollup from 2.26.3 to 2.26.5
2020-08-24  dependabot... build(deps-dev): bump ts-jest from 26.1.4 to 26.2.0
2020-08-24  dependabot... build(deps-dev): bump @microsoft/api-documenter from...
2020-08-23  Eduardo San... refactor(types): jsx attrs types
2020-08-23  Eduardo San... fix(types): add HTML attributes for JSX
2020-08-19  Eduardo San... release: v4.0.0-beta.7 v4.0.0-beta.7
2020-08-17  dependabot... build(deps-dev): bump jest from 26.2.2 to 26.4.0
2020-08-17  dependabot... build(deps-dev): bump rollup from 2.23.1 to 2.26.3
2020-08-17  dependabot... build(deps-dev): bump @microsoft/api-documenter from...
2020-08-17  dependabot... build(deps-dev): bump @types/jest from 26.0.9 to 26...
2020-08-17  dependabot... build(deps-dev): bump vue-loader from 16.0.0-beta.4...
2020-08-17  dependabot... build(deps-dev): bump conventional-changelog-cli from...
2020-08-12  Eduardo San... fix(types): append declare module
2020-08-12  Eduardo San... types: export augmented interfaces
2020-08-10  dependabot... build(deps-dev): bump rollup from 2.23.0 to 2.23.1
2020-08-10  dependabot... build(deps-dev): bump size-limit and @size-limit/preset...
2020-08-10  dependabot... build(deps-dev): bump @microsoft/api-documenter from...
2020-08-10  dependabot... build(deps-dev): bump @types/jest from 26.0.8 to 26.0.9
2020-08-10  dependabot... build(deps-dev): bump rollup-plugin-typescript2 from...
2020-08-10  dependabot... build(deps-dev): bump css-loader from 4.2.0 to 4.2.1
2020-08-07  Pinefix(vetur): update tags/attributes definition (#408)
2020-08-06  Eduardo San... test: move warning test to its own spec
2020-08-06  Eduardo San... feat(warn): warn against infinite redirections
2020-08-06  Eduardo San... chore: add comment [skip ci]
2020-08-06  Eduardo San... fix(encoding): encode partial params
2020-08-06  Eduardo San... fix(matcher): avoid trailing slash with optional params
2020-08-05  dependabot... build(deps-dev): bump vue, @vue/compiler-sfc and @vue...
2020-08-05  Eduardo San... build(deps-dev): bump chromedriver from 83.0.1 to 84...
2020-08-05  dependabot... build(deps-dev): bump css-loader from 3.6.0 to 4.2...
2020-08-05  Eduardo San... docs: add rfc links in readme
2020-08-05  Eduardo San... test(types): use ts instead of tsd
2020-08-05  Eduardo San... chore: remove old tsdoc
2020-08-05  Eduardo San... release: v4.0.0-beta.6 v4.0.0-beta.6
2020-08-05  Eduardo San... test: fix failing tests
2020-08-05  Eduardo San... test(router-link): add test regarding aria-current
2020-08-05  Eduardo San... feat(router-link): add ariaCurrentValue prop
2020-08-04  Eduardo San... docs: add more breaking changes notes
2020-08-04  Eduardo San... feat: add Vetur support
2020-08-04  Eduardo San... chore: add todo about optional params
2020-08-04  Eduardo San... fix(router): stack overflow with redirect
2020-08-04  Eduardo San... docs: add breaking change not about parent
2020-08-03  Eduardo San... build: format changelog [skip ci]
2020-08-03  Eduardo San... release: v4.0.0-beta.5 v4.0.0-beta.5
2020-08-03  Eduardo San... feat: resolve simple relative links
2020-08-03  Eduardo San... docs: move encoding to improvements [skip ci]
2020-08-03  dependabot... build(deps-dev): bump jest from 26.1.0 to 26.2.2
2020-08-03  dependabot... build(deps-dev): bump webpack from 4.44.0 to 4.44.1
2020-08-03  dependabot... build(deps-dev): bump ts-jest from 26.1.3 to 26.1.4
2020-08-03  dependabot... build(deps-dev): bump @types/jest from 26.0.7 to 26.0.8
2020-08-03  dependabot... build(deps-dev): bump ts-loader from 8.0.1 to 8.0.2
2020-08-03  Eduardo San... chore: expose createRouterMatcher as internal
2020-08-03  Eduardo San... feat(url): simple resolve relative location
2020-08-03  Eduardo San... docs: add note about encoding
2020-07-31  Eduardo San... docs: add note about transition and keepalive
2020-07-31  Eduardo San... refactor(guards): correctly chain promises
2020-07-31  Eduardo San... feat(warn): warn if guard returns without calling next
2020-07-30  Eduardo San... chore: add todo$
2020-07-29  dependabot... build(deps): [security] bump elliptic from 6.5.2 to...
2020-07-28  Austin Akersdocs: update status (#395)
2020-07-27  dependabot... build(deps-dev): bump chromedriver from 83.0.1 to 84.0.1 391/head
2020-07-27  dependabot... build(deps-dev): bump @types/jest from 26.0.5 to 26.0.7
2020-07-27  dependabot... build(deps-dev): bump codecov from 3.7.1 to 3.7.2
2020-07-27  dependabot... build(deps-dev): bump nightwatch from 1.3.6 to 1.3.7
2020-07-27  dependabot... build(deps-dev): bump rollup from 2.22.1 to 2.23.0
2020-07-27  dependabot... build(deps-dev): bump webpack from 4.43.0 to 4.44.0
2020-07-25  Eduardo San... release: v4.0.0-beta.4 v4.0.0-beta.4
2020-07-24  Eduardo San... test(router-view): test v-slot
2020-07-24  Eduardo San... fix(router-view): render the slot when there is no...
2020-07-24  瓦姆乌·湫曗fix: work on Edge by adding an argument to catch (...
2020-07-21  Eduardo San... release: v4.0.0-beta.3 v4.0.0-beta.3
2020-07-21  Eduardo San... docs: remove extra content
2020-07-21  Eduardo San... docs: add more tsdocs
2020-07-21  weihaiyurefactor(guards): optimize with one single for loop...
2020-07-21  Eduardo San... feat(errors): export isNavigationFailure
2020-07-21  Eduardo San... types(guards): allow to return values in guards
2020-07-21  Eduardo San... feat(guards): allow guards to return a value instead...
2020-07-21  dependabot... build(deps): bump lodash from 4.17.15 to 4.17.19 (...
2020-07-21  Eduardo San... fix(guards): skip update and leave guards of unmounted...
2020-07-21  Eduardo San... fix(guards): remove registered update guards after...
2020-07-21  Eduardo San... test(guards): test onBeforeRouteLeave are removed
2020-07-21  Eduardo San... feat(guards): wip context support in multi apps
2020-07-21  Eduardo San... fix(guards): call beforeRouteEnter once per named view
2020-07-21  Eduardo San... docs: add comments
2020-07-20  Eduardo San... fix(hash): allow url to contain search params before...
2020-07-20  Eduardo San... chore: up deps
2020-07-17  Eduardo San... ci: add size-limit action (#376)
2020-07-17  Eduardo San... build: clear build cache
2020-07-16  uuoocckk-983test(__tests__/RouterLink.spec): add not match repeated...
2020-07-15  zMousetest(warns): add a warning test when `next` is called...
2020-07-13  dependabot... build(deps-dev): bump @rollup/plugin-commonjs from...
2020-07-13  dependabot... build(deps-dev): bump chromedriver from 83.0.0 to 83.0.1
2020-07-13  dependabot... build(deps-dev): bump @rollup/plugin-node-resolve from...
2020-07-12  Eduardo San... chore: move issue template folder
2020-07-12  Eduardo San... chore: fix issue template
next