Comparing version 2.2.0 to 2.2.1
{ | ||
"name": "xml-js-v2", | ||
"version": "2.2.0", | ||
"version": "2.2.1", | ||
"description": "A fork of xml-js with some improvements. A convertor between XML text and Javascript object / JSON text.", | ||
@@ -5,0 +5,0 @@ "repository": { |
@@ -31,2 +31,3 @@ ![XML ⇔ JS/JSON](http://nashwaan.github.io/xml-js/images/logo.svg) | ||
- When converting from JS to XML, by default do not leave a string like `&` unchanged, but replace it with `&` instead. This is the correct behaviour and it should have always been this way, the original one caused bugs, for example both `&` and `&` strings were converted to `&`. However, you can use the new flag `avoidDoubleSanitization: true` if you need the original behaviour. | ||
- Updated `sax` version to the latest. | ||
@@ -33,0 +34,0 @@ |
415807
401