for node.js package grunt-tt2-bem
- Fix: constructing file paths with methods of module path.
- Feature: option
allowed
(blocks) can be set byFunction
returned anArray
. - Fix: incorrect behaviour if there is no
mod
/mods
for the element. - Refactoring of the
handleElemMod()
.
- Fix: correct handle the negate symbols
!
in globbing patterns (#9). - Feature: support for composite
String
insrc
property (#10).
- Fix: names w/o dots, slashes or dashes are treated as "variable" (#8).
- Changed naming algorithm for declaration files.
- Added new options for more flexible src/dest files handling.
- Source templates (patterns) passed via
src
property. It acceptsString
,Array
orObject
. - Destination directory passed via
dest
property. - Updated README.md.
- Initial release