redux-query
Advanced tools
Comparing version 1.3.1-alpha.1 to 1.4.0
@@ -0,1 +1,7 @@ | ||
## 1.4.0 | ||
- Move react from dependencies to devDependencies (jeanregisser [#56](https://github.com/amplitude/redux-query/pull/56)) | ||
- Fix regression from 1.3.0 with the `request` field in start actions (ryanashcraft [#54](https://github.com/amplitude/redux-query/pull/54)) | ||
- Add meta field to mutate actions (ryanashcraft [#54](https://github.com/amplitude/redux-query/pull/54)) | ||
## 1.3.0 | ||
@@ -2,0 +8,0 @@ |
{ | ||
"name": "redux-query", | ||
"version": "1.3.1-alpha.1", | ||
"version": "1.4.0", | ||
"description": "A library for querying and managing network state in React/Redux applications", | ||
@@ -5,0 +5,0 @@ "main": "dist/commonjs/index.js", |
@@ -94,2 +94,3 @@ # redux-query | ||
| `queryKey` | string | | The identifier used to identify the query metadata in the `queries` reducer. If unprovided, the `url` and `body` fields are serialized to generate the query key. | | ||
| `meta` | object | | Various metadata for the query. Can be used to update other reducers when queries succeed or fail. | | ||
| `options` | object | | Options for the request. Set `options.method` to change the HTTP method, `options.headers` to set any headers and `options.credentials = 'include'` for CORS. | | ||
@@ -96,0 +97,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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
299038
3
324