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

Changelog History
Page 1

  • v7.4.0 Changes

    • ๐Ÿ‘ Allow to customize the code style #10
  • v7.3.2 Changes

    • ๐Ÿ›  Fixed live reloading with absolute urls
  • v7.3.0 Changes

    May 18, 2016
    • โšก๏ธ Updated dependencies
    • โž• Added npm-loader plugin
  • v7.2.0 Changes

    • ๐Ÿ‘Œ Improved error reporting on watch
    • ๐Ÿ’… Updated stylecow-core to 2.3.x
    • โšก๏ธ Updated other dependencies
  • v7.1.1 Changes

    December 07, 2015
    • ๐Ÿ’… Updated stylecow-plugins: New plugin bower-loader
    • ๐Ÿ›  Fixed custom modules loading
  • v7.1.0 Changes

    November 17, 2015
    • ๐Ÿ’… Updated stylecow-core to 2.2.x
    • โž• Added glob support. For example:
      {
        "files": [{
          "input": "styles/*.css",
          "output": "dist/[name].min.css"
        }]
      }
    

    The available replacement cards are [name], [dir], [ext] and [base], and the values returned are the same than path.parse().

    • The map config value is global instead specific for each file. For example: Before:
      {
        "files": [
          {
            "input": "styles/style.css",
            "output": "dist/style.min.css",
            "map": "dist/style.min.map"
          }
        ]
      }
    
    

    Now:

      {
        "files": [
          {
            "input": "styles/style.css",
            "output": "dist/style.min.css"
          }
        ],
        "map": "file"
      }
    

    The available options are file (to generate a file with .map extension), embed, none and auto (by default). The map value for each file was keept for backward compatibility.

  • v7.0.6 Changes

    November 07, 2015
    • ๐Ÿ’… Updated stylecow-plugins: New plugin media-queries
  • v7.0.5 Changes

    November 07, 2015
    • ๐Ÿ›  Fixed cwd bug
  • v7.0.4 Changes

    October 22, 2015

    โšก๏ธ Updated dependencies:

    • ๐Ÿ’… stylecow-core 2.1.0 (from 2.0.x)
    • ๐Ÿ’… stylecow-plugin-variables 5.1.0 (from 5.0.x)

    ๐Ÿ‘Œ Support of custom properties and at-apply rule using the Tab Atkins spec

  • v7.0.3 Changes

    October 10, 2015

    โšก๏ธ Updated dependencies: