Comparing version 0.5.0-alpha.1 to 0.5.0
# Change Log | ||
## 0.5.0 | ||
### Features | ||
* [#147] `connectToStores` and `provideContext` can now be used as decorators | ||
### Deprecations | ||
* [#202] Addons were moved to a separate package ([fluxible-addons-react](https://github.com/yahoo/fluxible-addons-react)) to support other view libraries like React Native. A warning will be displayed when requiring the addons from this package. They will be removed in the next breaking change version. | ||
* `connectToStores`'s `getStateFromStores` signature has changed to `(context, props)`. | ||
## 0.4.12 | ||
@@ -14,3 +25,3 @@ | ||
* [#195] Fixed undefined error with rehydrating with an empty state object | ||
### Features | ||
@@ -32,3 +43,3 @@ | ||
* [#165] Export `fluxible/utils/MockActionContext` and `fluxible/utils/MockComponentContext` classes | ||
* [#165] Export `fluxible/utils/MockActionContext` and `fluxible/utils/MockComponentContext` classes | ||
to make it easier to extend the classes for testing custom plugin functionality. | ||
@@ -35,0 +46,0 @@ |
@@ -8,3 +8,2 @@ /** | ||
var debug = require('debug')('Fluxible:Context'); | ||
var objectAssign = require('object-assign'); | ||
var isPromise = require('is-promise'); | ||
@@ -11,0 +10,0 @@ var PromiseLib = global.Promise || require('es6-promise').Promise; |
{ | ||
"name": "fluxible", | ||
"version": "0.5.0-alpha.1", | ||
"version": "0.5.0", | ||
"description": "A pluggable container for isomorphic flux applications", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
41290
27
724