Changelog
2.0.3 - 23 Mar. 2016
Changelog
2.0.1 - 23 Feb. 2016
decl
nodes inside atrule
s and autoRename
enabled.Changelog
2.0.0 - 18 Feb. 2016
/*rtl:begin:ignore*/ ... /*rtl:end:ignore*/
.autoRename
is applied only when a pair exists.config
options
raw
remove
Options and config settings have changed. However, you need not to worry about your CSS files as all directives are backward-compatible. This is a summary of what's changed:
New Options:
autoRenameStrict
(default: false
) to apply auto rename only when a pair exists.blacklist
to prevent execution of certain directives.clean
(default: true
), to remove directives from output CSS.processUrls
(default: false
) to control URL updates. You can also target specific node types using an object literal. e.g. {'atrule': true, 'decl': false}
.Updated Options:
autoRename
new default is false
.stringMap
:
priority
attribute to control maps execution order.exclusive
attribute, which determines if a map execution should stop iterating over other maps.'west-east'
map from the default map collection.Removed Options:
enableLogging
, still warnings and errors are reported directly to postcss.minify
, it wasn't actual minification after all!swapLeftRightInUrl
, swapLtrRtlInUrl
and swapWestEastInUrl
in favor of processUrls
option.preserveComments
, comments inside declaration values will always be preserved.preserveDirectives
, in favor of clean
option.Constructor arguments rules
, declarations
and properties
are now replaced with plugins
.
Changelog
1.7.0 - 19 Sep. 2015
calc
support.rename
directive.