]> git.ipfire.org Git - thirdparty/vuejs/router.git/shortlog
thirdparty/vuejs/router.git
2019-08-05  Eduardo San... chore: rebuild yarn.lock
2019-08-05  dependabot... build(deps-dev): bump rollup-plugin-commonjs from 10...
2019-08-05  dependabot... build(deps-dev): bump webpack from 4.39.0 to 4.39.1
2019-08-02  dependabot... build(deps-dev): bump webpack from 4.38.0 to 4.39.0
2019-08-02  dependabot... build(deps-dev): bump rollup from 1.17.0 to 1.18.0
2019-07-30  dependabot... build(deps-dev): bump @types/jest from 24.0.15 to 24...
2019-07-29  dependabot... build(deps-dev): bump rollup-plugin-typescript2 from...
2019-07-29  dependabot... build(deps-dev): bump webpack from 4.37.0 to 4.38.0
2019-07-24  dependabot... build(deps-dev): bump webpack from 4.36.1 to 4.37.0
2019-07-19  dependabot... build(deps-dev): bump mocha from 6.1.4 to 6.2.0
2019-07-18  dependabot... build(deps-dev): bump webpack from 4.35.3 to 4.36.1
2019-07-17  Eduardo San... feat(matcher): allow case sensitive routes
2019-07-17  Eduardo San... feat(matcher): handle strict paths
2019-07-17  Eduardo San... test(matcher): check score is always different
2019-07-17  Eduardo San... fix(matcher): handle custom regexp path ranking
2019-07-17  Eduardo San... test: fix demo compilation
2019-07-17  Eduardo San... feat(matcher): add path ranking
2019-07-17  dependabot... build(deps-dev): bump rollup-plugin-typescript2 from...
2019-07-17  dependabot... build(deps-dev): bump rollup from 1.16.6 to 1.17.0
2019-07-17  dependabot... build(deps-dev): bump webpack-cli from 3.3.5 to 3.3.6
2019-07-17  dependabot... build(deps-dev): bump typescript from 3.5.2 to 3.5.3
2019-07-17  dependabot... build(deps-dev): bump webpack from 4.35.2 to 4.35.3
2019-07-17  dependabot... build(deps): [security] bump lodash from 4.17.10 to...
2019-07-17  Eduardo San... ci: add codecov
2019-07-08  Eduardo San... chore(devDeps): update deps
2019-07-08  Eduardo San... feat(hash): wip implementation of hash
2019-07-05  Eduardo San... fix(errors): fix error inheritance in IE<10
2019-07-05  Eduardo San... chore: testing watchers
2019-07-05  Eduardo San... test(explorations): export code to es3 to test on ie
2019-07-02  Eduardo San... test(link): add basic tests for router-link
2019-07-01  Eduardo San... chore(devDeps): update
2019-07-01  Eduardo San... test: add type check to test command
2019-07-01  Eduardo San... chore(test): add note about router-view tests
2019-07-01  Eduardo San... feat(view): handle nested views
2019-07-01  Eduardo San... test(view): test named views
2019-07-01  Eduardo San... refactor(types): improve matcher.spec
2019-07-01  Eduardo San... fix(types): remove many @ts-ignore
2019-07-01  Eduardo San... fix(types): ajust types in Matcher
2019-07-01  Eduardo San... refactor: matched components always contain a `componen...
2019-07-01  Eduardo San... fix(safari): workaround 100 consecutive calls of histor...
2019-06-30  Eduardo San... fix(query): fix empty query
2019-06-29  Eduardo San... test: setup tests for components
2019-06-28  Eduardo San... test: fix tsconfig for mocha tests
2019-06-28  Eduardo San... test: use History mock for router tests
2019-06-28  Eduardo San... chore: add build script
2019-06-28  Eduardo San... build: refactor build
2019-06-28  Eduardo San... build: add rollup config and basic bundling
2019-06-28  Eduardo San... chore(devDeps): update deps
2019-06-28  Eduardo San... chore: remove initial push on exploration
2019-06-28  Eduardo San... feat: handle initial navigation
2019-06-28  Eduardo San... refactor: rename matchLocation to resolveLocation
2019-06-28  Eduardo San... chore(devDeps): update
2019-06-28  Eduardo San... test: move history tests to own folder
2019-06-11  Eduardo San... test(errors): add tests for errors in history listener
2019-06-11  Eduardo San... fix(errors): avoid unhandled errors in history listener
2019-06-11  Eduardo San... fix(router): throw NavigationCancelled when it should
2019-06-11  Eduardo San... fix(history): cancel old navigations
2019-06-11  Eduardo San... test(example): log time waiting
2019-06-11  Eduardo San... fix(router): avoid in-guard redirect in new navigation...
2019-06-11  Eduardo San... test(example): add navigation cancel with checbox
2019-06-11  Eduardo San... fix(history): fix pausing between back and forward
2019-06-11  Eduardo San... feat(router): handle cancelled navigations
2019-06-07  Eduardo San... feat(link): add initial version router-link
2019-06-07  Eduardo San... fix(view): correctly freez route, matched non enumerable
2019-06-06  Eduardo San... feat: working version of simple router-view
2019-06-05  Eduardo San... wip
2019-06-05  Eduardo San... chore: add Vue to exploration
2019-06-05  Eduardo San... refactor(router): use paused property in router listener
2019-06-05  Eduardo San... feat(abstract): avoid listeners with back and forward
2019-06-05  Eduardo San... refactor: rename NavigationType NavigationDirection
2019-06-05  Eduardo San... feat(abstract): remove listeners
2019-06-05  Eduardo San... feat(abstract): listen for navigation
2019-06-04  Eduardo San... feat(abstract): move forward in history
2019-06-04  Eduardo San... fix: remove duplicate fn from rebase
2019-06-04  Eduardo San... feat(abstract): history log
2019-06-04  Eduardo San... fix: missing void type
2019-06-04  Eduardo San... chore: up deps
2019-05-29  Eduardo San... fix: preserve fullPath when redirecting in matcher
2019-05-28  Eduardo San... refactor: improve matchLocation
2019-05-28  Eduardo San... refactor: rename variable in matchLocation
2019-05-28  Eduardo San... feat: add redirectedFrom in normalized location
2019-05-25  Eduardo San... chore: up deps
2019-05-22  Eduardo San... wip: listening to history
2019-05-17  Eduardo San... chore: up deps
2019-05-17  Eduardo San... fix import type
2019-05-07  Eduardo San... chore: remove unused function
2019-05-07  Eduardo San... chore: remove todos
2019-05-06  Eduardo San... refactor: remove old TODOS
2019-05-06  Eduardo San... test: beforeEnter nested routes
2019-05-06  Eduardo San... feat: allow beforeEnter as array
2019-05-06  Eduardo San... fix: call beforeRouteLeave in right order
2019-05-06  Eduardo San... feat: call beforeRouteLeave with nested routes
2019-05-06  Eduardo San... test: refactor types
2019-05-06  Eduardo San... test: beforeRouteEnter with nested routes
2019-05-06  Eduardo San... test: test beforeRouteEnter on initial navigation neste...
2019-05-06  Eduardo San... test: add afterEach test for nested routes
2019-05-06  Eduardo San... test: assert arguments on beforeEach with nested routes
2019-05-06  Eduardo San... test: test global beforeEach on children
2019-05-06  Eduardo San... chore: add children routes for explorations
2019-05-06  Eduardo San... fix: allow empty paths children
next