1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92
|
1.7.0 / 2013-12-21
==================
* allow # in property names
* report filename in errors if available
1.6.0 / 2013-10-16
==================
* add @host support. Closes #54
* add benchmarks
* add `source` property to `position`
* change: relax keyframe selectors and property names
1.5.3 / 2013-09-10
==================
* add trim shim function. Closes #45
* fix: parser now correctly parses attributes with whitespace before colon
1.5.2 / 2013-07-28
==================
* fix another regexp for good old FF
1.5.1 / 2013-07-23
==================
* fix // declaration hack. Closes #42
* fix comments for several nodes (#34).
1.5.0 / 2013-06-18
==================
* add error reporting
* fix @document with no vendor prefix
1.4.0 / 2013-05-22
==================
* add `position` option support
* add .type to all nodes. Closes #18
* fix comments within rulesets. Closes #30
* fix handling of unterminated comment. Closes #24
1.3.0 / 2013-05-21
==================
* add @document parsing. Closes #29
1.2.0 / 2013-03-28
==================
* add support for @page at-rules with nested @margin at-rules.
* add @namespace support.
* add support for new @supports at-rule.
1.1.0 / 2013-03-18
==================
* add comment parsing
1.0.4 / 2012-09-17
==================
* fix keyframes float percentages
* fix an issue with comments containing slashes.
1.0.3 / 2012-09-01
==================
* add component support
* fix unquoted data uris [rstacruz]
* fix keyframe names with no whitespace [rstacruz]
* fix excess semicolon support [rstacruz]
1.0.2 / 2012-09-01
==================
* fix IE property hack support [rstacruz]
* fix quoted strings in declarations [rstacruz]
1.0.1 / 2012-07-26
==================
* change "selector" to "selectors" array
1.0.0 / 2010-01-03
==================
* Initial release
|