745dca61fcfacc093a3add1697170e8f86c1677447c07549d5974c688d9cb03e13f5b796ebf5ec3a1ad6fcff7f3cfef1ff4c0f37d2cb90cb8eae332d542e90 809 B

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. # 2.2.3
  2. * Font lookup is now case-insensitive, preventing unwanted removal of fonts
  3. that are used (thanks to @thomas-mcdonald).
  4. # 2.2.2
  5. * Removed a dependency on `flatten`.
  6. * Performance tweaks; now performs a single AST pass instead of four.
  7. # 2.2.1
  8. * Now compiled with Babel 6.
  9. # 2.2.0
  10. * Added a new option to remove `@namespace` rules (thanks to @plesiecki).
  11. # 2.1.0
  12. * Added options to customise what the module discards (thanks to @TrySound).
  13. # 2.0.0
  14. * Upgraded to PostCSS 5.
  15. # 1.0.3
  16. * Improved performance by reducing the amount of AST iterations.
  17. * Converted the codebase to ES6.
  18. # 1.0.2
  19. * Fixes an integration issue where the module would crash on `undefined`
  20. `rule.nodes`.
  21. # 1.0.1
  22. * Fixes an issue where multiple animations were not being recognized.
  23. # 1.0.0
  24. * Initial release.