Skip to content

Releases: inikulin/parse5

v1.5.1

30 Nov 09:54

Choose a tag to compare

  • Fixed: Qualified tag name emission in Serializer (GH #79).

v1.5.0

24 Jun 13:32

Choose a tag to compare

  • Added: Location info for the element start and end tags (by @sakagg).

v1.4.2

08 Apr 14:43

Choose a tag to compare

  • Fixed: htmlparser2 tree adapter DocumentType.data property rendering (GH #45).

v1.4.1

25 Feb 08:40

Choose a tag to compare

  • Fixed: Location info handling for the implicitly generated <html> and <body> elements (GH #44).

v1.4.0

24 Feb 14:50

Choose a tag to compare

v1.3.2

03 Feb 13:10

Choose a tag to compare

  • Fixed: <form> processing in <template> (GH #40).

v1.3.1

03 Feb 13:05

Choose a tag to compare

  • Fixed: text node in <template> serialization problem with custom tree adapter (GH #38).

v1.3.0

24 Dec 11:57

Choose a tag to compare

  • 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

Choose a tag to compare

  • Fixed: apply latest changes to the htmlparser2 tree format (DOM Level1 node emulation).

v1.1.5

18 Oct 11:31

Choose a tag to compare

  • Added: jsdom-specific parser with scripting support. Undocumented for jsdom internal use only.