All Versions
30
Latest Version
Avg Release Cycle
33 days
Latest Release
-

Changelog History
Page 2

  • v7.0.2

    September 28, 2015
  • v7.0.0 Changes

    • ✂ 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
      }
    
  • v6.10.0 Changes

    • ⚡️ Updated dependencies
    • ➕ Added support for Microsoft Edge
    • Some UX improvements
  • v6.9.0 Changes

    • ➕ Added the option config-json to provide the configuration directly in the cli, instead a json file. For example:
      stylecow --config-json '{"files":[{"input":"styles.css","output":"styles.min.css","map":false}],"support":{"explorer":10,"firefox":30,"chrome":35,"safari":6,"opera":22,"android":4,"ios":6},"plugins":["color","custom-media","custom-selector","extend","fixes","flex","import","matches","nested-rules","prefixes","rem","variables"],"code":"normal"}'
    
  • v6.8.0 Changes

    • ⚡️ Updated plugin "prefixes" to version 5.0, that use caniuse database
    • 🆕 New plugin "webkit-gradient" to do not mix old webkit syntax fallback with vendor prefixes on standard syntax (done by "prefixes")
    • ⚡️ Updated plugin "flex" to version 5.0, that removes the vendor prefixes to standard syntax (this is done by "prefixes")
    • 💅 Updated stylecow-core dependency, that fixes some issues on task execution
  • v6.7.0 Changes

    • 💅 stylecow-parser dependency was renamed to stylecow-core. All related task functions was moved to the core, so this package contains only the command line interface and the core and plugins as dependencies.
    • ✂ Removed utils for plugins to make them more independent.
    • 👌 Improved performance on execute plugins
    • 👌 Improved error message when no config file has found.
  • v6.6.1 Changes

    • 💅 Updated to stylecow-parser 2.6.x
    • 👌 Improved performance on execute plugins
  • v6.6.0 Changes

    • 💻 Catch and display the errors in the console and browser (on live-reload)
    • 💻 Implemented browserslist to define the browser support using its API
  • v6.5.0 Changes

    • 🆕 New plugin "extend"
    • 🐎 Performance improved
  • v6.4.0 Changes

    • 🆕 New plugin "calc"