Comparing version 0.5.6 to 0.5.7
@@ -0,0 +0,0 @@ /** |
@@ -0,0 +0,0 @@ if (process.env.NODE_ENV !== 'production') { |
@@ -0,0 +0,0 @@ if (process.env.NODE_ENV !== 'production') { |
@@ -0,0 +0,0 @@ /** |
@@ -0,0 +0,0 @@ if (process.env.NODE_ENV !== 'production') { |
@@ -0,0 +0,0 @@ if (process.env.NODE_ENV !== 'production') { |
@@ -0,0 +0,0 @@ /** |
@@ -0,0 +0,0 @@ if (process.env.NODE_ENV !== 'production') { |
# Change Log | ||
## 0.5.7 | ||
### Bug Fixes | ||
* [#311] Remove Object.assign call which broke backwards compatibility | ||
## 0.5.6 | ||
@@ -4,0 +10,0 @@ |
@@ -0,0 +0,0 @@ Contributing Code to `fluxible` |
@@ -0,0 +0,0 @@ /** |
@@ -0,0 +0,0 @@ /** |
@@ -0,0 +0,0 @@ /** |
@@ -226,3 +226,3 @@ /** | ||
*/ | ||
var newActionContext = Object.assign({}, this.getActionContext(), { | ||
var newActionContext = objectAssign({}, this.getActionContext(), { | ||
stack: (parentActionContext.stack || []).concat([displayName]), | ||
@@ -229,0 +229,0 @@ rootId: (parentActionContext.rootId) || generateUUID() |
@@ -0,0 +0,0 @@ Software License Agreement (BSD License) |
{ | ||
"name": "fluxible", | ||
"version": "0.5.6", | ||
"version": "0.5.7", | ||
"description": "A pluggable container for isomorphic flux applications", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -0,0 +0,0 @@ # Fluxible |
@@ -0,0 +0,0 @@ # Upgrade Guide |
@@ -0,0 +0,0 @@ /** |
@@ -0,0 +0,0 @@ /** |
@@ -0,0 +0,0 @@ /** |
@@ -0,0 +0,0 @@ module.exports = { |
@@ -0,0 +0,0 @@ /** |
@@ -0,0 +0,0 @@ /** |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
46752
0