v5.0.0
Breaking changes:
- Default the
decodeEntities
option totrue
8ac01e0 - Removes underscores in front of many private properties & methods. 6e296d2
- Removes
EVENTS
,WritableStream
andCollectingHandler
exports from module import. The latter two are still part of the module, but now have to be imported explicitly. 6e296d2 - The parser no longer extends
EventEmitter
f30f13c - HTML
<title>
tag content is now processed as text (#483 by @billneff79) 0189e56
Features:
- Add media content parsing to FeedHandler (#560 by @gcandal) a85e4e0
- Expose the quotes that were used in the
onattribute
event 3c86256 - Add "sideEffects: false" to package.json (#474 by @ericjeney) d90dd64
- Explain stream usage in README (#446 by @mnmkng) 4c0fba8
Bug Fixes:
- Properly back out of numeric entities, decode entities in attributes (fixes #276) eaf2872
- Fix broken parsing after self-closing special tags (#515 by @warriordog) 4ec596f
- Fix parse bug when tag name is not ASCII alpha (#497 by @Zuckjet) bc010de
Diverse:
- Improve Coverage (#540 by @brettz9) 6d8a2ff
- Check missing elem with
getOneElement
(#543 by @brettz9) 1cf297e - Add test for #125 40d9556
Thanks to everyone that contributed to this release!
Commit Range:
v4.1.0...v5.0.0