Skip to content

v3.0.0

Compare
Choose a tag to compare
@UziTech UziTech released this 31 Jul 20:10
· 513 commits to master since this release

BREAKING CHANGES

  • Make async to work with parse5 streams
    • You have to await diffHtml and isEqual
  • Remove ignoreDuplicateAttributes option since parse5 doesn't support duplicate attributes any more (see inikulin/parse5@225d27f)

Fixes

  • Update deps
  • Remove unneeded dependencies

developing

  • replace istanbul with nyc (active version of istanbul)
  • use same eslint config as marked tests