OLD | NEW |
| 1 ## 1.0.5 |
| 2 |
| 3 * Add compatibility for member names that include named arguments. |
| 4 |
1 ## 1.0.4 | 5 ## 1.0.4 |
2 | 6 |
3 * Add compatibility for Dart 1.10-style name munging. | 7 * Add compatibility for Dart 1.10-style name munging. |
4 | 8 |
5 ## 1.0.3 | 9 ## 1.0.3 |
6 | 10 |
7 * Prefer "dart:" URLs to "package:" URLs. | 11 * Prefer "dart:" URLs to "package:" URLs. |
8 | 12 |
9 ## 1.0.2 | 13 ## 1.0.2 |
10 | 14 |
11 * Fix an off-by-one bug that was causing line numbers to be slightly off. | 15 * Fix an off-by-one bug that was causing line numbers to be slightly off. |
12 | 16 |
13 ## 1.0.1 | 17 ## 1.0.1 |
14 | 18 |
15 * Don't crash when mapping stack chains. | 19 * Don't crash when mapping stack chains. |
16 | 20 |
17 ## 1.0.0 | 21 ## 1.0.0 |
18 | 22 |
19 * Initial release. | 23 * Initial release. |
OLD | NEW |