Comparing version 8.0.1 to 8.0.2
@@ -0,4 +1,8 @@ | ||
## 8.0.2 | ||
Just a new unit test. | ||
## 8.0.1 | ||
Reconnecting to the machine when the component is re-mounted. Issue #38, PR: #39. | ||
Reconnecting to the machine when the component is re-mounted. Issue #38, PR: #39. | ||
@@ -50,3 +54,2 @@ ## 8.0.0 | ||
## 5.1.0 | ||
@@ -177,5 +180,5 @@ | ||
* Adding `machine.<method>.latest` alias so we cover the `takeLatest` saga method | ||
* Changing the way of how the middlewares work. They now don't block the Stent's logic. No `next` method anymore. [Middlewares](./docs/middlewares.md) | ||
* Documentation is restructured | ||
- Adding `machine.<method>.latest` alias so we cover the `takeLatest` saga method | ||
- Changing the way of how the middlewares work. They now don't block the Stent's logic. No `next` method anymore. [Middlewares](./docs/middlewares.md) | ||
- Documentation is restructured | ||
@@ -213,4 +216,4 @@ ## 2.0.0 | ||
* Adding `Logger` middleware | ||
* When adding a middleware the hook `onStateChange` is now called `onStateChanged` | ||
- Adding `Logger` middleware | ||
- When adding a middleware the hook `onStateChange` is now called `onStateChanged` | ||
@@ -247,2 +250,2 @@ ## 0.7.3 | ||
Wild Wild West ... | ||
Wild Wild West ... |
{ | ||
"name": "stent", | ||
"version": "8.0.1", | ||
"version": "8.0.2", | ||
"description": "Stent is combining the ideas of redux with the concept of state machines", | ||
@@ -5,0 +5,0 @@ "main": "lib", |
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
282313
91
5632