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

Side by Side Diff: CHANGELOG.md

Issue 1008533003: add from option to run (Closed) Base URL: git@github.com:dart-lang/static-init.git@master
Patch Set: 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/initialize.dart » ('j') | lib/initialize.dart » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 ## 0.5.2
2
3 * Added the `from` option to `run`. This should be a `Uri` pointing to a library
4 in the mirror system, and throws if not in mirrors mode. This can be used to
5 run initializers in a custom order at development time.
6
1 ## 0.5.1+8 7 ## 0.5.1+8
2 * Make sure to crawl the entire supertype chain for annotations, and run them 8 * Make sure to crawl the entire supertype chain for annotations, and run them
3 in reverse order. 9 in reverse order.
4 10
5 ## 0.5.1+7 11 ## 0.5.1+7
6 12
7 * Change to source order-crawling of directives instead of alphabetical. The one 13 * Change to source order-crawling of directives instead of alphabetical. The one
8 exception is for `part` directives, those are still crawled in alphabetical 14 exception is for `part` directives, those are still crawled in alphabetical
9 order since we can't currently get the original source order from the mirror 15 order since we can't currently get the original source order from the mirror
10 system. 16 system.
(...skipping 90 matching lines...) Expand 10 before | Expand all | Expand 10 after
101 107
102 ## 0.1.0+1 108 ## 0.1.0+1
103 109
104 Quick fix for the transformer on windows. 110 Quick fix for the transformer on windows.
105 111
106 ## 0.1.0 112 ## 0.1.0
107 113
108 Initial beta release. There is one notable missing feature in the release 114 Initial beta release. There is one notable missing feature in the release
109 regarding constructor arguments, see 115 regarding constructor arguments, see
110 [5](https://github.com/dart-lang/initialize/issues/5). 116 [5](https://github.com/dart-lang/initialize/issues/5).
OLDNEW
« no previous file with comments | « .status ('k') | lib/initialize.dart » ('j') | lib/initialize.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698