You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

34 lines
552 B

4 years ago
  1. # 4.0.0-rc.0
  2. * Breaking: Drops support for Node 0.12, we now require at least Node 4.
  3. * Breaking: Update PostCSS to 6.0.0.
  4. # 2.1.0
  5. * postcss-discard-empty will now report the rules that were removed
  6. (thanks to @duncanbeevers).
  7. # 2.0.1
  8. * Now compiled with babel 6.
  9. # 2.0.0
  10. * Upgraded to PostCSS 5.
  11. # 1.1.2
  12. * Increased performance by iterating the AST in a single pass
  13. (thanks to @andyjansson).
  14. # 1.1.1
  15. * Tweaks for compatibility with the plugin guidelines.
  16. # 1.1.0
  17. * Now uses the PostCSS `4.1` plugin API.
  18. # 1.0.0
  19. * Initial release.