| OLD | NEW |
| 1 ## 0.13.2 |
| 2 |
| 3 * Relax type of TreeNode.visit, to allow returning values from visitors. |
| 4 |
| 1 ## 0.13.1 | 5 ## 0.13.1 |
| 2 | 6 |
| 3 * Fix two checked mode bugs introduced in 0.13.0. | 7 * Fix two checked mode bugs introduced in 0.13.0. |
| 4 | 8 |
| 5 ## 0.13.0 | 9 ## 0.13.0 |
| 6 | 10 |
| 7 * **BREAKING** Fix all [strong mode][] errors and warnings. | 11 * **BREAKING** Fix all [strong mode][] errors and warnings. |
| 8 This involved adding more precise on some public APIs, which | 12 This involved adding more precise on some public APIs, which |
| 9 is why it may break users. | 13 is why it may break users. |
| 10 | 14 |
| (...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 42 | 46 |
| 43 * Fix another test that was failing on IE10. | 47 * Fix another test that was failing on IE10. |
| 44 | 48 |
| 45 ## 0.11.0+1 | 49 ## 0.11.0+1 |
| 46 | 50 |
| 47 * Fix a test that was failing on IE10. | 51 * Fix a test that was failing on IE10. |
| 48 | 52 |
| 49 ## 0.11.0 | 53 ## 0.11.0 |
| 50 | 54 |
| 51 * Switch from `source_maps`' `Span` class to `source_span`'s `SourceSpan` class. | 55 * Switch from `source_maps`' `Span` class to `source_span`'s `SourceSpan` class. |
| OLD | NEW |