| OLD | NEW |
| 1 ## 0.13.1 |
| 2 |
| 3 * Fix two checked mode bugs introduced in 0.13.0. |
| 4 |
| 1 ## 0.13.0 | 5 ## 0.13.0 |
| 2 | 6 |
| 3 * **BREAKING** Fix all [strong mode][] errors and warnings. | 7 * **BREAKING** Fix all [strong mode][] errors and warnings. |
| 4 This involved adding more precise on some public APIs, which | 8 This involved adding more precise on some public APIs, which |
| 5 is why it may break users. | 9 is why it may break users. |
| 6 | 10 |
| 7 [strong mode]: https://github.com/dart-lang/dev_compiler/blob/master/STRONG_MODE
.md | 11 [strong mode]: https://github.com/dart-lang/dev_compiler/blob/master/STRONG_MODE
.md |
| 8 | 12 |
| 9 ## 0.12.2 | 13 ## 0.12.2 |
| 10 | 14 |
| (...skipping 27 matching lines...) Expand all Loading... |
| 38 | 42 |
| 39 * Fix another test that was failing on IE10. | 43 * Fix another test that was failing on IE10. |
| 40 | 44 |
| 41 ## 0.11.0+1 | 45 ## 0.11.0+1 |
| 42 | 46 |
| 43 * Fix a test that was failing on IE10. | 47 * Fix a test that was failing on IE10. |
| 44 | 48 |
| 45 ## 0.11.0 | 49 ## 0.11.0 |
| 46 | 50 |
| 47 * Switch from `source_maps`' `Span` class to `source_span`'s `SourceSpan` class. | 51 * Switch from `source_maps`' `Span` class to `source_span`'s `SourceSpan` class. |
| OLD | NEW |