Stylecow v7.0.0 Release Notes

    • โœ‚ Removed support for node 0.x and iojs. This library is for node >= 4.0
    • ๐Ÿ’… Updated stylecow-core to 2.0.1 (from 1.1.1)
    • โšก๏ธ Updated all plugins to new major version
    • ๐Ÿ‘Œ Improved cli with colors and other ux changes
    • ๐Ÿ†• New commands stylecow run to execute stylecow in a node module instead a config json file. The module must have the following scheme:
      module.exports = function (stylecow) {
        //here your code
      }