Skip to content

Releases: inikulin/parse5

v2.2.0

11 Aug 11:34

Choose a tag to compare

  • SAXParser (by @RReverser)

    • Fixed: Handling of \n in <pre>, <textarea> and <listing>.
    • Fixed: Tag names and attribute names adjustment in foreign content (GH [#99] (#99)).
    • Fixed: Handling of <image>.
  • Latest spec changes

    • Updated: <isindex> now don't have special handling (GH #122).
    • Updated: Adoption agency algorithm now preserves lexical order of text nodes (GH #129).
    • Updated: <menuitem> now behaves like <option>.
  • Fixed: Element nesting corrections now take namespaces into consideration.

v2.1.5

27 Jan 13:31

Choose a tag to compare

  • Fixed: ParserStream accidentally hangs up on scripts (GH #101).

v2.1.4

26 Jan 11:03

Choose a tag to compare

  • Fixed: Keep ParserStream sync for the inline scripts (GH #98 follow up).

v2.1.3

19 Jan 20:11

Choose a tag to compare

  • Fixed: Synchronously calling resume() leads to crash (GH #98).

v2.1.2

15 Jan 14:16

Choose a tag to compare

  • Fixed: SAX parser silently exits on big files (GH #97).

v2.1.1

14 Jan 08:41

Choose a tag to compare

  • Fixed: location info not attached for empty attributes (GH #96) (by @yyx990803).

v2.1.0

05 Jan 18:10

Choose a tag to compare

  • Added: location info for attributes (GH #43) (by @sakagg and @yyx990803).
  • Fixed: parseFragment with locationInfo regression when parsing <template>(GH #90) (by @yyx990803).

v2.0.2

12 Dec 17:22

Choose a tag to compare

  • Fixed: yet another case of incorrect parseFragment arguments fallback (GH #84).

v2.0.1

11 Dec 10:14

Choose a tag to compare

  • Fixed: parseFragment arguments processing (GH #82).

v2.0.0

07 Dec 13:32

Choose a tag to compare