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