]> git.ipfire.org Git - thirdparty/vuejs/router.git/shortlog
thirdparty/vuejs/router.git
2020-09-09  Eduardo San... feat: wip preview, need to wait for features on vitepress feat/example-preview
2020-09-09  Eduardo San... fix(types): better type for navigate
2020-09-09  Eduardo San... docs(api): fix links
2020-09-09  Eduardo San... docs: add route matching section
2020-09-09  Eduardo San... refactor: move computed above
2020-09-08  Eduardo San... docs(api): types
2020-09-08  Eduardo San... docs(api): add missing functions
2020-09-08  Eduardo San... docs(api): add history functions
2020-09-08  Eduardo San... docs(api): add router-view
2020-09-08  Eduardo San... docs(api): add router-link
2020-09-08  Eduardo San... docs(api): initial auto generated version of docs
2020-09-08  Eduardo San... docs(api): adding docs to source code
2020-09-08  Eduardo San... docs: add missing isReady breaking change
2020-09-08  Eduardo San... docs: wip useLink
2020-09-07  dependabot... build(deps-dev): bump rollup from 2.26.9 to 2.26.10
2020-09-07  dependabot... build(deps-dev): bump nightwatch from 1.3.7 to 1.4.1
2020-09-07  dependabot... build(deps-dev): bump rollup-plugin-terser from 7.0...
2020-09-07  dependabot... build(deps-dev): bump @microsoft/api-documenter from...
2020-09-07  dependabot... build(deps-dev): bump size-limit and @size-limit/preset...
2020-09-05  dependabot... build(deps): [security] bump http-proxy from 1.18.0...
2020-09-05  Eduardo San... docs: extending RouterLink
2020-09-05  Eduardo San... test: test about extending RouterLink
2020-09-05  Eduardo San... docs: normalize links
2020-09-05  Eduardo San... chore: add blank lines readme [skip ci]
2020-09-05  Eduardo San... docs: add composition api page
2020-09-05  Eduardo San... feat(types): allow extending meta fields (#407)
2020-09-03  Eduardo San... docs: migration guide [skip ci]
2020-09-03  Eduardo San... docs: migration guide wip
2020-09-03  Eduardo San... chore: up deps
2020-09-02  Eduardo San... docs: adapt watch usage [skip ci]
2020-09-02  Eduardo San... fix(warn): correctly warn against unused next
2020-09-01  Eduardo San... release: v4.0.0-beta.9 v4.0.0-beta.9
2020-09-01  Eduardo San... build: remove postinstall
2020-09-01  Eduardo San... build: fix version in dist files [skip ci]
2020-09-01  Eduardo San... release: v4.0.0-beta.8 v4.0.0-beta.8
2020-09-01  Eduardo San... docs: add note about pathToRegexpOptions [skip ci]
2020-09-01  Eduardo San... fix(router-view): reuse saved instances in different...
2020-09-01  Eduardo San... test: add navigation type tests
2020-09-01  Eduardo San... chore: remove patreon
2020-09-01  Eduardo San... chore: todos
2020-09-01  Eduardo San... chore: up typescript
2020-09-01  Eduardo San... docs: transitions
2020-09-01  Eduardo San... docs: fetching and meta
2020-09-01  Eduardo San... docs: navigation guards
2020-09-01  Eduardo San... docs: lazy loading
2020-09-01  ruige24601test: delete duplicate test case (#449)
2020-08-31  Eduardo San... fix(types): allow components defined via defineComponen...
2020-08-31  Eduardo San... chore: up deps
2020-08-27  Eduardo San... docs: should build docs
2020-08-27  Eduardo San... build(docs): use script for netlify
2020-08-27  Eduardo San... docs: fix command
2020-08-27  Eduardo San... docs: add netlify.toml
2020-08-27  Eduardo San... docs: use patch-package to patch vite
2020-08-27  Eduardo San... chore: up deps
2020-08-25  Eduardo San... docs: add docs with vitepress
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
next