| OLD | NEW |
| 1 # dev_compiler changelog | 1 # dev_compiler changelog |
| 2 | 2 |
| 3 ## next release | 3 ## next release |
| 4 - add support for AMD modules and make it the default. | 4 - add support for AMD modules and make it the default. |
| 5 - precompile the SDK in AMD, CommonJS, and ES6 flavors. | 5 - precompile the SDK in AMD, CommonJS, and ES6 flavors. |
| 6 - legacy module format is deprecated. | 6 - legacy module format is deprecated. |
| 7 - remove --package-paths option |
| 7 | 8 |
| 8 ## 0.1.24 | 9 ## 0.1.24 |
| 9 - workaround breaking change on requestAnimationFrame | 10 - workaround breaking change on requestAnimationFrame |
| 10 | 11 |
| 11 ## 0.1.23 | 12 ## 0.1.23 |
| 12 - updates for the latest analyzer | 13 - updates for the latest analyzer |
| 13 - removal of deprecated functionality (server mode) in prep for refactoring | 14 - removal of deprecated functionality (server mode) in prep for refactoring |
| 14 | 15 |
| 15 ## 0.1.22 | 16 ## 0.1.22 |
| 16 - fixes to support the latest analyzer | 17 - fixes to support the latest analyzer |
| (...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 62 - added an `--html-report` option to create a file summarizing compilation | 63 - added an `--html-report` option to create a file summarizing compilation |
| 63 issues | 64 issues |
| 64 - added a `-f` alias to the `--force-compile` command line option | 65 - added a `-f` alias to the `--force-compile` command line option |
| 65 - removed many info level messages that were informational to the DDC team | 66 - removed many info level messages that were informational to the DDC team |
| 66 | 67 |
| 67 ## 0.1.9 | 68 ## 0.1.9 |
| 68 | 69 |
| 69 ## 0.1.8 | 70 ## 0.1.8 |
| 70 - added a `--version` command-line option | 71 - added a `--version` command-line option |
| 71 - added a new entry-point - `dev_compiler` - that aliases to `dartdevc` | 72 - added a new entry-point - `dev_compiler` - that aliases to `dartdevc` |
| OLD | NEW |