PostCSS v6.0 Release Notes

    • βœ‚ 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 for node.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).