redux-zero
Advanced tools
Comparing version 4.7.0 to 4.8.0
# Changelog | ||
### 4.8.0 | ||
- Add bindActions export | ||
```js | ||
import { bindActions } from 'redux-zero/utils' | ||
``` | ||
### 4.7.0 | ||
@@ -4,0 +12,0 @@ |
{ | ||
"name": "redux-zero", | ||
"version": "4.7.0", | ||
"version": "4.8.0", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "dist/redux-zero.js", |
@@ -67,4 +67,16 @@ <h1 align="center"> | ||
```html | ||
<!-- the store --> | ||
<script src="https://unpkg.com/redux-zero/dist/redux-zero.min.js"></script> | ||
<!-- for react --> | ||
<script src="https://unpkg.com/redux-zero/react/index.min.js"></script> | ||
<!-- for preact --> | ||
<script src="https://unpkg.com/redux-zero/preact/index.min.js"></script> | ||
<!-- for vue --> | ||
<script src="https://unpkg.com/redux-zero/vue/index.min.js"></script> | ||
<!-- for svelte --> | ||
<script src="https://unpkg.com/redux-zero/svelte/index.min.js"></script> | ||
``` | ||
@@ -71,0 +83,0 @@ |
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
98599
78
833
254