foreach-prop
Advanced tools
Comparing version 1.1.12 to 1.1.13
@@ -0,1 +1,6 @@ | ||
# 1.1.13 (01-06-2019) | ||
* dependencies updated | ||
* improved documentation | ||
# 1.1.12 (01-06-2019) | ||
@@ -2,0 +7,0 @@ |
{ | ||
"name": "foreach-prop", | ||
"version": "1.1.12", | ||
"version": "1.1.13", | ||
"description": "Array-like methods for objects", | ||
@@ -39,3 +39,3 @@ "main": "dist/each-prop.cjs.js", | ||
"dependencies": { | ||
"args-to-arr": "^1.3.11" | ||
"args-to-arr": "^1.3.12" | ||
}, | ||
@@ -51,3 +51,6 @@ "devDependencies": { | ||
}, | ||
"author": "Manuel Fernandez <manferlo81@gmail.com>", | ||
"author": { | ||
"name": "Manuel Fernández", | ||
"email": "manferlo81@gmail.com" | ||
}, | ||
"repository": { | ||
@@ -54,0 +57,0 @@ "type": "git", |
@@ -7,3 +7,3 @@ # foreach-prop | ||
> :warning: *Some javascript implementations don't respect the object key order. Keep that in mind when you use* `keyOf`*,* `lastKeyOf`*,* `findKey` *and* `find` *methods.* | ||
> :warning: *Some javascript implementations don't follow the object key order. Keep that in mind when you use* `keyOf`*,* `lastKeyOf`*,* `findKey` *and* `find` *methods.* | ||
@@ -20,4 +20,2 @@ ## Install | ||
*[www.jsdelivr.com](https://www.jsdelivr.com)* | ||
```html | ||
@@ -37,4 +35,2 @@ <script src="https://cdn.jsdelivr.net/npm/foreach-prop@latest/dist/each-prop.umd.js"></script> | ||
*[unpkg.com](https://unpkg.com)* | ||
```html | ||
@@ -263,2 +259,2 @@ <script src="https://unpkg.com/foreach-prop@latest/dist/each-prop.umd.js"></script> | ||
[MIT](LICENSE) © Manuel Fernández | ||
[MIT](LICENSE) © [Manuel Fernández](https://github.com/manferlo81) |
91269
257
Updatedargs-to-arr@^1.3.12