]> git.ipfire.org Git - thirdparty/vuejs/router.git/shortlog
thirdparty/vuejs/router.git
2019-05-02  Eduardo San... test: fix beforeEach tests
2019-05-02  Eduardo San... chore: comments
2019-05-01  Eduardo San... feat: add replace option to push
2019-05-01  Eduardo San... chore: refactor tests for replace
2019-05-01  Eduardo San... chore: fix tests names
2019-05-01  Eduardo San... chore: rename tests
2019-05-01  Eduardo San... test: add pending tests for guards
2019-05-01  Eduardo San... feat: resolve async components
2019-05-01  Eduardo San... feat: add per component beforeRouteEnter
2019-05-01  Eduardo San... feat: add beforeEnter
2019-05-01  Eduardo San... chore: rename tests
2019-05-01  Eduardo San... test: no afterGuard if navigation is cancelled
2019-04-30  Eduardo San... after guards
2019-04-29  Eduardo San... chore: add second guard to exploration
2019-04-19  Eduardo San... fix: wait when calling guards
2019-04-18  Eduardo San... test: test beforeEach hook
2019-04-18  Eduardo San... feat: add beforeEach
2019-04-16  Eduardo San... refactor: prevent one function call
2019-04-16  Eduardo San... feat(types): stricter query in normalized route
2019-04-16  Eduardo San... test: test normalizeLocation
2019-04-16  Eduardo San... test: add test for query
2019-04-16  Eduardo San... test: add strigifyURL tests
2019-04-16  Eduardo San... test: test errors in matcher
2019-04-16  Eduardo San... test: allow inline snapshot testing with mocha
2019-04-16  Eduardo San... chore: fix package script
2019-04-16  Eduardo San... feat allow relative navigation with query or hash params
2019-04-16  Eduardo San... feat: change currentLocation in router instance with...
2019-04-16  Eduardo San... feat: push entry to history
2019-04-16  Eduardo San... refactor: properly handle query and hash in history
2019-04-16  Eduardo San... wip router.push
2019-04-16  Eduardo San... test: test with non named locations
2019-04-16  Eduardo San... feat: use existing params
2019-04-16  Eduardo San... feat: handle basic matching
2019-04-16  Eduardo San... comments
2019-04-16  Eduardo San... handle arrays in strigify query
2019-04-15  Eduardo San... arrays query
2019-04-15  Eduardo San... refactor: rename href property
2019-04-13  Eduardo San... chore: remove old packages
2019-04-13  Eduardo San... chore: add test script
2019-04-13  Eduardo San... test: use js for tests, much faster
2019-04-12  Eduardo San... use test files in js because it is much faster
2019-04-12  Eduardo San... support mocha for tests
2019-04-12  Eduardo San... wip
2019-04-12  Eduardo San... chore: update deps
2019-04-11  Eduardo San... test: add tests for parseURL
2019-04-11  Eduardo San... fix: use only one popstate listener
2019-04-11  Eduardo San... refactor history state
2019-04-11  Eduardo San... chore: changed example dist folder
2019-04-11  Eduardo San... refactor: use named exports
2019-04-11  Eduardo San... chore: add jest
2019-04-05  Eduardo San... rename utils
2019-04-05  Eduardo San... refactor types
2019-04-04  Eduardo San... more matching
2019-03-29  Eduardo San... wip: resolving in matcher
2019-03-29  Eduardo San... chore(deps): up
2019-03-29  Eduardo San... wip: RouterMatcher
2019-03-29  Eduardo San... chore(deps): use webpack-dev-server
2019-03-29  Eduardo San... feat: add previous, next, current, replaced and navigat...
2019-02-13  Eduardo San... use current route
2019-02-12  Eduardo San... keep history state
2019-02-11  Eduardo San... fix tsconfig
2019-02-11  Eduardo San... improve history class
2019-02-07  Eduardo San... webpack plugin serve
2019-02-07  Eduardo San... add explorations
2019-02-07  Eduardo San... add webpack config
2019-02-07  Eduardo San... add more code
2018-08-31  Eduardo San... init