Skip to content

Commit fe2cc27

Browse files
author
blond
committed
release(changelog): v1.0.1
1 parent 29fb13d commit fe2cc27

File tree

2 files changed

+54
-0
lines changed

2 files changed

+54
-0
lines changed

CHANGELOG.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,33 @@
11
Changelog
22
=========
33

4+
1.0.1
5+
-----
6+
7+
## Bug fixes
8+
9+
- Functions not working without context ([#91]).
10+
11+
**Example:**
12+
13+
```js
14+
15+
var stringifyEntity = require('bem-naming').stringify;
16+
17+
stringifyEntity({ block: 'button', modName: 'size', modVal: 's' });
18+
19+
// Uncaught TypeError: Cannot read property 'modDelim' of undefined
20+
```
21+
22+
[#91]: https://github.com/bem/bem-naming/issues/91
23+
24+
### Commits
25+
26+
* [[`ff861f691e`](https://github.com/Andrew Abramov <[email protected]>/bem-naming/commit/ff861f691e)] - **fix**: functions should working without context (blond)
27+
* [[`d5b735f2a4`](https://github.com/Andrew Abramov <[email protected]>/bem-naming/commit/d5b735f2a4)] - **test**: use functions without context (blond)
28+
* [[`12909e709b`](https://github.com/Andrew Abramov <[email protected]>/bem-naming/commit/12909e709b)] - chore(package): update eslint to version 2.5.3 (greenkeeperio-bot)
29+
* [[`ff8f65fc1a`](https://github.com/Andrew Abramov <[email protected]>/bem-naming/commit/ff8f65fc1a)] - chore(package): update eslint to version 2.5.2 (greenkeeperio-bot)
30+
431
1.0.0
532
-----
633

CHANGELOG.ru.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,33 @@
11
История изменений
22
=================
33

4+
1.0.1
5+
-----
6+
7+
### Исправления ошибок
8+
9+
- Функции не работали без контекста ([#91]).
10+
11+
**Example:**
12+
13+
```js
14+
15+
var stringifyEntity = require('bem-naming').stringify;
16+
17+
stringifyEntity({ block: 'button', modName: 'size', modVal: 's' });
18+
19+
// Uncaught TypeError: Cannot read property 'modDelim' of undefined
20+
```
21+
22+
[#91]: https://github.com/bem/bem-naming/issues/91
23+
24+
### Commits
25+
26+
* [[`ff861f691e`](https://github.com/Andrew Abramov <[email protected]>/bem-naming/commit/ff861f691e)] - **fix**: functions should working without context (blond)
27+
* [[`d5b735f2a4`](https://github.com/Andrew Abramov <[email protected]>/bem-naming/commit/d5b735f2a4)] - **test**: use functions without context (blond)
28+
* [[`12909e709b`](https://github.com/Andrew Abramov <[email protected]>/bem-naming/commit/12909e709b)] - chore(package): update eslint to version 2.5.3 (greenkeeperio-bot)
29+
* [[`ff8f65fc1a`](https://github.com/Andrew Abramov <[email protected]>/bem-naming/commit/ff8f65fc1a)] - chore(package): update eslint to version 2.5.2 (greenkeeperio-bot)
30+
431
1.0.0
532
-----
633

0 commit comments

Comments
 (0)