]> git.ipfire.org Git - thirdparty/vuejs/router.git/shortlog
thirdparty/vuejs/router.git
2020-02-26  Eduardo San... v4.0.0-alpha.1 v4.0.0-alpha.1
2020-02-26  Eduardo San... feat: add dynamic routing at router level
2020-02-26  Eduardo San... test: add matcher test for dynamic routing
2020-02-26  Eduardo San... chore: add changelog file
2020-02-26  Eduardo San... refactor: rename createHistory and createHashHistory
2020-02-26  Eduardo San... chore: up vue
2020-02-26  迷渡chore: typo (#121)
2020-02-24  易良chore: fix typos (#114)
2020-02-24  dependabot... build(deps-dev): bump typescript from 3.7.5 to 3.8.2
2020-02-24  dependabot... build(deps-dev): bump @types/jest from 25.1.2 to 25.1.3
2020-02-24  dependabot... build(deps-dev): bump ts-jest from 25.2.0 to 25.2.1
2020-02-22  notdocs(readme): correct typo (#113)
2020-02-21  Eduardo San... chore: rename package name
2020-02-21  Eduardo San... chore: add changelog
2020-02-21  Eduardo San... docs: readme
2020-02-20  Eduardo San... docs: project structure
2020-02-20  Eduardo San... chore: use fixed version of vue@next
2020-02-18  Eduardo San... v0.0.12 v4.0.0-alpha.0
2020-02-18  Eduardo San... chore: add todo
2020-02-17  Eduardo San... feat: export Link and View
2020-02-17  Eduardo San... docs: change playground
2020-02-17  Eduardo San... feat: useRoute, useRouter
2020-02-17  Eduardo San... v0.0.11
2020-02-17  Eduardo San... chore: up deps
2020-02-17  Eduardo San... fix: remove unused exports
2020-02-16  Eduardo San... v0.0.10
2020-02-16  Eduardo San... chore: add peer dep
2020-02-16  Eduardo San... v0.0.9
2020-02-16  Eduardo San... refactor: use InjectionKeys for route and router
2020-02-14  Eduardo San... feat: allow removing children routes in matcher
2020-02-14  Eduardo San... v0.0.8
2020-02-14  Eduardo San... fix: types in package.json
2020-02-14  Eduardo San... docs: contributing guidelines
2020-02-14  Eduardo San... chore: up deps
2020-02-14  Eduardo San... chore: up rollup ts plugin
2020-02-12  Eduardo San... chore: add .github and update readme
2020-02-12  Eduardo San... feat: add redirectedFrom
2020-02-12  Eduardo San... refactor: monomorphic RouteRecordNormalized
2020-02-12  Eduardo San... feat: allow empty path match
2020-02-12  Eduardo San... refactor: types
2020-02-12  Eduardo San... chore: remove unused dep
2020-02-12  Eduardo San... refactor: rename historyquery
2020-02-12  Eduardo San... refactor: remove duplicated type
2020-02-12  Eduardo San... fix: escape regex chars
2020-02-12  Eduardo San... v0.0.7
2020-02-10  dependabot... build(deps-dev): bump codecov from 3.6.4 to 3.6.5
2020-02-10  dependabot... build(deps-dev): bump @types/webpack from 4.41.5 to...
2020-02-07  Eduardo San... test: matcher.removeRoute
2020-02-07  Eduardo San... chore: up build deps
2020-02-07  Eduardo San... chore: up deps
2020-02-06  Eduardo San... test(matcher): normalizeRecord
2020-02-06  Eduardo San... feat(matcher): allow removing records
2020-02-05  Eduardo San... refactor: use jest-mock-warn
2020-02-05  Eduardo San... refactor: applyToParams
2020-02-05  Eduardo San... test: add unit test for encoding/decoding
2020-02-05  Eduardo San... chore: remove old todos
2020-02-05  Eduardo San... refactor: move query utils out of history
2020-02-05  Eduardo San... fix: add mixin only on client
2020-02-05  Eduardo San... refactor: remove redirect normalized record
2020-02-05  Eduardo San... test: null values in queries
2020-02-05  Eduardo San... test: test empty string values in queries
2020-02-05  Eduardo San... fix: parse empty keys as null
2020-02-05  Eduardo San... feat: support loose queries with numbers
2020-02-05  Eduardo San... test: add tests for encoding
2020-02-05  Eduardo San... test: remove unused code
2020-02-05  Eduardo San... fix: encode query
2020-02-05  Eduardo San... fix: encode / decode params
2020-02-05  Eduardo San... refactor: let the router handle encoding
2020-02-05  Eduardo San... remove query normalization from history implementation
2020-02-05  Eduardo San... wip: refactoring encoding
2020-02-05  宋铄运feat: add install function to router (#106)
2020-02-03  dependabot... build(deps-dev): bump @rollup/plugin-replace from 2...
2020-02-03  dependabot... build(deps-dev): bump chromedriver from 79.0.0 to 79.0.2
2020-02-03  dependabot... build(deps-dev): bump @rollup/plugin-node-resolve from...
2020-02-03  dependabot... build(deps-dev): bump @types/webpack from 4.41.3 to...
2020-02-03  dependabot... build(deps-dev): bump webpack-dev-server from 3.10...
2020-02-03  dependabot... build(deps-dev): bump nightwatch from 1.3.3 to 1.3.4
2020-02-03  dependabot... build(deps-dev): bump codecov from 3.6.2 to 3.6.4
2020-02-03  dependabot... build(deps-dev): bump @rollup/plugin-alias from 3.0...
2020-02-03  dependabot... build(deps-dev): bump rollup from 1.30.1 to 1.31.0
2020-01-31  Eduardo San... fix: webpack build with d.ts
2020-01-31  Eduardo San... refactor: remove unused type
2020-01-31  Eduardo San... refactor: types
2020-01-31  Eduardo San... feat: wip leaving guards with composition api
2020-01-30  Eduardo San... feat(history): save scroll on leave/reload
2020-01-30  Eduardo San... refactor: remove unused code
2020-01-30  Eduardo San... refactor: remove unused code
2020-01-27  dependabot... build(deps-dev): bump nightwatch from 1.3.2 to 1.3.3
2020-01-24  Eduardo San... chore: add todos
2020-01-24  Eduardo San... refactor(link): useLink
2020-01-24  Eduardo San... feat(link): add active class
2020-01-24  Eduardo San... feat(view): handle nested views
2020-01-24  Eduardo San... test: router-view
2020-01-24  Eduardo San... test: add routerlink test
2020-01-24  Eduardo San... v0.0.6
2020-01-24  Eduardo San... chore: include dist and playground in package
2020-01-24  Eduardo San... chore: add license
2020-01-24  Eduardo San... v0.0.5
2020-01-24  Eduardo San... v0.0.4
2020-01-24  Eduardo San... build: publishing to vue-router-next
next