Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 ## 0.26.1+1 | |
| 2 | |
| 3 * Made the compile to JavaScript hints optional | |
|
Paul Berry
2015/08/24 14:10:46
Remove this line. This change was made in 0.26.1,
| |
| 4 * Removed a warning about importing unnamed libraries | |
| 5 | |
|
Paul Berry
2015/08/24 14:10:46
Add an additional bullet:
* Fix handling of empty
| |
| 1 ## 0.26.1 | 6 ## 0.26.1 |
| 2 | 7 |
| 3 * Fix line starts in multiline comments (issue 23919). | 8 * Fix line starts in multiline comments (issue 23919). |
| 4 * Various small fixes to Windows path handling. | 9 * Various small fixes to Windows path handling. |
| 5 * Update LineInfo computation during incremental resolution. | 10 * Update LineInfo computation during incremental resolution. |
| 6 * Make exclude list apply to contexts (issue 23941). | 11 * Make exclude list apply to contexts (issue 23941). |
| 7 * Fix type propagation for asynchronous for-in statements. | 12 * Fix type propagation for asynchronous for-in statements. |
| 8 * Fix ToStringVisitor for external functions (issue 23968). | 13 * Fix ToStringVisitor for external functions (issue 23968). |
| 9 * Fix sorting of compilation unit members. | 14 * Fix sorting of compilation unit members. |
| 10 * Add forwarding for DefaultFormalParameter metadata. | 15 * Add forwarding for DefaultFormalParameter metadata. |
| (...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 62 ## 0.22.0 | 67 ## 0.22.0 |
| 63 | 68 |
| 64 New API: | 69 New API: |
| 65 | 70 |
| 66 * `Source.uri` added. | 71 * `Source.uri` added. |
| 67 | 72 |
| 68 Breaking changes: | 73 Breaking changes: |
| 69 | 74 |
| 70 * `DartSdk.fromEncoding` replaced with `fromFileUri`. | 75 * `DartSdk.fromEncoding` replaced with `fromFileUri`. |
| 71 * `Source.resolveRelative` replaced with `resolveRelativeUri`. | 76 * `Source.resolveRelative` replaced with `resolveRelativeUri`. |
| OLD | NEW |