- update 'css' to 2.0.0
- depend on the 'css' package, which now contains the stringifier
- add missing files to component.json
- add source map generation
- fix whitespace and indentation in the Compressed compiler.
- add @namespace support
- add .stylesheet(node)
- fix output of rules with no declarations for Identity compiler
- fix defaulting of options
- add ignoring of empty rulesets. Closes #7
- add separate compilers
- add @supports support
- add @page compilation support
- fix comment output. Closes #16
- fix trailing ; with comments within rules
- fix comment indentation
- add @document compilation. Closes #82
- add omission of comments when compressed
- add comment support
- fix indentation of multiple selectors in @media. Closes #11
- fix indentation
- add @charset support [rstacruz]
- add component support
- add "selectors" array support
- Initial release