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

Side by Side Diff: pkg/args/CHANGELOG.md

Issue 416973003: Remove documentation links for repo packages. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 5 months 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | pkg/args/pubspec.yaml » ('j') | pkg/json_rpc_2/pubspec.yaml » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 ## 0.12.0+1
2
3 * Remove the documentation link from the pubspec so this is linked to
4 pub.dartlang.org by default.
5
1 ## 0.12.0 6 ## 0.12.0
2 7
3 * Removed public constructors for `ArgResults` and `Option`. 8 * Removed public constructors for `ArgResults` and `Option`.
4 9
5 * `ArgResults.wasParsed()` can be used to determine if an option was actually 10 * `ArgResults.wasParsed()` can be used to determine if an option was actually
6 parsed or the default value is being returned. 11 parsed or the default value is being returned.
7 12
8 * Replaced `isFlag` and `allowMultiple` fields in the `Option` class with a 13 * Replaced `isFlag` and `allowMultiple` fields in the `Option` class with a
9 three-value `OptionType` enum. 14 three-value `OptionType` enum.
10 15
11 * Options may define `valueHelp` which will then be shown in the usage. 16 * Options may define `valueHelp` which will then be shown in the usage.
12 17
13 ## 0.11.0 18 ## 0.11.0
14 19
15 * Move handling trailing options from `ArgParser.parse()` into `ArgParser` 20 * Move handling trailing options from `ArgParser.parse()` into `ArgParser`
16 itself. This lets subcommands have different behavior for how they handle 21 itself. This lets subcommands have different behavior for how they handle
17 trailing options. 22 trailing options.
18 23
19 ## 0.10.0+2 24 ## 0.10.0+2
20 25
21 * Usage ignores hidden options when determining column widths. 26 * Usage ignores hidden options when determining column widths.
OLDNEW
« no previous file with comments | « no previous file | pkg/args/pubspec.yaml » ('j') | pkg/json_rpc_2/pubspec.yaml » ('J')

Powered by Google App Engine
This is Rietveld 408576698