-
Notifications
You must be signed in to change notification settings - Fork 54
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
Aug 20, 2015
1 parent
80b53b6
commit 9437bee
Showing
1 changed file
with
24 additions
and
1 deletion.
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,12 +1,29 @@ | ||
История изменений | ||
================= | ||
|
||
0.17.2 | ||
------ | ||
|
||
### Исправления ошибок | ||
|
||
* Теперь можно отключать предупреждения об устаревших модулях с помощью опции `--hide-warnings` ([#304]). | ||
* Больше не показывается ложное предупреждение об использовании модуля `dir-glob` ([#312]). | ||
|
||
### Зависимости | ||
|
||
* Модуль `[email protected]` обновлен до версии `1.7.2`: исправляет склеивание файлов с помощью технологии `file-merge` ([#321]). | ||
|
||
### Остальное | ||
|
||
* Предупреждения об устаревших модулях выводятся с использованием стандартного ENB-логгера ([#313]). | ||
* В предупреждениях об устаревших модулях указывается путь модуля, в котором он используется ([#303]). | ||
|
||
0.17.1 | ||
------ | ||
|
||
### Исправления ошибок | ||
|
||
* Технология `files` исправлена для объединения CSS-файлов с учётом source maps ([#314]). | ||
* Технология `file-merge` исправлена для объединения CSS-файлов с учётом source maps ([#314]). | ||
* Методы `Node.getNodePath` и `Node.resolvePath` теперь возвращают корректный путь в Windows ([#306]). | ||
|
||
### Зависимости | ||
|
@@ -355,8 +372,14 @@ | |
* Фиксы в превышении лимита открытых файлов. | ||
* Более понятная ошибка при синтаксической ошибке в депсах. | ||
|
||
[#321]: https://github.com/enb-make/enb/pull/321 | ||
[#314]: https://github.com/enb-make/enb/issues/314 | ||
[#313]: https://github.com/enb-make/enb/pull/313 | ||
[#312]: https://github.com/enb-make/enb/issues/312 | ||
[#306]: https://github.com/enb-make/enb/issues/306 | ||
[#304]: https://github.com/enb-make/enb/issues/304 | ||
[#303]: https://github.com/enb-make/enb/issues/303 | ||
[#302]: https://github.com/enb-make/enb/issues/302 | ||
[#296]: https://github.com/enb-make/enb/issues/296 | ||
[#293]: https://github.com/enb-make/enb/pull/293 | ||
[#271]: https://github.com/enb-make/enb/pull/271 | ||
|