Releases: jsdom/html-encoding-sniffer
Releases · jsdom/html-encoding-sniffer
4.0.0
3.0.0
2.0.1
- Fixed cases involving trailing spaces inside attribute values, e.g.
content="text/html; charset=iso8859-2 "
. (@openandclose) - Fixed cases involving two appearances of the string
charset
, e.g.content="charsetcharset=iso-8859-2"
. (@openandclose) - Fixed cases involving multiple attributes with the same name, e.g.
<meta http-equiv="refresh" http-equiv="Content-Type" content="text/html; charset=iso8859-2">
. (@openandclose)
2.0.0
1.0.2
1.0.1
1.0.0
Extracted from jsdom, with some changes to do manual per-spec content-type parsing.