Sha256: 41d2494cb55dd17b1bf9e8fc5575c127bdaf97d3510594eb792ce122ecd0b6c5
Contents?: true
Size: 1.19 KB
Versions: 1
Compression:
Stored size: 1.19 KB
Contents
Crass Change History ==================== 0.1.0 (2013-10-04) ------------------ * Tokenization is a little over 50% faster. * Added tons of unit tests. * Added `Crass.parse_properties` and `Crass::Parser.parse_properties`, which can be used to parse the contents of an HTML element's `style` attribute. * Added `Crass::Parser.parse_rules`, which can be used to parse the contents of an `:at_rule` block like `@media` that may contain style rules. * Fixed: `Crass::Parser#consume_at_rule` and `#consume_qualified_rule` didn't properly handle already-parsed `:simple_block` nodes in the input, which occurs when parsing rules in the value of an `:at_rule` block. * Fixed: On `:property` nodes, `:important` is now set to `true` when the property is followed by an "!important" declaration. * Fixed: "!important" is no longer included in the value of a `:property` node. * Fixed: A variety of tokenization bugs uncovered by tests. * Fixed: Added a workaround for a possible spec bug when an `:at_keyword` is encountered while consuming declarations. 0.0.2 (2013-09-30) ------------------ * Fixed: `:at_rule` nodes now have a `:name` key. 0.0.1 (2013-09-27) ------------------ * Initial release.
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
crass-0.1.0 | HISTORY.md |