Comparing version 1.0.1 to 1.0.2
@@ -5,3 +5,10 @@ # Change Log | ||
<a name="current-release"></a> | ||
# Version 1.0.1 (Sun, 10 Jan 2016 22:47:09 GMT) | ||
* [93c7325](https://github.com/nknapp/deep-aplus/commit/93c7325) Add "files" and "keywords" to package.json - Nils Knappmeier | ||
* [62cdd82](https://github.com/nknapp/deep-aplus/commit/62cdd82) Add testcase for rejected promise - Nils Knappmeier | ||
* [396a4dd](https://github.com/nknapp/deep-aplus/commit/396a4dd) [Thought] Added scripts to run thought on version-bumps - Nils Knappmeier | ||
## v1.0.0 - 2016-01-10 | ||
### Initial version | ||
### Initial version |
@@ -23,2 +23,3 @@ /*! | ||
*/ | ||
function deepAPlus (Promise) { | ||
@@ -28,2 +29,5 @@ function handleArray (arr) { | ||
var counter = arr.length | ||
if (arr.length === 0) { | ||
return fulfill([]) | ||
} | ||
var result = [] | ||
@@ -30,0 +34,0 @@ arr.forEach(function (element, index) { |
{ | ||
"name": "deep-aplus", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "Resolve a whole structure of promises, library agnostic", | ||
@@ -5,0 +5,0 @@ "repository": { |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
8253
83
0