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