Skip to content

Commit

Permalink
Add CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
eGavr committed Aug 8, 2014
1 parent f518cab commit 5187320
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 0 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.md
@@ -0,0 +1,22 @@
History of changes
==================

0.5.0
-----

* Added `ignoreHtmlComments` option.
* Added [Russian documentation](https://github.com/bem/html-differ/blob/master/README.ru.md).
* Renamed `ignoreWhitespace` option to `ignoreWhitespaces`.
* Set the default value of `charsAroundDiff` option to `40`.
* Removed `verbose` option.
* Added logging of differences similar to [mocha](https://github.com/visionmedia/mocha).
* Moved to [htmlparser2](https://github.com/fb55/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.
22 changes: 22 additions & 0 deletions CHANGELOG.ru.md
@@ -0,0 +1,22 @@
История изменений
==================

0.5.0
-----

* Добавлена опция `ignoreHtmlComments`.
* Добавлена [русская документация](https://github.com/bem/html-differ/blob/master/README.ru.md).
* Опция `ignoreWhitespace` переименована в `ignoreWhitespaces`.
* Значение опции `charsAroundDiff` по умолчанию теперь равно `40`.
* Удалена опция `verbose`.
* Вывод отличий теперь похож на тот, который использует [mocha](https://github.com/visionmedia/mocha).
* Переход на использование [htmlparser2](https://github.com/fb55/htmlparser2).

0.4.0
-----

* Добавлена обработка `onclick` и `ondblclick` атрибутов для опции `compareHtmlAttrsAsJSON`.
* Добавлен БЭМ-пресет.
* Добавлен метод `getDiffText` в `logger`.
* Добавлено тестирование покрытия кода и статуса зависимостей.
* Добавлены JSDocs.

0 comments on commit 5187320

Please sign in to comment.