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

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: code review updates, remove dartium support 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') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 ## 0.6.0
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 * This package no longer tries to handle initializing scripts found in html
7 imports. If you need this feature please use `initWebComponents` from the
8 `web_components` package.
9
1 ## 0.5.1+8 10 ## 0.5.1+8
2 * Make sure to crawl the entire supertype chain for annotations, and run them 11 * Make sure to crawl the entire supertype chain for annotations, and run them
3 in reverse order. 12 in reverse order.
4 13
5 ## 0.5.1+7 14 ## 0.5.1+7
6 15
7 * Change to source order-crawling of directives instead of alphabetical. The one 16 * Change to source order-crawling of directives instead of alphabetical. The one
8 exception is for `part` directives, those are still crawled in alphabetical 17 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 18 order since we can't currently get the original source order from the mirror
10 system. 19 system.
(...skipping 90 matching lines...) Expand 10 before | Expand all | Expand 10 after
101 110
102 ## 0.1.0+1 111 ## 0.1.0+1
103 112
104 Quick fix for the transformer on windows. 113 Quick fix for the transformer on windows.
105 114
106 ## 0.1.0 115 ## 0.1.0
107 116
108 Initial beta release. There is one notable missing feature in the release 117 Initial beta release. There is one notable missing feature in the release
109 regarding constructor arguments, see 118 regarding constructor arguments, see
110 [5](https://github.com/dart-lang/initialize/issues/5). 119 [5](https://github.com/dart-lang/initialize/issues/5).
OLDNEW
« no previous file with comments | « .status ('k') | lib/initialize.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698