All Versions
232
Latest Version
Avg Release Cycle
4 days
Latest Release
-

Changelog History
Page 21

  • v4.0.3 Changes

    • Faster API with 6to5 Loose mode.
    • ๐Ÿ›  Fix indexed source maps support.
  • v4.0.2 Changes

    • ๐Ÿ’… Do not copy IE hacks to code style.
  • v4.0.1 Changes

    • โž• Add source.input to Root too.
  • v4.0 Changes

    • ๐Ÿ“‡ Rename Container#childs to nodes.
    • ๐Ÿ”Œ Rename PostCSS#processors to plugins.
    • โž• Add Node#replaceValues() method.
    • โž• Add Node#moveTo(), moveBefore() and moveAfter() methods.
    • โž• Add Node#cloneBefore() and cloneAfter() shortcuts.
    • โž• Add Node#next(), prev() and root() shortcuts.
    • โž• Add Node#replaceWith() method.
    • โž• Add Node#error() method.
    • โž• Add Container#removeAll() method.
    • โž• Add filter argument to eachDecl() and eachAtRule().
    • โž• Add Node#source.input and move source.file or source.id to input.
    • ๐Ÿ”„ Change code indent, when node was moved.
    • ๐Ÿ‘ Better fix code style on Rule, AtRule and Comment nodes changes.
    • ๐Ÿ‘ Allow to create rules and at-rules by hash shortcut in append methods.
    • โž• Add class name to CSS syntax error output.
  • v3.0.7 Changes

    • ๐Ÿ›  Fix IE filter parsing with multiple commands.
    • ๐Ÿ”Œ Safer way to consume PostCSS object as plugin (by Maxime Thirouin).
  • v3.0.6 Changes

    • ๐Ÿ›  Fix missing semicolon when comment comes after last declaration.
    • ๐Ÿ›  Fix Safe Mode declaration parsing on unclosed blocks.
  • v3.0.5 Changes

    • ๐Ÿ›  Fix parser to support difficult cases with backslash escape and brackets.
    • โž• Add CssSyntaxError#stack (by Maxime Thirouin).
  • v3.0.4 Changes

    • ๐Ÿ›  Fix Safe Mode on unknown word before declaration.
  • v3.0.3 Changes

    • Increase tokenizer speed (by Roman Dvornov).
  • v3.0.2 Changes

    • ๐Ÿ›  Fix empty comment parsing.
    • ๐Ÿ›  Fix Root#normalize in some inserts.