Gulp Postcss Versions Save

Pipe CSS through PostCSS processors with a single parse

10.0.0

3 months ago

Same changes as https://github.com/postcss/gulp-postcss/releases/tag/9.1.0, published with the major version bump because of a breaking change.

9.1.0

4 months ago

Deprecated, republished as 10.0.0 to follow semver, because of the breaking change to drop support for node <18

  • Bump postcss-load-config to ^5.0.0
  • Ensure options are passed to plugins when using postcss.config.js #170
  • Update deps
  • Drop support for node <18
  • Add flake.nix for local dev with nix develop

9.0.1

2 years ago
  • Bump postcss-load-config to ^3.0.0

9.0.0

3 years ago
  • Bump PostCSS to 8.0
  • Drop Node 6 support
  • PostCSS is now a peer dependency

8.0.0

3 years ago
  • Bump PostCSS to 7.0
  • Drop Node 4 support

7.0.1

6 years ago
  • Drop dependency on gulp-util

7.0.0

7 years ago
  • Bump PostCSS to 6.0
  • Smaller module size
  • Use eslint instead of jshint

6.4.0

7 years ago
  • Add more details to PluginError object

6.3.0

7 years ago
  • Integrated with postcss-load-config
  • Added a callback to configure postcss on per-file-basis
  • Dropped node 0.10 support

6.2.0

7 years ago
  • Fix syntax error message for PostCSS 5.2 compatibility