OLD | NEW |
| 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 Loading... |
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). |
OLD | NEW |