Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: vuejs/router
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0e870d7
Choose a base ref
...
head repository: vuejs/router
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 8f34329
Choose a head ref
  • 5 commits
  • 17 files changed
  • 1 contributor

Commits on Apr 17, 2020

  1. feat: refactor navigation to comply with vuejs/rfcs#150

    BREAKING CHANGE: This follows the RFC at vuejs/rfcs#150
      Summary: `router.afterEach` and `router.onError` are now the global equivalent of
      `router.push`/`router.replace` as well as navigation through the interface
      (`history.go()`). A navigation only rejects if there was an unexpected error.
      A navigation failure will still resolve the promise returned by `router.push`
      and be exposed as the resolved value.
    posva committed Apr 17, 2020
    Copy the full SHA
    290c3be View commit details
  2. feat: add guards types

    posva committed Apr 17, 2020
    Copy the full SHA
    c7ccd5a View commit details
  3. Copy the full SHA
    a4f80aa View commit details
  4. docs: typo

    posva committed Apr 17, 2020
    Copy the full SHA
    2b44b3f View commit details
  5. release: v4.0.0-alpha.7

    posva committed Apr 17, 2020
    Copy the full SHA
    8f34329 View commit details
Loading