Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 730 Bytes

CHANGELOG.md

File metadata and controls

29 lines (18 loc) · 730 Bytes

0.5.1

  • Allow programmatic use without installing click (#23 by Tobi-De).

0.5.0

  • Restructure internal code to make it easier to use as a library.

0.4.0

  • Add CLI by (#18 by tobiasmboelz).
  • Support for parsing root pseudo-class.
  • Support for parsing at-rules.

0.3.0

  • Basic support for CSS attributes.

0.2.1

  • Remove unused id selectors from CSS.
  • Remove unused element selectors from CSS.
  • Handle * in CSS rules.

0.1.0

  • Remove unused classes from CSS.
  • Support for Django/Jinja templates.
  • Basic django-compressor filter.