Skip to content

v1.0.0

Compare
Choose a tag to compare
@eGavr eGavr released this 02 Jan 20:52
· 89 commits to master since this release
  • Added options:
    • ignoreEndTags
    • ignoreDuplicateAttributes
  • Renamed options:
    • ignoreHtmlAttrs --> ignoreAttributes
    • compareHtmlAttrsAsJSON --> compareAttributesAsJSON
    • ignoreHtmlComments --> ignoreComments
  • Changed the way of setting attributes in option compareAttributesAsJSON.
  • Changed the way of setting predefined options for BEM.
  • Renamed method log to logDiffText.
  • Moved to parser parse5.
  • Add more tests.
  • Fixed bugs.