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

Side by Side Diff: CHANGELOG.md

Issue 1535893002: Change the deferred library check tool to allow unspecified packages to be in (Closed) Base URL: git@github.com:dart-lang/dart2js_info.git@master
Patch Set: Created 5 years 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 | README.md » ('j') | README.md » ('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.5
4 - Changed the `deferred_library_check` tool to allow parts to exclude packages
5 and to not assume that unspecified packages are in the main part.
6
3 ## 0.2.4 7 ## 0.2.4
4 - Added `imports` field for `OutputUnitInfo` 8 - Added `imports` field for `OutputUnitInfo`
5 9
6 ## 0.2.3 10 ## 0.2.3
7 - Moved `deferred_library_check` functionality to a library 11 - Moved `deferred_library_check` functionality to a library
8 12
9 ## 0.2.2 13 ## 0.2.2
10 - Added `deferred_libary_check` tool 14 - Added `deferred_libary_check` tool
11 15
12 ## 0.2.1 16 ## 0.2.1
13 - Merged `verify_deps` tool into `debug_info` tool 17 - Merged `verify_deps` tool into `debug_info` tool
14 18
15 ## 0.2.0 19 ## 0.2.0
16 - Added `AllInfoJsonCodec` 20 - Added `AllInfoJsonCodec`
17 - Added `verify_deps` tool 21 - Added `verify_deps` tool
18 22
19 ## 0.1.0 23 ## 0.1.0
20 - Added `ProgramInfo.entrypoint`. 24 - Added `ProgramInfo.entrypoint`.
21 - Added experimental information about calls in function bodies. This will 25 - Added experimental information about calls in function bodies. This will
22 likely change again in the near future. 26 likely change again in the near future.
23 27
24 ## 0.0.3 28 ## 0.0.3
25 - Added executable names 29 - Added executable names
26 30
27 ## 0.0.2 31 ## 0.0.2
28 - Add support for `ConstantInfo` 32 - Add support for `ConstantInfo`
29 33
30 ## 0.0.1 34 ## 0.0.1
31 - Initial version 35 - Initial version
OLDNEW
« no previous file with comments | « no previous file | README.md » ('j') | README.md » ('J')

Powered by Google App Engine
This is Rietveld 408576698