Skip to content

Commit

Permalink
v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewblond committed Aug 10, 2014
1 parent 02fe5a8 commit 5f0fe14
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
@@ -1,6 +1,14 @@
Changelog
=========

0.2.0
-----

* Added ability to use BEM-naming object without `modVal` field.
* Added minified version.
* Fixed bug with `is*` methods for invalid strings.
* Fixed bug with `bemNaming` for IE6-8.

0.1.0
-----

Expand Down
8 changes: 8 additions & 0 deletions CHANGELOG.ru.md
@@ -1,6 +1,14 @@
История изменений
=================

0.2.0
-----

* Добавлена возможность представлять объект БЭМ-нотации без `modVal` поля.
* Добавлена минифицированная версия.
* Исправлена ошибка, при которой `is*` методы отрабатывали неверно, если на вход принимали невалидую строку.
* Исправлена ошибка с предоставлением `bemNaming` для ie6-8.

0.1.0
-----

Expand Down
2 changes: 1 addition & 1 deletion bower.json
@@ -1,6 +1,6 @@
{
"name": "bem-naming",
"version": "0.1.0",
"version": "0.2.0",
"description": "Manage naming of BEM entities",
"keywords": [
"bem",
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "bem-naming",
"version": "0.1.0",
"version": "0.2.0",
"description": "Manage naming of BEM entities",
"keywords": [
"bem",
Expand Down

0 comments on commit 5f0fe14

Please sign in to comment.