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
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.5.0
Choose a base ref
...
head repository: vuejs/vuex
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.0.0
Choose a head ref
  • 3 commits
  • 15 files changed
  • 2 contributors

Commits on Oct 11, 2017

  1. feat(typings): adapt to the new Vue typings (#909)

    * feat(typings): adapt to the new vue typings
    
    BREAKING CHANGE: It is no longer compatible with the old Vue typings
    
    * chore(package): bump typescript and vue core typings
    
    * chore: bump vue
    
    * Update package.json
    ktsn authored and yyx990803 committed Oct 11, 2017
    Copy the full SHA
    65dbfec View commit details
  2. [build] 3.0.0

    yyx990803 committed Oct 11, 2017
    Copy the full SHA
    87e67ae View commit details
  3. [release] 3.0.0

    yyx990803 committed Oct 11, 2017
    Copy the full SHA
    76e1e10 View commit details
Showing with 30 additions and 32 deletions.
  1. +2 −2 dist/vuex.common.js
  2. +2 −2 dist/vuex.esm.js
  3. +2 −2 dist/vuex.js
  4. +2 −2 dist/vuex.min.js
  5. +2 −4 package-lock.json
  6. +3 −3 package.json
  7. +1 −1 types/helpers.d.ts
  8. +6 −2 types/index.d.ts
  9. +1 −1 types/test/helpers.ts
  10. +1 −1 types/test/index.ts
  11. +3 −3 types/test/tsconfig.json
  12. +1 −1 types/test/vue.ts
  13. +3 −3 types/tsconfig.json
  14. +0 −4 types/typings.json
  15. +1 −1 types/vue.d.ts
4 changes: 2 additions & 2 deletions dist/vuex.common.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* vuex v2.5.0
* vuex v3.0.0
* (c) 2017 Evan You
* @license MIT
*/
@@ -921,7 +921,7 @@ function getModuleByNamespace (store, helper, namespace) {
var index = {
Store: Store,
install: install,
version: '2.5.0',
version: '3.0.0',
mapState: mapState,
mapMutations: mapMutations,
mapGetters: mapGetters,
4 changes: 2 additions & 2 deletions dist/vuex.esm.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* vuex v2.5.0
* vuex v3.0.0
* (c) 2017 Evan You
* @license MIT
*/
@@ -919,7 +919,7 @@ function getModuleByNamespace (store, helper, namespace) {
var index_esm = {
Store: Store,
install: install,
version: '2.5.0',
version: '3.0.0',
mapState: mapState,
mapMutations: mapMutations,
mapGetters: mapGetters,
4 changes: 2 additions & 2 deletions dist/vuex.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* vuex v2.5.0
* vuex v3.0.0
* (c) 2017 Evan You
* @license MIT
*/
@@ -925,7 +925,7 @@ function getModuleByNamespace (store, helper, namespace) {
var index = {
Store: Store,
install: install,
version: '2.5.0',
version: '3.0.0',
mapState: mapState,
mapMutations: mapMutations,
mapGetters: mapGetters,
4 changes: 2 additions & 2 deletions dist/vuex.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading