All Versions
251
Latest Version
Avg Release Cycle
34 days
Latest Release
30 days ago

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.
  • 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 Result instance to plugins as the second argument.
    • βž• Add CssSyntaxError#plugin.
    • βž• Add CssSyntaxError#showSourceCode().
    • βž• Add postcss.list and postcss.vendor aliases.
    • βž• Add Processor#version.
    • πŸ“œ Parse wrong closing bracket.
    • πŸ“œ Parse !important statement with spaces and comments inside (by Ben Briggs).
    • Throw an error on declaration without prop or value (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 babel from released package dependencies (by Andres Suarez).
  • 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.