OLD | NEW |
| 1 ## 0.5.4 |
| 2 |
| 3 - Added script to show inferred types of functions and fields on the command |
| 4 line. |
| 5 |
1 ## 0.5.3+1 | 6 ## 0.5.3+1 |
2 | 7 |
3 - Improved the stability of `ConstantInfo.id`. | 8 - Improved the stability of `ConstantInfo.id`. |
4 | 9 |
5 ## 0.5.3 | 10 ## 0.5.3 |
6 | 11 |
7 - Made IDs in the JSON format stable. Improves plain text diffing. | 12 - Made IDs in the JSON format stable. Improves plain text diffing. |
8 | 13 |
9 ## 0.2.7 | 14 ## 0.2.7 |
10 - Make dart2js_info strong-mode clean. | 15 - Make dart2js_info strong-mode clean. |
(...skipping 27 matching lines...) Expand all Loading... |
38 likely change again in the near future. | 43 likely change again in the near future. |
39 | 44 |
40 ## 0.0.3 | 45 ## 0.0.3 |
41 - Added executable names | 46 - Added executable names |
42 | 47 |
43 ## 0.0.2 | 48 ## 0.0.2 |
44 - Add support for `ConstantInfo` | 49 - Add support for `ConstantInfo` |
45 | 50 |
46 ## 0.0.1 | 51 ## 0.0.1 |
47 - Initial version | 52 - Initial version |
OLD | NEW |