Skip to content

Releases: jnarowski/node-html-parser

Made parser more forgiving with broken tags.

Choose a tag to compare

@jnarowski jnarowski released this 17 May 16:01
2.2.6

updated node parser to 2.2.6 - added new closed tag detection

Fixed issue with unclosed <p> tags

Choose a tag to compare

@jnarowski jnarowski released this 16 May 17:52
2.2.5

incremented version

Added comment fix

Choose a tag to compare

@jnarowski jnarowski released this 10 May 11:37

Comments were stripped out but now they're back in.

2.2.3

Choose a tag to compare

@jnarowski jnarowski released this 08 May 22:32
fixed issue with ignoring html

2.2.2

Choose a tag to compare

@jnarowski jnarowski released this 08 May 21:47
incremented version

Updated validate and fixIssues behavior

Choose a tag to compare

@jnarowski jnarowski released this 08 May 21:21
8485011

Right now issues are fixed either way. This release allows issues to be repaired only when fixIssues is present.

Ability to repair broken html

Choose a tag to compare

@jnarowski jnarowski released this 02 May 21:16
d625622

fixes broken html

Finalized 2.0 release

Choose a tag to compare

@jnarowski jnarowski released this 24 Jan 22:47
  • enhanced selectors meta[name=description]
  • meta:first
  • added validation
  • added ability to attempt and repair the HTML

enhancing selectors

Choose a tag to compare

@jnarowski jnarowski released this 24 Jan 15:43
369b1d2
  • added support for meta[name=description]
  • added support for :first

html repair

Choose a tag to compare

@jnarowski jnarowski released this 22 Jan 16:26
14a9b46

Added html repairing functionality