Skip to content

Latest commit

 

History

History
37 lines (20 loc) · 1.48 KB

CHANGELOG.md

File metadata and controls

37 lines (20 loc) · 1.48 KB

2.3.0 (2017-02-13)

Features

  • index: Allow extensions for .postcssrc (65cc0d0)

2.2.0 (2017-01-11)

Features

  • index: expose config file (c643172)
  • index: improve error handling (f3a4048)
  • lib: improve error handling (a64bb03)

2.1.0 (2016-12-05)

Bug Fixes

  • index: set NODE_ENV if undefined (920f806)
  • index: support node v0.12 (e31fab3)
  • lib/plugins: support node v0.12 (c440e6b)
  • loadPlugins: add object-assign polyfill (acd3f84)
  • plugins: check for plugin.default (024e8c7)

Features

  • function support, jsdoc, cleanups (f637d60)