Releases: codewithkyle/cssmonster
v0.7.0
⚠ 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
⚠ 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
v0.3.0
Added
- preflight resets
<button>padding - preflight resets
<a>text color and decoration styles autoresolveconfig value- CSSMonster will throw an error when two files have the same name and
autoresolveisfalse
CSSMonster v0.2.0
CSSMonster v0.1.1
Fixed
- No longer using
compressedoutput because it was stripping comments needed to temporarily disable purgeCSS - CSSMonster wasn't using the
minifyboolean provided in the config file
CSSMonster v0.1.0
Added
- Initial CLI command
- Initial script
- Merges and generates
normalize.css - Developers can disable
purgeCSS - CLI consumes user provided config file