| OLD | NEW |
| 1 ## 0.5.1+3 |
| 2 |
| 3 * Fix up mirror based import crawling so it detects dartium and only crawl all |
| 4 libraries in the mirror system in that case. |
| 5 |
| 1 ## 0.5.1+2 | 6 ## 0.5.1+2 |
| 2 | 7 |
| 3 * Fix handling of exported libraries. Specifically, annotations on exported | 8 * Fix handling of exported libraries. Specifically, annotations on exported |
| 4 libraries will now be reached and imports in exported libraries will now be | 9 libraries will now be reached and imports in exported libraries will now be |
| 5 reached. | 10 reached. |
| 6 * Add support for scripts living in html imports without adding an html | 11 * Add support for scripts living in html imports without adding an html |
| 7 dependency by crawling all libraries in the mirror system in reverse order, | 12 dependency by crawling all libraries in the mirror system in reverse order, |
| 8 instead of just the root one. | 13 instead of just the root one. |
| 9 | 14 |
| 10 ## 0.5.1+1 | 15 ## 0.5.1+1 |
| (...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 70 | 75 |
| 71 ## 0.1.0+1 | 76 ## 0.1.0+1 |
| 72 | 77 |
| 73 Quick fix for the transformer on windows. | 78 Quick fix for the transformer on windows. |
| 74 | 79 |
| 75 ## 0.1.0 | 80 ## 0.1.0 |
| 76 | 81 |
| 77 Initial beta release. There is one notable missing feature in the release | 82 Initial beta release. There is one notable missing feature in the release |
| 78 regarding constructor arguments, see | 83 regarding constructor arguments, see |
| 79 [5](https://github.com/dart-lang/initialize/issues/5). | 84 [5](https://github.com/dart-lang/initialize/issues/5). |
| OLD | NEW |