| OLD | NEW |
| 1 ## 0.14.1 |
| 2 |
| 3 * Deprecated `package:csslib/css.dart`. |
| 4 Use `parser.dart` and `visitor.dart` instead. |
| 5 |
| 1 ## 0.14.0 | 6 ## 0.14.0 |
| 2 | 7 |
| 3 ### New features | 8 ### New features |
| 4 | 9 |
| 5 * Supports nested at-rules. | 10 * Supports nested at-rules. |
| 6 * Supports nested HTML comments in CSS comments and vice-versa. | 11 * Supports nested HTML comments in CSS comments and vice-versa. |
| 7 | 12 |
| 8 ### Breaking changes | 13 ### Breaking changes |
| 9 | 14 |
| 10 * The `List<RuleSet> rulesets` field on `MediaDirective`, `HostDirective`, and | 15 * The `List<RuleSet> rulesets` field on `MediaDirective`, `HostDirective`, and |
| (...skipping 92 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 103 | 108 |
| 104 * Fix another test that was failing on IE10. | 109 * Fix another test that was failing on IE10. |
| 105 | 110 |
| 106 ## 0.11.0+1 | 111 ## 0.11.0+1 |
| 107 | 112 |
| 108 * Fix a test that was failing on IE10. | 113 * Fix a test that was failing on IE10. |
| 109 | 114 |
| 110 ## 0.11.0 | 115 ## 0.11.0 |
| 111 | 116 |
| 112 * Switch from `source_maps`' `Span` class to `source_span`'s `SourceSpan` class. | 117 * Switch from `source_maps`' `Span` class to `source_span`'s `SourceSpan` class. |
| OLD | NEW |