Skip to content

Commit 79d4b0c

Browse files
committed
Fix CHANGELOG
1 parent 3f767c6 commit 79d4b0c

2 files changed

Lines changed: 18 additions & 20 deletions

File tree

CHANGELOG.md

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@ History of changes
1616
1.1.0
1717
-----
1818

19-
* Added supporting of _masks_ in HTML (see [#5]).
19+
* Added supporting of [masks](https://github.com/bem/html-differ#masks) in HTML.
2020

2121
1.0.8
2222
-----
2323

24-
* _Сonditional comments_ are not ignored regardless of the value of option **ignoreComments** (see [#4]).
24+
* _Сonditional comments_ are not ignored regardless of the value of option **ignoreComments** (see [#116]).
2525
* Changed _BEM preset_, set option **ignoreComments** to `true`.
2626

2727
1.0.7
@@ -43,12 +43,12 @@ History of changes
4343
1.0.4
4444
-----
4545

46-
* Improved tokenization of input for better logging of differences (see [#3]).
46+
* Improved tokenization of input for better logging of differences (see [#111]).
4747

4848
1.0.3
4949
-----
5050

51-
* Improved tokenization of input and serialization of attributes' values (see [#2]).
51+
* Improved tokenization of input and serialization of attributes' values (see [#110]).
5252

5353
1.0.2
5454
-----
@@ -58,7 +58,7 @@ History of changes
5858
1.0.1
5959
-----
6060

61-
* Fixed crash with option `compareAttributesAsJSON` concerning the invalid input (see [#1]).
61+
* Fixed crash with option `compareAttributesAsJSON` concerning the invalid input (see [#106]).
6262

6363
1.0.0
6464
-----
@@ -97,8 +97,7 @@ History of changes
9797
* Added testing of code coverage and dependencies status.
9898
* Added JSDocs.
9999

100-
[#1]: https://github.com/bem/html-differ/issues/106
101-
[#2]: https://github.com/bem/html-differ/pull/110
102-
[#3]: https://github.com/bem/html-differ/pull/111
103-
[#4]: https://github.com/bem/html-differ/issues/116
104-
[#5]: https://github.com/bem/html-differ#masks
100+
[#106]: https://github.com/bem/html-differ/issues/106
101+
[#110]: https://github.com/bem/html-differ/pull/110
102+
[#111]: https://github.com/bem/html-differ/pull/111
103+
[#116]: https://github.com/bem/html-differ/issues/116

CHANGELOG.ru.md

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@
1616
1.1.0
1717
-----
1818

19-
* Добавлена поддержка _масок_ в HTML (подробнее [#5]).
19+
* Добавлена поддержка [масок](https://github.com/bem/html-differ/blob/master/README.ru.md#%D0%9C%D0%B0%D1%81%D0%BA%D0%B8) в HTML.
2020

2121
1.0.8
2222
-----
2323

24-
* _Условные комментарии_ учитываются при сравнении всегда, в не зависимости от значения опции **ignoreComments** (подробнее [#4]).
24+
* _Условные комментарии_ учитываются при сравнении всегда, в не зависимости от значения опции **ignoreComments** (подробнее [#116]).
2525
* Изменен _БЭМ-пресет_, значение опции **ignoreComments** стало `true`.
2626

2727
1.0.7
@@ -43,12 +43,12 @@
4343
1.0.4
4444
-----
4545

46-
* Улучшена токенизация входных данных, для более красивого вывода отличий (подробнее [#3]).
46+
* Улучшена токенизация входных данных, для более красивого вывода отличий (подробнее [#111]).
4747

4848
1.0.3
4949
-----
5050

51-
* Улучшена токенизация входных данных и сериализация значений атрибутов (подробнее [#2]).
51+
* Улучшена токенизация входных данных и сериализация значений атрибутов (подробнее [#110]).
5252

5353
1.0.2
5454
-----
@@ -58,7 +58,7 @@
5858
1.0.1
5959
-----
6060

61-
* Исправлена ошибка в опции `compareAttributesAsJSON`, возникающая при некоректных входных данных (подробнее [#1]).
61+
* Исправлена ошибка в опции `compareAttributesAsJSON`, возникающая при некоректных входных данных (подробнее [#106]).
6262

6363
1.0.0
6464
-----
@@ -97,8 +97,7 @@
9797
* Добавлено тестирование покрытия кода и статуса зависимостей.
9898
* Добавлены JSDocs.
9999

100-
[#1]: https://github.com/bem/html-differ/issues/106
101-
[#2]: https://github.com/bem/html-differ/pull/110
102-
[#3]: https://github.com/bem/html-differ/pull/111
103-
[#4]: https://github.com/bem/html-differ/issues/116
104-
[#5]: https://github.com/bem/html-differ/blob/master/README.ru.md#%D0%9C%D0%B0%D1%81%D0%BA%D0%B8
100+
[#106]: https://github.com/bem/html-differ/issues/106
101+
[#110]: https://github.com/bem/html-differ/pull/110
102+
[#111]: https://github.com/bem/html-differ/pull/111
103+
[#116]: https://github.com/bem/html-differ/issues/116

0 commit comments

Comments
 (0)