Skip to content

v1.0.1

Latest

Choose a tag to compare

@blond blond released this 06 Jun 18:20
· 170 commits to master since this release

Bug fixes

  • Functions not working without context (#91).

    Example:

    var stringifyEntity = require('bem-naming').stringify;
    
    stringifyEntity({ block: 'button', modName: 'size', modVal: 's' });
    
    // Uncaught TypeError: Cannot read property 'modDelim' of undefined