Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(75)

Side by Side Diff: CHANGELOG.md

Issue 1018643002: change to source-order crawling of directives instead of alphabetical (Closed) Base URL: git@github.com:dart-lang/static-init.git@master
Patch Set: switch to bug fix instead of breaking change, and use definingCompilationUnit Created 5 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « .status ('k') | lib/src/mirror_loader.dart » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 ## 0.5.1+7
2
3 * Change to source order-crawling of directives instead of alphabetical. The one
4 exception is for `part` directives, those are still crawled in alphabetical
5 order since we can't currently get the original source order from the mirror
6 system.
7
1 ## 0.5.1+6 8 ## 0.5.1+6
2 9
3 * Fix some analyzer warnings. 10 * Fix some analyzer warnings.
4 11
5 ## 0.5.1+5 12 ## 0.5.1+5
6 13
7 * Fix an issue where for certain programs the transformer could fail, 14 * Fix an issue where for certain programs the transformer could fail,
8 [33](https://github.com/dart-lang/polymer-dart/issues/33). 15 [33](https://github.com/dart-lang/polymer-dart/issues/33).
9 16
10 17
(...skipping 79 matching lines...) Expand 10 before | Expand all | Expand 10 after
90 97
91 ## 0.1.0+1 98 ## 0.1.0+1
92 99
93 Quick fix for the transformer on windows. 100 Quick fix for the transformer on windows.
94 101
95 ## 0.1.0 102 ## 0.1.0
96 103
97 Initial beta release. There is one notable missing feature in the release 104 Initial beta release. There is one notable missing feature in the release
98 regarding constructor arguments, see 105 regarding constructor arguments, see
99 [5](https://github.com/dart-lang/initialize/issues/5). 106 [5](https://github.com/dart-lang/initialize/issues/5).
OLDNEW
« no previous file with comments | « .status ('k') | lib/src/mirror_loader.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698