= Change Log
Below is a complete list of changes for each revision of CssDryer.
== 0.1.2
* Incompatible with Rails 1.1.6 and below thanks to the use of :format in a route. Update to Rails 1.2RC1 :)
* Caches correctly with .css extension. Updated the README with the necessary changes to the controller and routes.
* Works with the stylesheet_link_tag helper. Updated the README with the changes to make this work.
== 0.1.1
* Fixed bug where comma separated style values, e.g. font families, were misinterpreted as comma separated selectors.
== 0.1.0
* Handles comma separated selectors (suggested by John Nunemaker).
* No longer outputs nested blank lines (noticed by Adi).
== 0.0.5
* Changed extension from .dcss to .ncss to avoid clashing with Miles Byrne's DCSS stylesheets (suggested by Miles).
* Clarified the lack of support for nested, multiple, comma separated selectors by adding a paragraph to the README's Which Selectors Are Supported section.
== 0.0.4
* Handles class, pseudo-class, attribute, id, child and adjacent selectors (suggested by Adi and Maxim Kulkin).
* No longer outputs empty selectors (noticed by Adi).
* Fixed typo in nesting example in README.
== 0.0.3
* Fixed bug where parameter was passed to the wrong method.
== 0.0.2
* Added support for @media blocks.
* Fixed bug in handling of non-nested descendant selectors.
* Handles whitespace consistently, preserving the original as much as possible.
== 0.0.1
* Initial public release.
* Handles descendant selectors.
* Handles ERB.