Skip to content

Commit

Permalink
changelog updated
Browse files Browse the repository at this point in the history
  • Loading branch information
miripiruni committed Dec 8, 2016
1 parent a70d794 commit f842858
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# BEM-XJST Changelog

# 2016-12-08 [v8.5.0](https://github.com/bem/bem-xjst/compare/v8.4.2...v8.5.0), @miripiruni

BEMTREE: added modes related to data: js(), addJs(), mix(), addMix(), mods(), addElemMods(), elemMods().

Commits:
* [[`a70d794d15`](https://github.com/bem/bem-xjst/commit/a70d794d15)] - Merge pull request #382 from bem/bemtree-modes__issue-362 (Slava Oliyanchuk)
* [[`70cfeb51c6`](https://github.com/bem/bem-xjst/commit/70cfeb51c6)] - **BEMTREE**: js(), mix(), mods(), elemMods() added (miripiruni)

# 2016-12-08 [v8.4.2](https://github.com/bem/bem-xjst/compare/v8.4.1...v8.4.2), @miripiruni

Escaping functions fixed: now argumengs `undefined` or `null` and `NaN` will give you empty string as a result. In previous versions you get stringified results (`'undefined'`, `'null'`, `'NaN'`).
Expand Down

0 comments on commit f842858

Please sign in to comment.