@formoe/use-async
Advanced tools
Comparing version 1.1.0 to 1.1.1
@@ -6,2 +6,13 @@ # Change Log | ||
## [1.1.1](https://gitlab.com/formoe/formoe/compare/@formoe/use-async@1.1.0...@formoe/use-async@1.1.1) (2020-11-17) | ||
### Bug Fixes | ||
* **use-async:** prevent creation of new object on reset ([9345b1d](https://gitlab.com/formoe/formoe/commit/9345b1d94f2c1f413e70c86a39cff2c5c2710206)) | ||
# [1.1.0](https://gitlab.com/formoe/formoe/compare/@formoe/use-async@1.0.2...@formoe/use-async@1.1.0) (2020-11-10) | ||
@@ -8,0 +19,0 @@ |
@@ -166,4 +166,6 @@ "use strict"; | ||
setRequest(); | ||
setResult({ | ||
request: undefined | ||
setResult(function (currentResult) { | ||
return currentResult.request !== undefined ? { | ||
request: undefined | ||
} : currentResult; | ||
}); | ||
@@ -170,0 +172,0 @@ setInProgress(false); |
{ | ||
"name": "@formoe/use-async", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"description": "", | ||
@@ -21,3 +21,3 @@ "main": "dist/index.js", | ||
}, | ||
"gitHead": "c310a148844f6b041a534b70bdf8370a2e21ea0a" | ||
"gitHead": "2779bba3740da0b825c040dde6e813c4977b4efa" | ||
} |
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
34946
260