| OLD | NEW |
| 1 ## 0.5.1+5 |
| 2 |
| 3 * Fix an issue where for certain programs the transformer could fail, |
| 4 [33](https://github.com/dart-lang/polymer-dart/issues/33). |
| 5 |
| 6 |
| 1 ## 0.5.1+4 | 7 ## 0.5.1+4 |
| 2 | 8 |
| 3 * Update to use mock dart sdk from `code_transformers` and update the `analyzer` | 9 * Update to use mock dart sdk from `code_transformers` and update the `analyzer` |
| 4 and `code_transformers` dependencies. | 10 and `code_transformers` dependencies. |
| 5 | 11 |
| 6 ## 0.5.1+3 | 12 ## 0.5.1+3 |
| 7 | 13 |
| 8 * Fix up mirror based import crawling so it detects dartium and only crawl all | 14 * Fix up mirror based import crawling so it detects dartium and only crawl all |
| 9 libraries in the mirror system in that case. | 15 libraries in the mirror system in that case. |
| 10 | 16 |
| (...skipping 69 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 80 | 86 |
| 81 ## 0.1.0+1 | 87 ## 0.1.0+1 |
| 82 | 88 |
| 83 Quick fix for the transformer on windows. | 89 Quick fix for the transformer on windows. |
| 84 | 90 |
| 85 ## 0.1.0 | 91 ## 0.1.0 |
| 86 | 92 |
| 87 Initial beta release. There is one notable missing feature in the release | 93 Initial beta release. There is one notable missing feature in the release |
| 88 regarding constructor arguments, see | 94 regarding constructor arguments, see |
| 89 [5](https://github.com/dart-lang/initialize/issues/5). | 95 [5](https://github.com/dart-lang/initialize/issues/5). |
| OLD | NEW |