@thenja/html-parser
Version:
A simple forgiving html parser
33 lines (17 loc) • 435 B
Markdown
# 1.1.3
__Fixed:__
* Fixed window target build
# 1.1.2
__Fixed:__
* Added more dist output files
# 1.1.1
__Fixed:__
* Added _dist/_ folder to npm module
# 1.1.0
__Added:__
* Added ability to clean html tags, such as, removing empty tags or removing text nodes that only contain whitespace
__Fixed:__
* Fixed issue where attribute values would not parse correctly if they contained
a < or > symbol
# 1.0.0
First release.