All Versions
232
Latest Version
Avg Release Cycle
4 days
Latest Release
-
Changelog History
Page 14
Changelog History
Page 14
-
v6.0.5 Changes
- π¦ Move Babel config from
package.json
fornode_modules
compiling cases.
- π¦ Move Babel config from
-
v6.0.4 Changes
- π Fix parsing
;;
after rules. - π Use Chalk 2.0.
- π Fix parsing
-
v6.0.3 Changes
- π Fix escape sequences parsing (by Oleh Kuchuk).
- β Added ability to force disable colors with an environment variable.
- π Improved color detection of some terminal apps.
-
v6.0.2 Changes
- Keep
raws.before
on movingRoot
children to newRoot
.
- Keep
-
v6.0.1 Changes
- π Fix parser extensibility to use it in Safe Parser.
-
v6.0 Changes
- β Remove node.js 0.12 support.
- β Remove deprecated method from PostCSS 4.
- π Insert methods remove child from previous parent, instead of closing.
- Insert methods and cloning doesnβt clean
raws
anymore. - π Methods
moveTo
,moveAfter
,moveBefore
were deprecated. - π Options was changed in
Plugin#process(css, processOptions, pluginOptions)
. - β Add stream parser to reduce memory usage (by Oleh Kuchuk).
- β Add
before()
/after()
shortcuts fornode.parent.insertBefore(node, x)
. - β Add
Rule#raws.ownSemicolon
for semicolon after templates for@apply
. - π¦ Use
babel-preset-env
to compile npm package. - β Remove
js-base64
from dependencies (by Roman Dvornov). - π Fix error message on single
:
in CSS. - π Move tests to Jest.
- β Clean up test (by Gabriel Kalani).
-
v5.2.18 Changes
- π Fix TypeScript definitions for case of multiple PostCSS versions
in
node_modules
(by Chris Eppstein).
- π Fix TypeScript definitions for case of multiple PostCSS versions
in
-
v5.2.17 Changes
- β Add
postcss-sass
suggestion to syntax error on.sass
input.
- β Add
-
v5.2.16 Changes
- π Better error on wrong argument in node constructor.
-
v5.2.15 Changes
- π Fix TypeScript definitions (by bumbleblym).