Skip to content

Latest commit

 

History

History
127 lines (90 loc) · 3.26 KB

CHANGELOG.md

File metadata and controls

127 lines (90 loc) · 3.26 KB

History of changes

1.3.4

1.3.3

  • Fixed the bug with comparison of duplicate css classes (see #138).
  • Added supporting of node@0.12.x and node@4.x.

1.3.2

  • Fixed the bug with comparison of screened text (see #131).

1.3.1

  • Improved tokenization of input for better logging of differences.

1.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.

1.2.0

  • BROKEN.

1.1.0

  • Added supporting of masks in HTML.

1.0.8

  • Сonditional comments are not ignored regardless of the value of option ignoreComments (see #116).
  • Changed BEM preset, set option ignoreComments to true.

1.0.7

  • Updated keywords in package.json.
  • Added file .npmignore.

1.0.6

  • Fixed BEM preset, set option ignoreComments to false.

1.0.5

  • Removed unnecessary files from npm.

1.0.4

  • Improved tokenization of input for better logging of differences (see #111).

1.0.3

  • Improved tokenization of input and serialization of attributes' values (see #110).

1.0.2

  • BEM preset was changed. Attributes aria-labelledby and aria-describedby were added to option ignoreAttributes.

1.0.1

  • Fixed crash with option compareAttributesAsJSON concerning the invalid input (see #106).

1.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.

0.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.

0.4.0

  • 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.