Comparing version 0.4.7 to 0.4.8
@@ -5,2 +5,7 @@ # Change Log | ||
<a name="0.4.8"></a> | ||
## [0.4.8](https://github.com/medikoo/memoizee/compare/v0.4.7...v0.4.8) (2017-08-29) | ||
<a name="0.4.7"></a> | ||
@@ -7,0 +12,0 @@ ## [0.4.7](https://github.com/medikoo/memoizee/compare/v0.4.6...v0.4.7) (2017-08-29) |
@@ -45,6 +45,6 @@ /* eslint max-statements: 0 */ | ||
throw new Error( | ||
"Memoizee error: Promise resolved with both failure and success," + | ||
" this can be result of unordered done & finally resolution.\n" + | ||
"Instead of `promise: true` consider configuring memoization via " + | ||
"`promise: 'then'` or `promise: 'done'" | ||
"Memoizee error: Detected unordered then|done & finally resolution, which " + | ||
"in turn makes proper detection of success/failure impossible (when in " + | ||
"'then:finally' or 'done:finally' mode)\n" + | ||
"Consider to rely on 'then' or 'done' mode instead." | ||
); | ||
@@ -51,0 +51,0 @@ } |
{ | ||
"name": "memoizee", | ||
"version": "0.4.7", | ||
"version": "0.4.8", | ||
"description": "Memoize/cache function results", | ||
@@ -5,0 +5,0 @@ "author": "Mariusz Nowak <medikoo@medikoo.com> (http://www.medikoo.com/)", |
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
265125