Skip to content

Commit

Permalink
v4.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mishanga committed May 25, 2015
1 parent 299b2de commit b70bfea
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 4.1.0
- Ability to replace `toHtml` method for only node (#144).
- Added `jsElem` option (#148).
- Boolean attributes supported (#145).
- Trim `cls` (#143).

## 4.0.0
- Added global matcher support: `beforeEach` and `afterEach` (#121).
- Added `ctx.process` method (#135).
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.ru.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# История изменений

## 4.1.0
- Добавлена возможность переопределять метод `toHtml` для любого узла (#144).
- Добавлена опция `jsElem` (#148).
- Поддержка булевых атрибутов (#145).
- Обрезать пробелы в поле `cls` (#143).

## 4.0.0
- Добавлена поддержка глобальных шаблонов: `beforeEach` and `afterEach` (#121).
- Добавлен метод `ctx.process` (#135).
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": "4.0.0",
"version": "4.1.0",
"repository": "https://github.com/bem/bh",
"licence": "MIT",
"contributors": [
Expand Down

0 comments on commit b70bfea

Please sign in to comment.