Thanks to visit codestin.com
Credit goes to github.com

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: v4.3.1
Choose a base ref
...
head repository: vuejs/router
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v4.3.3
Choose a head ref
  • 12 commits
  • 17 files changed
  • 7 contributors

Commits on Apr 18, 2024

  1. fix: Revert "fix: avoid normalizing the fullPath (#2189)"

    This reverts commit c54fc84.
    
    Fix #2216
    posva committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    b78aa98 View commit details
    Browse the repository at this point in the history
  2. release: [email protected]

    posva committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    960662d View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2024

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

Commits on May 8, 2024

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

Commits on May 12, 2024

  1. ci: upgrade codecov

    posva committed May 12, 2024
    Configuration menu
    Copy the full SHA
    d6d4dd3 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2024

  1. docs: remove vuejs.de banner

    posva committed May 13, 2024
    Configuration menu
    Copy the full SHA
    8fbd9c4 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2024

  1. doc(zh): sync getting started page at 3ab1e5e (#2234)

    * doc(zh): sync getting started page at 3ab1e5e
    
    * fix: use code v-pre
    
    * update: fix heading language
    
    * fix type
    
    * Apply suggestions from code review
    
    * Update packages/docs/zh/guide/index.md
    
    ---------
    
    Co-authored-by: Jinjiang <[email protected]>
    GYHHAHA and Jinjiang authored May 15, 2024
    Configuration menu
    Copy the full SHA
    d7a4719 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2024

  1. docs: add sponsors block

    posva committed May 17, 2024
    Configuration menu
    Copy the full SHA
    d842b6f View commit details
    Browse the repository at this point in the history

Commits on May 26, 2024

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

Commits on Jun 4, 2024

  1. chore: adjust test case type checking

    context: the type usage is incorrect and was previously ignored by ts-expect-error,
    but with 3.5 the error happens at the call level so it is safer to just any it.
    yyx990803 committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    7186b74 View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2024

  1. perf: use a binary search for insertMatcher (#2137)

    * perf: use a binary search for insertMatcher
    
    * Fix matcher ordering in edge cases
    
    * chore: docs and logs
    
    ---------
    
    Co-authored-by: Eduardo San Martin Morote <[email protected]>
    skirtles-code and posva authored Jun 10, 2024
    Configuration menu
    Copy the full SHA
    e9f6ae3 View commit details
    Browse the repository at this point in the history
  2. release: [email protected]

    posva committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    e8791aa View commit details
    Browse the repository at this point in the history
Loading