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/vue-router
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.4.8
Choose a base ref
...
head repository: vuejs/vue-router
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.4.9
Choose a head ref
  • 5 commits
  • 14 files changed
  • 2 contributors

Commits on Oct 26, 2020

  1. chore(changelog): 3.4.8

    posva committed Oct 26, 2020
    Configuration menu
    Copy the full SHA
    eafdcee View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2020

  1. Configuration menu
    Copy the full SHA
    da34ccd View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2020

  1. fix(encoding): decode params (#3350)

    * fix(encoding): decode params
    
    This change forces users to encode their `path` in routes but also fixes
    existing problems with route location that were provided as string and
    not encoded. Specially with the slash character, allowing it to be
    encoded and decoded properly.
    
    * feat: warn against unencoded routes
    posva authored Nov 5, 2020
    Configuration menu
    Copy the full SHA
    63c749c View commit details
    Browse the repository at this point in the history
  2. build: bundle 3.4.9

    posva committed Nov 5, 2020
    Configuration menu
    Copy the full SHA
    a88d06e View commit details
    Browse the repository at this point in the history
  3. chore(release): 3.4.9

    posva committed Nov 5, 2020
    Configuration menu
    Copy the full SHA
    7762f1f View commit details
    Browse the repository at this point in the history
Loading