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/vuex-router-sync
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: vuejs/vuex-router-sync
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.x
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 4 commits
  • 3 files changed
  • 2 contributors

Commits on Aug 5, 2016

  1. vuex 2.0-rc.4 compat

    yyx990803 committed Aug 5, 2016
    Configuration menu
    Copy the full SHA
    7820285 View commit details
    Browse the repository at this point in the history
  2. 2.1.0

    yyx990803 committed Aug 5, 2016
    Configuration menu
    Copy the full SHA
    63e1a2c View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2016

  1. (Fix #22) Fix (#23)

    Semver Range for vuex did not include RC versions. 
    
    Try at https://semver.npmjs.com/ - old version `">= 0.6.2 <= 3` vs. new version `>= 0.6.2 < 3 || ^1.0.0-rc ||^2.0.0-rc`
    LinusBorg authored and yyx990803 committed Sep 15, 2016
    Configuration menu
    Copy the full SHA
    5672352 View commit details
    Browse the repository at this point in the history
  2. 2.1.1

    yyx990803 committed Sep 15, 2016
    Configuration menu
    Copy the full SHA
    7b77172 View commit details
    Browse the repository at this point in the history
Loading