Releases: bem/html-differ
Releases · bem/html-differ
v1.0.4
v1.0.3
v1.0.2
v1.0.1
v1.0.0
- 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.
v0.5.0
- Added ignoreHtmlComments option.
- Added Russian documentation.
- Renamed ignoreWhitespace option to ignoreWhitespaces.
- Set the default value of charsAroundDiff option to
40
. - Removed verbose option.
- Added logging of differences similar to mocha.
- Moved to parser htmlparser2.