hadron-document
Advanced tools
Comparing version 0.12.0 to 0.13.0
@@ -274,5 +274,10 @@ 'use strict'; | ||
} else { | ||
if (this.currentValue === null && this.value !== null) { | ||
this.elements = null; | ||
} else { | ||
this._removeAddedElements(); | ||
} | ||
this.currentKey = this.key; | ||
this.currentValue = this.value; | ||
this._removeAddedElements(); | ||
this.currentType = this.type; | ||
this.removed = false; | ||
@@ -279,0 +284,0 @@ } |
@@ -7,3 +7,3 @@ { | ||
"homepage": "https://github.com/mongodb-js/hadron-document", | ||
"version": "0.12.0", | ||
"version": "0.13.0", | ||
"repository": { | ||
@@ -10,0 +10,0 @@ "type": "git", |
24275
476