Skip to content

2.0.0

Choose a tag to compare

@youming-lin youming-lin released this 17 Oct 22:00
· 61 commits to master since this release

Major update adding HTML5 support

What is new

  • Supports HTML5 named character references (NegativeMediumSpace; etc.)
  • HTML5 spec-compliant; strict parse mode recognizes parse errors
  • Decode HTML in non-strict mode by default (previously it was strict mode by default)

This update is tagged as 2.0.0 because it contains breaking changes since 1.0.2. Make sure to test your code again after updating to 2.0.0.