New Features
11 Added support for conditional IE comments:
HAML
-[if IE]
%script(src="script.js")
/ Renders to
<!--[if IE]><script src="script.js"></script><![endif]-->
12 Added synonyms for the JS and CSS filter. Previously there was only `:css` and `:javascript`. You can now instead use `:stylesheet` and `:js`.
Other Notes
- Reworded some copy in the README