- Fixed option compareAttributesAsJSON (see #142).
- Fixed the bug with comparison of duplicate
css
classes (see #138). - Added supporting of
[email protected]
and[email protected]
.
- Fixed the bug with comparison of screened text (see #131).
- Improved tokenization of input for better logging of differences.
- bem option was declared as deprecated. preset option should be used instead.
- Added the ability of redefinition of presets.
- Fixed bug in handling of masks in HTML.
- BROKEN.
- Added supporting of masks in HTML.
- Сonditional comments are not ignored regardless of the value of option ignoreComments (see #116).
- Changed BEM preset, set option ignoreComments to
true
.
- Updated
keywords
inpackage.json
. - Added file
.npmignore
.
- Fixed BEM preset, set option ignoreComments to
false
.
- Removed unnecessary files from
npm
.
- Improved tokenization of input for better logging of differences (see #111).
- Improved tokenization of input and serialization of attributes' values (see #110).
- BEM preset was changed. Attributes
aria-labelledby
andaria-describedby
were added to option ignoreAttributes.
- Fixed crash with option
compareAttributesAsJSON
concerning the invalid input (see #106).
- 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.
- 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.
- Added the handling of onclick and ondblclick attributes for compareHtmlAttrsAsJSON option.
- Added BEM preset.
- Added getDiffText method to logger.
- Added testing of code coverage and dependencies status.
- Added JSDocs.