-
Notifications
You must be signed in to change notification settings - Fork 2
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
blond
committed
Mar 31, 2016
1 parent
29fb13d
commit fe2cc27
Showing
2 changed files
with
54 additions
and
0 deletions.
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,6 +1,33 @@ | ||
Changelog | ||
========= | ||
|
||
1.0.1 | ||
----- | ||
|
||
## Bug fixes | ||
|
||
- Functions not working without context ([#91]). | ||
|
||
**Example:** | ||
|
||
```js | ||
|
||
var stringifyEntity = require('bem-naming').stringify; | ||
|
||
stringifyEntity({ block: 'button', modName: 'size', modVal: 's' }); | ||
|
||
// Uncaught TypeError: Cannot read property 'modDelim' of undefined | ||
``` | ||
|
||
[#91]: https://github.com/bem/bem-naming/issues/91 | ||
|
||
### Commits | ||
|
||
* [[`ff861f691e`](https://github.com/Andrew Abramov <[email protected]>/bem-naming/commit/ff861f691e)] - **fix**: functions should working without context (blond) | ||
* [[`d5b735f2a4`](https://github.com/Andrew Abramov <[email protected]>/bem-naming/commit/d5b735f2a4)] - **test**: use functions without context (blond) | ||
* [[`12909e709b`](https://github.com/Andrew Abramov <[email protected]>/bem-naming/commit/12909e709b)] - chore(package): update eslint to version 2.5.3 (greenkeeperio-bot) | ||
* [[`ff8f65fc1a`](https://github.com/Andrew Abramov <[email protected]>/bem-naming/commit/ff8f65fc1a)] - chore(package): update eslint to version 2.5.2 (greenkeeperio-bot) | ||
|
||
1.0.0 | ||
----- | ||
|
||
|
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,6 +1,33 @@ | ||
История изменений | ||
================= | ||
|
||
1.0.1 | ||
----- | ||
|
||
### Исправления ошибок | ||
|
||
- Функции не работали без контекста ([#91]). | ||
|
||
**Example:** | ||
|
||
```js | ||
|
||
var stringifyEntity = require('bem-naming').stringify; | ||
|
||
stringifyEntity({ block: 'button', modName: 'size', modVal: 's' }); | ||
|
||
// Uncaught TypeError: Cannot read property 'modDelim' of undefined | ||
``` | ||
|
||
[#91]: https://github.com/bem/bem-naming/issues/91 | ||
|
||
### Commits | ||
|
||
* [[`ff861f691e`](https://github.com/Andrew Abramov <[email protected]>/bem-naming/commit/ff861f691e)] - **fix**: functions should working without context (blond) | ||
* [[`d5b735f2a4`](https://github.com/Andrew Abramov <[email protected]>/bem-naming/commit/d5b735f2a4)] - **test**: use functions without context (blond) | ||
* [[`12909e709b`](https://github.com/Andrew Abramov <[email protected]>/bem-naming/commit/12909e709b)] - chore(package): update eslint to version 2.5.3 (greenkeeperio-bot) | ||
* [[`ff8f65fc1a`](https://github.com/Andrew Abramov <[email protected]>/bem-naming/commit/ff8f65fc1a)] - chore(package): update eslint to version 2.5.2 (greenkeeperio-bot) | ||
|
||
1.0.0 | ||
----- | ||
|
||
|