Comparing version 0.1.0 to 0.1.1
@@ -52,9 +52,2 @@ var re_hex = /&#x[\da-f]+;?/gi, | ||
return module.exports["encode" +modes[level]](data); | ||
}, | ||
decodeXML: function(data){ | ||
return data | ||
.replace(regex, func) | ||
.replace(re_strictHex, strictHex_func) | ||
.replace(re_strictCharCode, strictNum_func); | ||
} | ||
@@ -61,0 +54,0 @@ }; |
{ | ||
"name": "entities", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "Encode & decode XML/HTML entities with ease", | ||
@@ -5,0 +5,0 @@ "author": "Felix Boehm <me@feedic.com>", |
48266
85