Releases: bem/html-differ
Releases · bem/html-differ
v1.3.3
- Fixed the bug with comparison of duplicate
css
classes (see #138).
- Added supporting of
node@0.12.x
and node@4.x
.
v1.3.2
- Fixed the bug with comparison of screened text (see #131).
v1.3.1
- Improved tokenization of input for better logging of differences.
v1.3.0
- 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.
v1.1.0
- Added supporting of masks in HTML.
v1.0.8
- Сonditional comments are not ignored regardless of the value of option ignoreComments.
- Changed BEM preset, set option ignoreComments to
true
.
v1.0.7
- Updated
keywords
in package.json
.
- Added file
.npmignore
.
v1.0.6
- Fixed BEM preset, set option ignoreComments to
false
.
v1.0.5
- Removed unnecessary files from
npm
.