Skip to content

Releases: inikulin/parse5

v2.1.4

26 Jan 11:03
Compare
Choose a tag to compare
  • Fixed: Keep ParserStream sync for the inline scripts (GH #98 follow up).

v2.1.3

19 Jan 20:11
Compare
Choose a tag to compare
  • Fixed: Synchronously calling resume() leads to crash (GH #98).

v2.1.2

15 Jan 14:16
Compare
Choose a tag to compare
  • Fixed: SAX parser silently exits on big files (GH #97).

v2.1.1

14 Jan 08:41
Compare
Choose a tag to compare
  • Fixed: location info not attached for empty attributes (GH #96) (by @yyx990803).

v2.1.0

05 Jan 18:10
Compare
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
Compare
Choose a tag to compare
  • Fixed: yet another case of incorrect parseFragment arguments fallback (GH #84).

v2.0.1

11 Dec 10:14
Compare
Choose a tag to compare
  • Fixed: parseFragment arguments processing (GH #82).

v2.0.0

07 Dec 13:32
Compare
Choose a tag to compare

v1.5.1

30 Nov 09:54
Compare
Choose a tag to compare
  • Fixed: Qualified tag name emission in Serializer (GH #79).

v1.5.0

24 Jun 13:32
Compare
Choose a tag to compare
  • Added: Location info for the element start and end tags (by @sakagg).