@agile-ts/utils
Advanced tools
Comparing version 0.0.2 to 0.0.3
# @agile-ts/utils | ||
## 0.0.3 | ||
### Patch Changes | ||
- f561c34: - added move method | ||
- fixed 0 as itemKey issue | ||
- fixed computed tracking | ||
## 0.0.2 | ||
### Patch Changes | ||
@@ -5,0 +14,0 @@ |
@@ -45,3 +45,3 @@ "use strict"; | ||
}); | ||
if (!items && !config.createUndefinedArray) | ||
if (items == null && !config.createUndefinedArray) | ||
return []; | ||
@@ -48,0 +48,0 @@ return Array.isArray(items) ? items : [items]; |
{ | ||
"name": "@agile-ts/utils", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"author": "BennoDev", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
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
11427