Skip to content

Releases: remarkablemark/html-dom-parser

v2.0.0

Choose a tag to compare

@github-actions github-actions released this 18 Jun 01:22
d223492

2.0.0 (2022-06-18)

⚠ BREAKING CHANGES

  • client: remove Internet Explorer (IE11) support

Features

  • client: remove Internet Explorer (IE11) support (b34cbe1), closes #225

html-dom-parser v1.2.0

Choose a tag to compare

@github-actions github-actions released this 14 Apr 15:44
c095c42

Features

  • add compatibility for react-native (4a4a974)

html-dom-parser v1.1.1

Choose a tag to compare

@github-actions github-actions released this 20 Mar 21:16
e878667

Build System

  • package: upgrade domhandler from 4.3.0 to 4.3.1 (c2e8a82)

html-dom-parser v1.1.0

Choose a tag to compare

@github-actions github-actions released this 05 Feb 01:53
cd0fe0d

Features

html-dom-parser v1.0.4

Choose a tag to compare

@github-actions github-actions released this 06 Dec 21:15
227536b

Build System

  • deps: bump domhandler from 4.2.2 to 4.3.0 (cb49258)

html-dom-parser v1.0.3

Choose a tag to compare

@github-actions github-actions released this 27 Nov 02:49
2f4326a

Performance Improvements

  • upgrade dependency htmlparser2 to v7.2.0 (7819211)

html-dom-parser v1.0.2

Choose a tag to compare

@github-actions github-actions released this 06 Sep 02:33
87a8a5f

Build System

  • deps: bump domhandler from 4.2.0 to 4.2.2 (ab46792)

v1.0.1

Choose a tag to compare

@remarkablemark remarkablemark released this 13 Jun 03:38

1.0.1 (2021-06-13)

v1.0.0

Choose a tag to compare

@remarkablemark remarkablemark released this 25 Dec 05:16

1.0.0 (2020-12-25)

Build System

  • package: upgrade domhandler to v4 and htmlparser2 to v6 (ec5673e)

Performance Improvements

  • client: deprecate Internet Explorer 9 (IE9) (d42ea4e)
  • utilities: continue if nodeType is not element, text, comment (793ff0c)

BREAKING CHANGES

  • package: upgrade domhandler to v4 and htmlparser2 to v6
 domhandler   3.3.0  β†’  4.0.0
 htmlparser2  4.1.0  β†’  6.0.0

domhandler:

htmlparser2:

decodeEntities option now defaults to true. <title> is parsed correctly. Remove root parent node to keep parser backwards compatible.

v0.5.0

Choose a tag to compare

@remarkablemark remarkablemark released this 13 Dec 22:21

0.5.0 (2020-12-13)

Features

  • upgrade domhandler to 3.3.0 and htmlparser2 to 4.1.0 (2a748b8)