What is new in the v3.1.0?
fengyuanchen opened this issue · comments
Fengyuan Chen commented
I cannot find any change log, so I have to check out the code commits for the changes...
I think a changelog is really necessary!
Tom Bremer commented
You're absolutely right! I have added a changelog and published a patch version.
To answer your question the changes in 3.1.0 are listed in depth. But the TLDR; is:
- Opt in support for
shortcut
selectors@b, @e, @m
instead of@block, @element, @modifier
- Opt in support for changing the separators (still defaults to
__
for elements and--
for modifiers. - Added Travis test for Node 8
- updated packages
- minor optimizations
- package.json description updates