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