Skip to content

Releases: inikulin/parse5

v1.4.2

08 Apr 14:43
Compare
Choose a tag to compare
  • Fixed: htmlparser2 tree adapter DocumentType.data property rendering (GH #45).

v1.4.1

25 Feb 08:40
Compare
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
Compare
Choose a tag to compare

v1.3.2

03 Feb 13:10
Compare
Choose a tag to compare
  • Fixed: <form> processing in <template> (GH #40).

v1.3.1

03 Feb 13:05
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare
  • Added: jsdom-specific parser with scripting support. Undocumented for jsdom internal use only.

v1.1.4

18 Sep 07:25
Compare
Choose a tag to compare
  • Added: logo
  • Fixed: use fake document element for fragment parsing (required by jsdom).

v1.1.3

08 Sep 09:04
Compare
Choose a tag to compare
  • Development files (e.g. .travis.yml, .editorconfig) are removed from NPM package.