pick-html-attribute-props
Advanced tools
+1
-1
| // eslint-disable-next-line spaced-comment | ||
| /**! | ||
| * pick-html-attribute-props v1.2.0 | ||
| * pick-html-attribute-props v1.2.1 | ||
| * | ||
@@ -5,0 +5,0 @@ * Copyright (c) 2019, Brandon D. Sara (https://bsara.dev/) |
+5
-0
@@ -0,1 +1,6 @@ | ||
| # 1.2.1 | ||
| - **[BUG FIX]** Props weren't being properly picked. | ||
| # 1.2.0 | ||
@@ -2,0 +7,0 @@ |
+2
-2
| // eslint-disable-next-line spaced-comment | ||
| /**! | ||
| * pick-html-attribute-props v1.2.0 | ||
| * pick-html-attribute-props v1.2.1 | ||
| * | ||
@@ -93,3 +93,3 @@ * Copyright (c) 2019, Brandon D. Sara (https://bsara.dev/) | ||
| /** @private */ | ||
| function _pick(obj, ...propNames) { | ||
| function _pick(obj, propNames) { | ||
| if (obj == null) { | ||
@@ -96,0 +96,0 @@ return {}; |
@@ -5,3 +5,3 @@ 'use strict'; | ||
| /**! | ||
| * pick-html-attribute-props v1.2.0 | ||
| * pick-html-attribute-props v1.2.1 | ||
| * | ||
@@ -8,0 +8,0 @@ * Copyright (c) 2019, Brandon D. Sara (https://bsara.dev/) |
+1
-1
@@ -83,3 +83,3 @@ 'use strict'; | ||
| /** @private */ | ||
| function _pick(obj, ...propNames) { | ||
| function _pick(obj, propNames) { | ||
| if (obj == null) { | ||
@@ -86,0 +86,0 @@ return {}; |
@@ -5,3 +5,3 @@ 'use strict'; | ||
| /**! | ||
| * pick-html-attribute-props v1.2.0 | ||
| * pick-html-attribute-props v1.2.1 | ||
| * | ||
@@ -8,0 +8,0 @@ * Copyright (c) 2019, Brandon D. Sara (https://bsara.dev/) |
+1
-1
| { | ||
| "name": "pick-html-attribute-props", | ||
| "version": "1.2.0", | ||
| "version": "1.2.1", | ||
| "description": "Pickers and other helper functions used to filter standard HTML attribute values from an object", | ||
@@ -5,0 +5,0 @@ "authors": [ |
| // eslint-disable-next-line spaced-comment | ||
| /**! | ||
| * pick-html-attribute-props v1.2.0 | ||
| * pick-html-attribute-props v1.2.1 | ||
| * | ||
@@ -5,0 +5,0 @@ * Copyright (c) 2019, Brandon D. Sara (https://bsara.dev/) |
27457
0.21%