Skip to content

v3.0.0

Latest
Compare
Choose a tag to compare
@mreinstein mreinstein released this 02 Nov 16:43
· 4 commits to master since this release

This release contains some fixes for long-standing parsing issues:

  • support direct descendant css selectors when parsing inline <style> tags. fixes #82
  • handle optional closing tags for self-closing tags. fixes #41
  • handle <style> tags that include attributes. fixes #82

Since these changes all modify parsing behavior it's prudent to bump the major package version.