Skip to content

Releases: postcss/gulp-postcss

10.0.0

Choose a tag to compare

@w0rm w0rm released this 06 Feb 10:50

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 (deprecated)

Choose a tag to compare

@w0rm w0rm released this 12 Jan 19:07
77ed79a

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

Choose a tag to compare

@w0rm w0rm released this 29 Aug 11:52
  • Bump postcss-load-config to ^3.0.0

9.0.0

Choose a tag to compare

@w0rm w0rm released this 23 Sep 18:12
  • Bump PostCSS to 8.0
  • Drop Node 6 support
  • PostCSS is now a peer dependency

8.0.0

Choose a tag to compare

@w0rm w0rm released this 23 Sep 18:06
  • Bump PostCSS to 7.0
  • Drop Node 4 support

7.0.1

Choose a tag to compare

@w0rm w0rm released this 31 Dec 10:22
  • Drop dependency on gulp-util

7.0.0

Choose a tag to compare

@w0rm w0rm released this 06 May 13:46
  • Bump PostCSS to 6.0
  • Smaller module size
  • Use eslint instead of jshint

6.4.0

Choose a tag to compare

@w0rm w0rm released this 20 Mar 18:44
  • Add more details to PluginError object

6.3.0

Choose a tag to compare

@w0rm w0rm released this 15 Jan 17:13
  • Integrated with postcss-load-config
  • Added a callback to configure postcss on per-file-basis
  • Dropped node 0.10 support

6.2.0

Choose a tag to compare

@w0rm w0rm released this 08 Sep 18:33
  • Fix syntax error message for PostCSS 5.2 compatibility