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