0dfd838f6c3b79e7a73bb0bb02e998163b3fe78fdd9f3fef36ff61eb225870c8e0dfe2f12e30ac075f6bf24248c5f9ec2cd089817e1a5c288f63621e0a0d74 552 B

12345678910111213141516171819202122232425262728293031323334
  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.