Skip to content

Releases: codewithkyle/cssmonster

v0.7.0

28 Jan 18:12

Choose a tag to compare

⚠ Breaking Changes ⚠

This release contains backwards-incompatible changes. Since cssmosnter is before version 1.0.0, these changes have been released as a new minor version to reflect this (as recommended by npm). You should either be pinning the exact version of cssmosnter in your package.json file or be using a version range syntax that only accepts patch upgrades such as ~0.4.0. See the documentation about semver for more information.

Updated

  • NPM packages (new major versions)
  • Switched to ES Module imports (internal, required by minify)
  • Switched from JavaScript to JSON for config file formats (see readme)

v0.5.0

22 Dec 21:32

Choose a tag to compare

⚠ Breaking Changes ⚠

This release contains backwards-incompatible changes. Since cssmosnter is before version 1.0.0, these changes have been released as a new minor version to reflect this (as recommended by npm). You should either be pinning the exact version of cssmosnter in your package.json file or be using a version range syntax that only accepts patch upgrades such as ~0.4.0. See the documentation about semver for more information.

node-sass was been deprecated by the authors and is no longer a dependency for this project. The sass package has taken it's place as a peer dependency.

Updated

  • NPM packages

v0.4.0

05 Jun 15:09

Choose a tag to compare

Updated

Fixed

  • purge config value now defaults to false

v0.3.0

10 Sep 13:12

Choose a tag to compare

Added

  • preflight resets <button> padding
  • preflight resets <a> text color and decoration styles
  • autoresolve config value
  • CSSMonster will throw an error when two files have the same name and autoresolve is false

CSSMonster v0.2.0

10 Feb 12:27

Choose a tag to compare

Added

  • updated purgeCSS to v2 #3
  • ability to include sass import paths #4

CSSMonster v0.1.1

18 Jan 13:18

Choose a tag to compare

Fixed

  • No longer using compressed output because it was stripping comments needed to temporarily disable purgeCSS
  • CSSMonster wasn't using the minify boolean provided in the config file

CSSMonster v0.1.0

11 Jan 21:47
1e57f65

Choose a tag to compare

Added

  • Initial CLI command
  • Initial script
  • Merges and generates normalize.css
  • Developers can disable purgeCSS
  • CLI consumes user provided config file