putil-merge
Advanced tools
Comparing version 3.0.0 to 3.1.0
@@ -17,2 +17,3 @@ /* putil-merge | ||
* @param {boolean} [options.clone] | ||
* @param {boolean} [options.adjunct] | ||
* @param {boolean} [options.descriptor] | ||
@@ -33,2 +34,4 @@ * @param {Function} [options.filter] | ||
continue; | ||
if (options.adjunct && target.hasOwnProperty(key)) | ||
continue; | ||
@@ -35,0 +38,0 @@ const src = Object.getOwnPropertyDescriptor(source, key); |
{ | ||
"name": "putil-merge", | ||
"description": "Lightweight solution for merging multiple objects into one. Also it supports deep merge and deep clone", | ||
"version": "3.0.0", | ||
"version": "3.1.0", | ||
"author": "Panates Ltd.", | ||
@@ -6,0 +6,0 @@ "contributors": [ |
8877
84