All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
3.0.0 (2018-08-08)
- index: add ast version (
meta.ast
) (f34954f) - index: emit
warnings
as an instance of{Error}
(8ac6fb5) - options: improved
ValidationError
messages (549ea08)
- package: requires
node >= v6.0.0
2.1.6 (2018-07-10)
- package: config memory leak, updates
postcss-load-config
v1.2.0...2.0.0 (dependencies
) (0547b12)
2.1.5 (2018-05-04)
2.1.4 (2018-04-16)
2.1.3 (2018-03-20)
- options: revert additionalProperties changes to keep SemVer (bd7fc38)
2.1.2 (2018-03-17)
2.1.1 (2018-02-26)
2.1.0 (2018-02-02)
- index: pass AST (
result.root
) && Messages (result.messages
) as metadata to other loaders (#322) (56232e7)
2.0.10 (2018-01-03)
2.0.9 (2017-11-24)
2.0.8 (2017-10-14)
- lib/options: handle
{Object}
return (options.plugins
) (#301) (df010a7) - schema: allow to pass an
{Object}
(options.syntax/options.stringifier
) (#300) (58e9996)
2.0.7 (2017-10-10)
- sanitizing
from
andto
options (postcss.config.js
) (#260) (753dea7) - index: runaway promise (#269) (8df20ce)
2.0.6 (2017-06-14)
- allow to pass an
{Object}
(options.parser
) (#257) (4974607) - misspelling in warnings (#237) (adcbb2e)
- index: simplify config loading behaviour (#259) (b313478)
2.0.5 (2017-05-10)
- regression with
options.plugins
{Function}
(webpack.config.js
) (#229) (dca52a9)
2.0.4 (2017-05-10)
- index:
postcss.config.js
not resolved correctly (options.config
) (faaeee4) - index: update validation schema, better warning message (4f20c99)
2.0.3 (2017-05-09)
- index: don't fail on 'sourceMap: false' && emit a warning instead, when previous map found (
options.sourceMap
) (159b66a)
2.0.2 (2017-05-09)
- index: 'No PostCSS Config found' (
options.config
) (#215) (e764761)
2.0.1 (2017-05-08)
- index: 'Cannot create property
prev
on booleanfalse
' (options.sourceMap
) (c4f0064)
2.0.0 (2017-05-08)
- Remove
postcss-loader-before-processing
warning (by Michael Ciniawsky).
- Fix deprecated warning (by Xiaoyu Zhai).
- Fix conflict with CLI
--config
argument (by EGOIST).
- Allow object in syntax options, not only path for require (by Jeff Escalante).
- Watch
postcss.config.js
for changes (by Michael Ciniawsky).
- Fix relative
config
parameter resolving (by Simen Bekkhus).
- Add
config
parameter (by sainthkh).
- Fix
this
in options function (by Jeff Escalante).
- PostCSS common config could be placed to subdirs.
- Add webpack instance to PostCSS common config context.
- Add common PostCSS config support (by Mateusz Derks).
- Add Webpack 2 support with
plugins
query option (by Izaak Schroeder). - Add
dependency
message support. - Rewrite docs (by Michael Ciniawsky).
- Add
exec
parameter (by Neal Granger).
- Add CSS syntax highlight to syntax error code frame.
- Fix Promise API (by Daniel Haus).
- Add
postcss-loader-before-processing
webpack event (by Jan Nicklas).
- Better syntax error message (by Andrey Popp).
- Add
sourceMap
parameter to force inline maps (by 雪狼).
- Fix plugin in simple array config.
- Allow to pass syntax, parser or stringifier as function (by Jeff Escalante).
- Fix source map support (by Andrew Bradley).
- Fix resource path.
- Add postcss-js support (by Simon Degraeve).
- Added argument with webpack instance to plugins callback (by Maxime Thirouin).
- Use PostCSS 5.0.
- Remove
safe
parameter. Use Safe Parser. - Add
syntax
,parser
andstringifier
parameters.
- Fix string source map support (by Jan Nicklas).
- Set plugins by function for hot reload support (by Stefano Brilli).
- Fix error on empty PostCSS config.
- Better check for
CssSyntaxError
.
- Fixed invalid sourcemap exception (by Richard Willis).
- Use only Promise API to catch PostCSS errors.
- Add PostCSS asynchronous API support.
- Fix source map support (by Richard Willis).
- Add warnings API support.
- Better output for CSS syntax errors.
- Use PostCSS 4.0.
- Use PostCSS 3.0.
- Initial release.