map-factory
Advanced tools
Comparing version 2.0.2 to 2.0.3
@@ -0,1 +1,9 @@ | ||
### 2.0.3 | ||
Removed some debugging code that was accidentally left in. | ||
### 2.0.2 | ||
Made the babel output ES5 to allow use in the browser. | ||
### 2.0.1 | ||
@@ -2,0 +10,0 @@ |
@@ -143,3 +143,3 @@ 'use strict'; | ||
if (Array.isArray(destinationObject[key]) === false) { | ||
console.log("second one"); | ||
// console.log("second one"); | ||
destinationObject[key] = []; | ||
@@ -146,0 +146,0 @@ } |
{ | ||
"name": "map-factory", | ||
"version": "2.0.2", | ||
"version": "2.0.3", | ||
"description": "A simple object mapping utility that makes it easy to map data from one object to another. Create object mappers using fluent interface that supports deep references (dot notation), custom transformations, and object merging.", | ||
@@ -5,0 +5,0 @@ "main": "./dist/lib/index.js", |
187657