| OLD | NEW |
| 1 ## 0.2.0-dev | 1 ## 0.2.0-dev |
| 2 | 2 |
| 3 * `entryPoint` and `newEntryPoint` transformer options were renamed to | 3 * `entryPoint` and `newEntryPoint` transformer options were renamed to |
| 4 `entry_point` and `new_entry_pont`. | 4 `entry_point` and `new_entry_pont`. |
| 5 | 5 |
| 6 * Added `html_entry_point` option to the transformer. This will search that file | 6 * Added `html_entry_point` option to the transformer. This will search that file |
| 7 for any script tag whose src is `entry_point` and rewrite it to point at the | 7 for any script tag whose src is `entry_point` and rewrite it to point at the |
| 8 bootstrapped file `new_entry_point`. | 8 bootstrapped file `new_entry_point`. |
| 9 | 9 |
| 10 * Top level properties and static class properties are now supported in |
| 11 initializer constructors, as well as List and Map literals, |
| 12 [5](https://github.com/dart-lang/initialize/issues/5). |
| 13 |
| 14 |
| 10 ## 0.1.0+1 | 15 ## 0.1.0+1 |
| 11 | 16 |
| 12 Quick fix for the transformer on windows. | 17 Quick fix for the transformer on windows. |
| 13 | 18 |
| 14 ## 0.1.0 | 19 ## 0.1.0 |
| 15 | 20 |
| 16 Initial beta release. There is one notable missing feature in the release | 21 Initial beta release. There is one notable missing feature in the release |
| 17 regarding constructor arguments, see | 22 regarding constructor arguments, see |
| 18 [5](https://github.com/dart-lang/initialize/issues/5). | 23 [5](https://github.com/dart-lang/initialize/issues/5). |
| OLD | NEW |