redux-router-middleware
Advanced tools
Comparing version
@@ -50,3 +50,4 @@ 'use strict'; | ||
paramMap: currentParams && currentParams.paramMap || {}, | ||
location: location(state.location, action) }; | ||
location: location(state.location, action) //old location and new location are diff deep compare | ||
}; | ||
case _constants.URL_CHANGE_BLOCK: | ||
@@ -53,0 +54,0 @@ return Object.assign({}, state, { block: true }); |
{ | ||
"name": "redux-router-middleware", | ||
"version": "1.0.0-beta.16", | ||
"version": "1.0.0-beta.17", | ||
"description": "", | ||
"main": "lib/index", | ||
"module": "es/index.js", | ||
"jsnext:main": "es/index.js", | ||
"repository": { | ||
@@ -20,3 +22,4 @@ "type": "git", | ||
"build": "npm run clean && fz-react-cli build:component", | ||
"prepublish": "npm run build", | ||
"build:es": "fz-react-cli build:library:es", | ||
"prepublish": "npm run build && npm run build:es", | ||
"start": "webpack public/js/ReactRouterRedux.js && node server.js", | ||
@@ -26,9 +29,3 @@ "example": "webpack public/js/ReactRouterRedux.js --watch" | ||
"tags": ["react", "redux"], | ||
"keywords": ["react", "redux", "router"], | ||
"devDependencies": { | ||
"fz-react-cli": "0.0.3-beta.31" | ||
}, | ||
"babel": { | ||
"presets": ["es2015", "react"] | ||
} | ||
"keywords": ["react", "redux", "router"] | ||
} |
102023
25.54%0
-100%69
13.11%2496
30.82%