Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(16)

Side by Side Diff: CHANGELOG.md

Issue 1420303010: add 'imports' field for OutputUnitInfo (Closed) Base URL: git@github.com:dart-lang/dart2js_info.git@master
Patch Set: Created 5 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | lib/info.dart » ('j') | lib/info.dart » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Changelog 1 # Changelog
2 2
3 ## 0.2.4
4 - Added `imports` field for `OutputUnitInfo`
5
3 ## 0.2.3 6 ## 0.2.3
4 - Moved `deferred_library_check` functionality to a library 7 - Moved `deferred_library_check` functionality to a library
5 8
6 ## 0.2.2 9 ## 0.2.2
7 - Added `deferred_libary_check` tool 10 - Added `deferred_libary_check` tool
8 11
9 ## 0.2.1 12 ## 0.2.1
10 - Merged `verify_deps` tool into `debug_info` tool 13 - Merged `verify_deps` tool into `debug_info` tool
11 14
12 ## 0.2.0 15 ## 0.2.0
13 - Added `AllInfoJsonCodec` 16 - Added `AllInfoJsonCodec`
14 - Added `verify_deps` tool 17 - Added `verify_deps` tool
15 18
16 ## 0.1.0 19 ## 0.1.0
17 - Added `ProgramInfo.entrypoint`. 20 - Added `ProgramInfo.entrypoint`.
18 - Added experimental information about calls in function bodies. This will 21 - Added experimental information about calls in function bodies. This will
19 likely change again in the near future. 22 likely change again in the near future.
20 23
21 ## 0.0.3 24 ## 0.0.3
22 - Added executable names 25 - Added executable names
23 26
24 ## 0.0.2 27 ## 0.0.2
25 - Add support for `ConstantInfo` 28 - Add support for `ConstantInfo`
26 29
27 ## 0.0.1 30 ## 0.0.1
28 - Initial version 31 - Initial version
OLDNEW
« no previous file with comments | « no previous file | lib/info.dart » ('j') | lib/info.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698