Skip to content

Releases: postcss/postcss-load-config

v2.1.0

10 Jun 18:03
Compare
Choose a tag to compare

2019-06-10

Bug Fixes

  • plugins: add undefined to plugin options check (#177) (4349ea9)

Features

  • src/index: support synchronous config loading (rc.sync) (f230d40)

v2.0.0

10 Jul 14:09
Compare
Choose a tag to compare

2018-07-10

Bug Fixes

  • package: require-from-string memory leak, updates cosmiconfig v2.1.0...4.0.0 (dependencies) (17f9621)
  • src/index.js: clone the config {Object} on assignment instead of mutating it (8669a90)

Features

  • src: load plugins from the current working directory (9745bf0)
  • src: show config file in err.message (4baff47)

BREAKING CHANGES

  • package: requires node >= v4.0.0
  • package: removes argv option (options.argv)
  • package: removes --config parsing

v1.2.0

13 Feb 02:22
Compare
Choose a tag to compare

Features

  • index: allow extensions for .postcssrc (0d3bf35)

v1.1.0

11 Jan 11:43
Compare
Choose a tag to compare

Features

  • index: config.file, improve {Error} handling (a6c32fd)

v1.0.0

27 Oct 15:30
Compare
Choose a tag to compare
chore(package): v1.0.0-rc...v1.0.0