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

Changelog History
Page 14

  • v6.0.5 Changes

    • πŸ“¦ Move Babel config from package.json for node_modules compiling cases.
  • v6.0.4 Changes

    • πŸ›  Fix parsing ;; after rules.
    • πŸ‘‰ Use Chalk 2.0.
  • 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 moving Root children to new Root.
  • 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 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).
  • v5.2.18 Changes

    • πŸ›  Fix TypeScript definitions for case of multiple PostCSS versions in node_modules (by Chris Eppstein).
  • v5.2.17 Changes

    • βž• Add postcss-sass suggestion to syntax error on .sass input.
  • v5.2.16 Changes

    • πŸ‘ Better error on wrong argument in node constructor.
  • v5.2.15 Changes

    • πŸ›  Fix TypeScript definitions (by bumbleblym).