Skip to content

Commit

Permalink
v4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mishanga committed Mar 27, 2015
1 parent 03db19a commit ee446ea
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## 4.0.0
- Added global matcher support: `beforeEach` and `afterEach` (#121).
- Added `ctx.process` method (#135).
- Add `i-bem` class to element with `js` (#122).
- No-base modifier classes supported (#132).
- Wrap data-bem attribute by single quotes (#115).
- `processBemJson` now return standart BEMJSON (#96).
- Readme updates (#131, #124, #123, #120).
- Escaping optimizations (#137).

## 3.3.0
- Do not add `i-bem` class to element with `js`.

Expand Down
10 changes: 10 additions & 0 deletions CHANGELOG.ru.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# История изменений

## 4.0.0
- Добавлена поддержка глобальных шаблонов: `beforeEach` and `afterEach` (#121).
- Добавлен метод `ctx.process` (#135).
- Выводится класс `i-bem` элементам с `js` (#122).
- Добавлена поддержка модификаторов без основной части (#132).
- Атрибут `data-bem` в одинарных кавычках (#115).
- Метод `processBemJson` возвращает стандартный BEMJSON (#96).
- Исправлена и дополнена документация (#131, #124, #123, #120).
- Оптимизации эскейпинга (#137).

## 3.3.0
- Не выводить класс `i-bem` при наличии `js` у элемента.

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"author": "Marat Dulin <[email protected]>",
"description": "Template engine. BEMJSON -> HTML processor.",
"name": "bh",
"version": "3.3.0",
"version": "4.0.0",
"repository": "https://github.com/bem/bh",
"licence": "MIT",
"contributors": [
Expand Down

0 comments on commit ee446ea

Please sign in to comment.