| OLD | NEW |
| 1 ## 0.14.0 |
| 2 |
| 3 ### New features |
| 4 |
| 5 * Supports nested at-rules. |
| 6 * Supports nested HTML comments in CSS comments and vice-versa. |
| 7 |
| 8 ### Breaking changes |
| 9 |
| 10 * The `List<RuleSet> rulesets` field on `MediaDirective`, `HostDirective`, and |
| 11 `StyletDirective` has been replaced by `List<TreeNode> rules` to allow nested |
| 12 at-rules in addition to rulesets. |
| 13 |
| 1 ## 0.13.6 | 14 ## 0.13.6 |
| 2 | 15 |
| 3 * Adds support for `@viewport`. | 16 * Adds support for `@viewport`. |
| 4 * Adds support for `-webkit-calc()` and `-moz-calc()`. | 17 * Adds support for `-webkit-calc()` and `-moz-calc()`. |
| 5 * Adds support for querying media features without specifying an expression. For | 18 * Adds support for querying media features without specifying an expression. For |
| 6 example: `@media (transform-3d) { ... }`. | 19 example: `@media (transform-3d) { ... }`. |
| 7 * Prevents exception being thrown for invalid dimension terms, and instead | 20 * Prevents exception being thrown for invalid dimension terms, and instead |
| 8 issues an error. | 21 issues an error. |
| 9 | 22 |
| 10 ## 0.13.5 | 23 ## 0.13.5 |
| (...skipping 79 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 90 | 103 |
| 91 * Fix another test that was failing on IE10. | 104 * Fix another test that was failing on IE10. |
| 92 | 105 |
| 93 ## 0.11.0+1 | 106 ## 0.11.0+1 |
| 94 | 107 |
| 95 * Fix a test that was failing on IE10. | 108 * Fix a test that was failing on IE10. |
| 96 | 109 |
| 97 ## 0.11.0 | 110 ## 0.11.0 |
| 98 | 111 |
| 99 * Switch from `source_maps`' `Span` class to `source_span`'s `SourceSpan` class. | 112 * Switch from `source_maps`' `Span` class to `source_span`'s `SourceSpan` class. |
| OLD | NEW |