- update 'css' to 2.0.0
- depend on the 'css' package, which now contains the parser
- allow # in property names
- report filename in errors if available
- add @host support. Closes #54
- add benchmarks
- add
source
property toposition
- change: relax keyframe selectors and property names
- add trim shim function. Closes #45
- fix: parser now correctly parses attributes with whitespace before colon
- fix another regexp for good old FF
- fix // declaration hack. Closes #42
- fix comments for several nodes (#34).
- add error reporting
- fix @document with no vendor prefix
- add
position
option support - add .type to all nodes. Closes #18
- fix comments within rulesets. Closes #30
- fix handling of unterminated comment. Closes #24
- add @document parsing. Closes #29
- add support for @page at-rules with nested @margin at-rules.
- add @namespace support.
- add support for new @supports at-rule.
- add comment parsing
- fix keyframes float percentages
- fix an issue with comments containing slashes.
- add component support
- fix unquoted data uris [rstacruz]
- fix keyframe names with no whitespace [rstacruz]
- fix excess semicolon support [rstacruz]
- fix IE property hack support [rstacruz]
- fix quoted strings in declarations [rstacruz]
- change "selector" to "selectors" array
- Initial release