| OLD | NEW |
| 1 ## 0.5.1+2 |
| 2 |
| 3 * Fix handling of exported libraries. Specifically, annotations on exported |
| 4 libraries will now be reached and imports in exported libraries will now be |
| 5 reached. |
| 6 * 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, |
| 8 instead of just the root one. |
| 9 |
| 1 ## 0.5.1+1 | 10 ## 0.5.1+1 |
| 2 | 11 |
| 3 * Make sure to always use `path.url` in the transformer. | 12 * Make sure to always use `path.url` in the transformer. |
| 4 | 13 |
| 5 ## 0.5.1 | 14 ## 0.5.1 |
| 6 | 15 |
| 7 * Added support for more types of expressions in constructor annotations. More | 16 * Added support for more types of expressions in constructor annotations. More |
| 8 specifically, any const expressions that evaluate to a `String`, `int`, | 17 specifically, any const expressions that evaluate to a `String`, `int`, |
| 9 `double`, or `bool` are now allowed. The evaluated value is what will be inlined | 18 `double`, or `bool` are now allowed. The evaluated value is what will be inlined |
| 10 in the bootstrap file in this case. | 19 in the bootstrap file in this case. |
| (...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 61 | 70 |
| 62 ## 0.1.0+1 | 71 ## 0.1.0+1 |
| 63 | 72 |
| 64 Quick fix for the transformer on windows. | 73 Quick fix for the transformer on windows. |
| 65 | 74 |
| 66 ## 0.1.0 | 75 ## 0.1.0 |
| 67 | 76 |
| 68 Initial beta release. There is one notable missing feature in the release | 77 Initial beta release. There is one notable missing feature in the release |
| 69 regarding constructor arguments, see | 78 regarding constructor arguments, see |
| 70 [5](https://github.com/dart-lang/initialize/issues/5). | 79 [5](https://github.com/dart-lang/initialize/issues/5). |
| OLD | NEW |