xmlbuilder
Advanced tools
Comparing version 10.1.0 to 10.1.1
@@ -5,2 +5,5 @@ # Change Log | ||
## [10.1.0] - 2018-10-10 | ||
- Added the `skipNullNodes` option to skip nodes with null values. See [#158](https://github.com/oozcitak/xmlbuilder-js/issues/158). | ||
## [10.0.0] - 2018-04-26 | ||
@@ -358,2 +361,3 @@ - Added current indentation level as a parameter to the onData function when in callback mode. See [#125](https://github.com/oozcitak/xmlbuilder-js/issues/125). | ||
[10.1.0]: https://github.com/oozcitak/xmlbuilder-js/compare/v10.0.0...v10.1.0 | ||
[10.0.0]: https://github.com/oozcitak/xmlbuilder-js/compare/v9.0.7...v10.0.0 | ||
@@ -360,0 +364,0 @@ [9.0.7]: https://github.com/oozcitak/xmlbuilder-js/compare/v9.0.4...v9.0.7 |
@@ -55,2 +55,5 @@ // Generated by CoffeeScript 1.12.7 | ||
child = ref1[j]; | ||
if (child instanceof XMLDummy) { | ||
continue; | ||
} | ||
switch (false) { | ||
@@ -57,0 +60,0 @@ case !(child instanceof XMLDeclaration): |
@@ -49,2 +49,5 @@ // Generated by CoffeeScript 1.12.7 | ||
child = ref[i]; | ||
if (child instanceof XMLDummy) { | ||
continue; | ||
} | ||
r += (function() { | ||
@@ -51,0 +54,0 @@ switch (false) { |
{ | ||
"name": "xmlbuilder", | ||
"version": "10.1.0", | ||
"version": "10.1.1", | ||
"keywords": [ | ||
@@ -5,0 +5,0 @@ "xml", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
110207
2226