-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
andrewblond
committed
May 11, 2015
1 parent
b1a726b
commit d8495bf
Showing
2 changed files
with
48 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,37 @@ | ||
История изменений | ||
================= | ||
|
||
0.5.0 | ||
----- | ||
|
||
### Крупные изменения | ||
|
||
* Добавлена опция `mimic` для технологий `bh-server` и `bh-server-include` ([#27]). С её помощью можно имитировать поведение других шаблонизаторов, например, BEMHTML. | ||
* Опция `mimic` для технологий `bh-client` и `bh-client-module` теперь может принимать несколько имён для экспорта ([#28]). | ||
|
||
### Engines | ||
|
||
* Добавлена поддержка `Node.js` версии `0.12` ([#40]). | ||
* Добавлена поддержка `io.js` ([#40]). | ||
|
||
### Windows | ||
|
||
* Добавлена поддержка Windows. | ||
* Исправлено подключение модуля `bh` в Windows для технологии `bh-server` ([#42]). | ||
|
||
### Тестирование | ||
|
||
* Добавлены тесты для всех технологий ([#31]). | ||
* Настроен запуск автотестов с помощью AppVeyor для Windows ([#40]). | ||
|
||
### Остальные изменения | ||
|
||
* Модуль `[email protected]` обновлён до версии `0.4.9`. | ||
|
||
0.4.1 | ||
----- | ||
|
||
* Исправлена сборка зависимостей в технологии `bh-client-module` (#24). | ||
* Исправлена сборка зависимостей в технологии `bh-client-module` ([#24]). | ||
* Модуль `enb-source-map` обновлён до версии `1.5.1`. | ||
|
||
0.4.0 | ||
|
@@ -15,13 +42,13 @@ | |
0.3.0 | ||
----- | ||
|
||
* Добавлена поддержка карт кода (#19). | ||
* Добавлена поддержка карт кода ([#19]). | ||
* Добавлена зависимость от модуля `enb-source-map` версии `1.4.1`. | ||
* Модуль `vow` обновлён до версии `0.4.7`. | ||
|
||
0.2.3 | ||
----- | ||
* Исправлено получение пути до `bh/lib/bh.js` файла (#11). | ||
* Исправлено получение пути до `bh/lib/bh.js` файла ([#11]). | ||
* `vow` обновлён до версии `0.4.5`. | ||
|
||
0.2.2 | ||
|
@@ -32,17 +59,17 @@ | |
0.2.1 | ||
----- | ||
|
||
* Обновлена зависимость от BH: 1.x => 2.x (#8). | ||
* Обновлена зависимость от BH: 1.x => 2.x ([#8]). | ||
|
||
0.2.0 | ||
----- | ||
|
||
* Добавлена технология `html-from-bemjson-i18n` (#6). | ||
* Алиасы для обратной совместимости в технологии `html-from-bemjson` (#5). | ||
* Добавлена технология `html-from-bemjson-i18n` ([#6]). | ||
* Алиасы для обратной совместимости в технологии `html-from-bemjson` ([#5]). | ||
|
||
0.1.1 | ||
----- | ||
* Исправлен резолвинг в технологии html-from-bemjson (#2). | ||
* Исправлен резолвинг в технологии html-from-bemjson ([#2]). | ||
|
||
0.1.0 | ||
----- | ||
|
@@ -52,3 +79,16 @@ | |
* Добавлена технология `bh-server-include`. | ||
* Добавлена технология `bh-server`. | ||
* Добавлена технология `html-from-bemjson`. | ||
|
||
[#42]: https://github.com/enb-bem/enb-bh/issues/42 | ||
[#40]: https://github.com/enb-bem/enb-bh/issues/40 | ||
[#31]: https://github.com/enb-bem/enb-bh/issues/31 | ||
[#28]: https://github.com/enb-bem/enb-bh/issues/28 | ||
[#27]: https://github.com/enb-bem/enb-bh/issues/27 | ||
[#24]: https://github.com/enb-bem/enb-bh/issues/24 | ||
[#19]: https://github.com/enb-bem/enb-bh/issues/19 | ||
[#11]: https://github.com/enb-bem/enb-bh/issues/11 | ||
[#8]: https://github.com/enb-bem/enb-bh/issues/8 | ||
[#6]: https://github.com/enb-bem/enb-bh/issues/6 | ||
[#5]: https://github.com/enb-bem/enb-bh/issues/5 | ||
[#2]: https://github.com/enb-bem/enb-bh/issues/2 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
"author": "Andrew Abramov <[email protected]>", | ||
"description": "BH support for ENB", | ||
"name": "enb-bh", | ||
"version": "0.4.1", | ||
"version": "0.5.0", | ||
"repository": "git://github.com/enb-bem/enb-bh", | ||
"homepage": "https://github.com/enb-bem/enb-bh", | ||
"bugs": "https://github.com/enb-bem/enb-bh/issues", | ||
|