Comparing version
1.2.2 / 2016-04-14 | ||
================== | ||
* support `noscript` parameter of sax-js | ||
1.2.1 / 2016-02-14 | ||
@@ -3,0 +8,0 @@ ================== |
@@ -110,3 +110,4 @@ var Transform = require('stream').Transform; | ||
'position', | ||
'strictEntities' | ||
'strictEntities', | ||
'noscript' | ||
].reduce(function(opts, name) { | ||
@@ -120,2 +121,2 @@ if (name in options) { | ||
}); | ||
} | ||
} |
{ | ||
"name": "sax-stream", | ||
"version": "1.2.1", | ||
"version": "1.2.2", | ||
"description": "Transform stream implemented using SAX parser", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -42,3 +42,3 @@ [](http://travis-ci.org/code42day/sax-stream) | ||
- `strict` - default to false, if `true` makes sax parser to accept valid XML only | ||
- `trim`, `normalize`, `lowercase`, `xmlns`, `position`, `strictEntities` - passed to [sax] parser | ||
- `trim`, `normalize`, `lowercase`, `xmlns`, `position`, `strictEntities`, `noscript` - passed to [sax] parser | ||
@@ -50,2 +50,2 @@ # License | ||
[transform-stream]: http://nodejs.org/api/stream.html#stream_class_stream_transform | ||
[sax]: https://github.com/isaacs/sax-js#arguments | ||
[sax]: https://github.com/isaacs/sax-js#arguments |
7634
1.49%162
1.25%50
2.04%