]> git.ipfire.org Git - thirdparty/vuejs/router.git/shortlog
thirdparty/vuejs/router.git
2020-01-20  dependabot... build(deps-dev): bump jsdom from 15.2.1 to 16.0.1 ... vue2
2020-01-20  dependabot... build(deps-dev): bump @rollup/plugin-node-resolve from...
2020-01-20  dependabot... build(deps-dev): bump @types/jest from 24.0.25 to 24.9.0
2020-01-20  dependabot... build(deps-dev): bump ts-node from 8.5.4 to 8.6.2
2020-01-20  dependabot... build(deps-dev): bump css-loader from 3.4.1 to 3.4.2
2020-01-20  dependabot... build(deps-dev): bump browserstack-local from 1.4.3...
2020-01-17  Eduardo San... feat(matcher): handle param encoding
2020-01-15  Eduardo San... encoding wip
2020-01-15  Eduardo San... refactor: order of constants
2020-01-13  dependabot... build(deps-dev): bump @types/webpack from 4.41.0 to...
2020-01-13  dependabot... build(deps-dev): bump rollup-plugin-terser from 5.1...
2020-01-13  dependabot... build(deps-dev): bump axios from 0.19.0 to 0.19.1
2020-01-13  dependabot... build(deps-dev): bump rollup from 1.28.0 to 1.29.0
2020-01-06  dependabot... build(deps-dev): bump css-loader from 3.4.0 to 3.4.1
2020-01-06  dependabot... build(deps-dev): bump @rollup/plugin-node-resolve from...
2020-01-06  dependabot... build(deps-dev): bump consola from 2.11.2 to 2.11.3
2020-01-06  dependabot... build(deps-dev): bump rollup from 1.27.14 to 1.28.0
2020-01-06  dependabot... build(deps-dev): bump @types/webpack-env from 1.14...
2020-01-02  Eduardo San... chore: add comments
2020-01-02  Eduardo San... feat: add encoding functions
2019-12-31  Eduardo San... refactor(router): rename onReady to isReady
2019-12-30  dependabot... build(deps-dev): bump webpack from 4.41.4 to 4.41.5
2019-12-30  dependabot... build(deps-dev): bump consola from 2.11.1 to 2.11.2
2019-12-30  dependabot... build(deps-dev): bump @types/jest from 24.0.24 to 24...
2019-12-30  dependabot... build(deps-dev): bump browserstack-local from 1.4.2...
2019-12-30  dependabot... build(deps-dev): bump style-loader from 1.1.1 to 1.1.2
2019-12-24  Eduardo San... chore: up deps
2019-12-24  Eduardo San... chore: remove unused dependency path-to-regexp
2019-12-23  dependabot... build(deps-dev): bump webpack-dev-server from 3.9.0...
2019-12-23  dependabot... build(deps-dev): bump typescript from 3.7.3 to 3.7.4
2019-12-23  dependabot... build(deps-dev): bump @types/jest from 24.0.23 to 24...
2019-12-23  dependabot... build(deps-dev): bump css-loader from 3.3.2 to 3.4.0
2019-12-23  dependabot... build(deps-dev): bump webpack from 4.41.2 to 4.41.4
2019-12-20  Eduardo San... test: add launch.json
2019-12-19  Eduardo San... refactor: remove old files
2019-12-19  Eduardo San... refactor(matcher): use custom path parser
2019-12-18  Eduardo San... refactor(parser): rename files and add docs
2019-12-18  Eduardo San... test(parser): add more tests
2019-12-18  Eduardo San... test(parser): add back the compare tests
2019-12-18  Eduardo San... feat(parser): handle sub segments scoring
2019-12-18  Eduardo San... chore: up deps
2019-12-18  Eduardo San... refactor(parser): using local variables
2019-12-18  Eduardo San... feat(parser): handle strict and sensitive options
2019-12-18  Eduardo San... feat(parser): handle optional and repeatable
2019-12-18  Eduardo San... test(parser): stricter checkPathOrder
2019-12-18  Eduardo San... test(parser): better test for wildcard
2019-12-18  Eduardo San... feat(parser): start scoring parsers
2019-12-18  Eduardo San... test(parser): setup score ranking
2019-12-18  Eduardo San... test(parser): add more strict tests
2019-12-18  Eduardo San... test(parser): fix tests
2019-12-18  Eduardo San... feat(parser): strict option
2019-12-18  Eduardo San... test: fix test helper
2019-12-18  Eduardo San... feat(parser): add regexp options
2019-12-18  Eduardo San... test: more test for optional and repeatable params
2019-12-18  Eduardo San... test: add some escaped tests
2019-12-18  Eduardo San... feat: escape : and )
2019-12-18  Eduardo San... feat: stringify url
2019-12-18  Eduardo San... feat: handle optional custom re
2019-12-18  Eduardo San... feat: repeatable params
2019-12-18  Eduardo San... feat: custom regexp, tokensToParser
2019-12-18  Eduardo San... feat: add wip path parser to replace path-to-regexp
2019-12-16  dependabot... build(deps-dev): bump css-loader from 3.3.0 to 3.3.2
2019-12-11  Eduardo San... chore: regen lock
2019-12-09  dependabot... build(deps): [security] bump https-proxy-agent from...
2019-12-09  Eduardo San... ci: add lint
2019-12-09  Eduardo San... style: lint
2019-12-09  Eduardo San... chore: up prettier
2019-12-09  Eduardo San... chore: up rollup deps
2019-12-09  Eduardo San... chore: up nightwatch
2019-12-09  Eduardo San... chore: up test utils
2019-12-09  Eduardo San... chore: up jest deps
2019-12-09  Eduardo San... chore: up webpack deps
2019-11-18  Eduardo San... chore: remove ts error on old file
2019-11-17  Eduardo San... build: remove iife entry
2019-11-17  Eduardo San... refactor(router): move to a function-based organization
2019-11-12  Eduardo San... feat(matcher): handle strict traling slash
2019-10-27  Eduardo San... refactor(types): stricter RouteRecordNormalized types
2019-10-27  Eduardo San... feat(errors): improve message for NoMatch
2019-10-27  Eduardo San... refactor(matcher): rename to path-matcher
2019-10-27  Eduardo San... test: refactor to use createRouter
2019-10-26  Eduardo San... refactor(matcher): remove class usage
2019-10-26  Eduardo San... test: fix type import
2019-10-26  Eduardo San... refactor(matcher): split in multiple files
2019-10-26  Eduardo San... test: create folder for matchers
2019-10-26  Eduardo San... refactor(history): split into multiple functions
2019-10-17  Eduardo San... test(matcher): test alias with children
2019-10-17  Eduardo San... feat(matcher): allow alias
2019-10-17  Eduardo San... chore: add redirection to exploration
2019-10-16  Eduardo San... test(e2e): add some style
2019-10-16  Eduardo San... test(e2e): add starting page
2019-10-16  Eduardo San... test(e2e): refactor configs
2019-10-16  Eduardo San... test(e2e): dev server by files
2019-10-16  Eduardo San... test: fix naming
2019-10-16  Eduardo San... test(e2e): add base configuration and runner
2019-10-14  Eduardo San... chore: remove outdated imports from exploration
2019-10-14  Eduardo San... feat: add base option to history
2019-10-12  Eduardo San... chore: add __DEV__ global variable
2019-10-12  Eduardo San... refactor: rename histories
2019-10-12  Eduardo San... refactor: remove old history files
2019-10-12  Eduardo San... refactor: remove old comments, add wip base to history
next