Releases: inikulin/parse5
Releases · inikulin/parse5
v1.5.1
30 Nov 09:54
Compare
Sorry, something went wrong.
No results found
Fixed: Qualified tag name emission in Serializer (GH #79 ).
v1.5.0
24 Jun 13:32
Compare
Sorry, something went wrong.
No results found
Added: Location info for the element start and end tags (by @sakagg ).
v1.4.2
08 Apr 14:43
Compare
Sorry, something went wrong.
No results found
Fixed: htmlparser2 tree adapter DocumentType.data property rendering (GH #45 ).
v1.4.1
25 Feb 08:40
Compare
Sorry, something went wrong.
No results found
Fixed: Location info handling for the implicitly generated <html> and <body> elements (GH #44 ).
v1.4.0
24 Feb 14:50
Compare
Sorry, something went wrong.
No results found
v1.3.2
03 Feb 13:10
Compare
Sorry, something went wrong.
No results found
Fixed: <form> processing in <template> (GH #40 ).
v1.3.1
03 Feb 13:05
Compare
Sorry, something went wrong.
No results found
Fixed: text node in <template> serialization problem with custom tree adapter (GH #38 ).
v1.3.0
24 Dec 11:57
Compare
Sorry, something went wrong.
No results found
Added: Serializer encodeHtmlEntities option.
From 1.2.0:
Added: <template> support
parseFragment now uses <template> as default contextElement. This leads to the more "forgiving" parsing manner.
TreeSerializer was renamed to Serializer. However, serializer is accessible as parse5.TreeSerializer for backward compatibility .
v1.1.6
06 Nov 11:14
Compare
Sorry, something went wrong.
No results found
Fixed: apply latest changes to the htmlparser2 tree format (DOM Level1 node emulation).
v1.1.5
18 Oct 11:31
Compare
Sorry, something went wrong.
No results found
Added: jsdom -specific parser with scripting support. Undocumented for jsdom internal use only.