| OLD | NEW |
| 1 ## 0.5.1+7 |
| 2 |
| 3 * Change to source order-crawling of directives instead of alphabetical. The one |
| 4 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 |
| 6 system. |
| 7 |
| 1 ## 0.5.1+6 | 8 ## 0.5.1+6 |
| 2 | 9 |
| 3 * Fix some analyzer warnings. | 10 * Fix some analyzer warnings. |
| 4 | 11 |
| 5 ## 0.5.1+5 | 12 ## 0.5.1+5 |
| 6 | 13 |
| 7 * Fix an issue where for certain programs the transformer could fail, | 14 * Fix an issue where for certain programs the transformer could fail, |
| 8 [33](https://github.com/dart-lang/polymer-dart/issues/33). | 15 [33](https://github.com/dart-lang/polymer-dart/issues/33). |
| 9 | 16 |
| 10 | 17 |
| (...skipping 79 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 90 | 97 |
| 91 ## 0.1.0+1 | 98 ## 0.1.0+1 |
| 92 | 99 |
| 93 Quick fix for the transformer on windows. | 100 Quick fix for the transformer on windows. |
| 94 | 101 |
| 95 ## 0.1.0 | 102 ## 0.1.0 |
| 96 | 103 |
| 97 Initial beta release. There is one notable missing feature in the release | 104 Initial beta release. There is one notable missing feature in the release |
| 98 regarding constructor arguments, see | 105 regarding constructor arguments, see |
| 99 [5](https://github.com/dart-lang/initialize/issues/5). | 106 [5](https://github.com/dart-lang/initialize/issues/5). |
| OLD | NEW |