- Drop support for Node 0.12
- Update
postcss-easy-importto2.0.0 - Update
fs-extrato2.1.2 - Update
autoprefixerto6.7.7 - Update
postcss-applyto0.6.1 - Update
postcss-color-functionto3.0.0 - Update
postcss-reporterto3.0.0 - Update
postcssto5.2.17 - Update
stylelint-config-suitcssto11.0.0 - Update
stylelintto7.10.1 - Update
devDependenciesto latest
- Fix: Allow
--importRootto override root config option #70 - Fix: Setting
lintto false also disablespostcss-bem-linter#68 - Allow config file to be arbitrarily named #66
- Fix:
undefinedcli flags don't override config #62 - Update
postcss-reporterto^2.0.0#63
-
Pin core plugins order:
postcss-easy-import[ user plugins ] [ encapsulation plugins ]autoprefixerpostcss-reporter -
Add experimental
encapsulateoption/feature -
CLI flags override config file options
-
Input file is now linted (previously only imported files were passed through the linting tools)
-
Add
--throw-error(-e) to CLI -
Enable
lintoption by default -
Add
postcss-apply -
Add
postcss-color-function -
Add
debugoption to pass anpostcss-debuginstance -
Allow usage of
transformandonImportinpostcss-easy-import -
Remove
beforeLintfeature -
Add default browsers list for autoprefixer
-
Use
stylelint-config-suitcssfrom within the preprocessor. No longer needs to be installed locally by the consumer.
- Switch to
postcss-easy-import - Major release to correct previous upgrade to stylelint 5.x
- Upgrade
stylelintto^5.0.1
- Fix issue with CSS returned from
beforeLintnot being used correctly - a07bb8c - Fix incorrect date in CHANGELOG.md
- Upgrade
stylelintto version4.2.0 - Upgrade
postcss-importto8.0.2 - Improve tests
- Use
stylelint-config-suitcssas a dev dependency as it must be installed where the preprocessor is being used.
- Add stylelint as an optional linting step
- Add
beforeLintfunction which allows imported CSS to be manipulated before linting - Flatten configuration options so that PostCSS specific settings are no longer
inside
config: {}.
- Allow re-ordering of the
useplugins array from config - Update
autoprefixerto^6.1.1 - Update
postcss-bem-linterto^2.3.0
- Fix issue with options not being passed to
postcss-bem-linterandpostcss-reporter
- Switch from Rework to PostCSS
- Add support for configuration file (
-c) - Move
--compressto--minifyand use cssnano - Fix
--watchto run when imported files change - Allow additional PostCSS plugins to be added to the pipeline
- Node API now returns a promise
- Upgrade existing
package.jsondependencies
- Update 'rework-suit' to ^4.0.0.
- Add 'import-root' CLI option.
- Add 'compress' CLI option.
- Update 'autoprefixer' to ^1.3.0.
- Update 'rework-suit' to ^3.0.0.
- Update 'rework' to ^1.0.0.
- Support configuration.
- Update 'autoprefixer' to ^1.1.20140410.
- Update 'rework-suit' to 2.0.x.
- Initial release