All Versions
251
Latest Version
Avg Release Cycle
34 days
Latest Release
30 days ago
Changelog History
Page 22
Changelog History
Page 22
-
v4.1.5 Changes
- π Parse at-words in declaration values.
-
v4.1.4 Changes
- π Fix Promise polyfill dependency (by Anton Yakushev and Matija MarohniΔ).
-
v4.1.3 Changes
- β Add Promise polyfill for node.js 0.10 and IE.
-
v4.1.2 Changes
- List helpers can be accessed independently
var space = postcss.list.space.
- List helpers can be accessed independently
-
v4.1.1 Changes
- π Show deprecated message only once.
-
v4.1 Changes
- π Asynchronous plugin support.
- β Add warnings from plugins and
Result#messages. - β Add
postcss.plugin()to create plugins with a standard API. - Insert nodes by CSS string.
- β Show version warning message on error from an outdated plugin.
- π Send
Resultinstance to plugins as the second argument. - β Add
CssSyntaxError#plugin. - β Add
CssSyntaxError#showSourceCode(). - β Add
postcss.listandpostcss.vendoraliases. - β Add
Processor#version. - π Parse wrong closing bracket.
- π Parse
!importantstatement with spaces and comments inside (by Ben Briggs). - Throw an error on declaration without
proporvalue(by Philip Peterson). - π Fix source map mappings position.
- β Add indexed source map support.
- Always set
error.generated. - Clean all source map annotation comments.
-
v4.0.6 Changes
- β Remove
babelfrom released package dependencies (by Andres Suarez).
- β Remove
-
v4.0.5 Changes
- π Fix error message on double colon in declaration.
-
v4.0.4 Changes
- π Fix indent detection in some rare cases.
-
v4.0.3 Changes
- Faster API with 6to5 Loose mode.
- π Fix indexed source maps support.