| OLD | NEW |
| 1 ## 0.5.1+8 |
| 2 * Make sure to crawl the entire supertype chain for annotations, and run them |
| 3 in reverse order. |
| 4 |
| 1 ## 0.5.1+7 | 5 ## 0.5.1+7 |
| 2 | 6 |
| 3 * Change to source order-crawling of directives instead of alphabetical. The one | 7 * Change to source order-crawling of directives instead of alphabetical. The one |
| 4 exception is for `part` directives, those are still crawled in alphabetical | 8 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 | 9 order since we can't currently get the original source order from the mirror |
| 6 system. | 10 system. |
| 7 | 11 |
| 8 ## 0.5.1+6 | 12 ## 0.5.1+6 |
| 9 | 13 |
| 10 * Fix some analyzer warnings. | 14 * Fix some analyzer warnings. |
| (...skipping 86 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 97 | 101 |
| 98 ## 0.1.0+1 | 102 ## 0.1.0+1 |
| 99 | 103 |
| 100 Quick fix for the transformer on windows. | 104 Quick fix for the transformer on windows. |
| 101 | 105 |
| 102 ## 0.1.0 | 106 ## 0.1.0 |
| 103 | 107 |
| 104 Initial beta release. There is one notable missing feature in the release | 108 Initial beta release. There is one notable missing feature in the release |
| 105 regarding constructor arguments, see | 109 regarding constructor arguments, see |
| 106 [5](https://github.com/dart-lang/initialize/issues/5). | 110 [5](https://github.com/dart-lang/initialize/issues/5). |
| OLD | NEW |