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

Unified Diff: pkg/args/CHANGELOG.md

Issue 383913003: Add .wasParsed() to ArgResults. (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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | pkg/args/lib/args.dart » ('j') | pkg/args/lib/src/options.dart » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/args/CHANGELOG.md
diff --git a/pkg/args/CHANGELOG.md b/pkg/args/CHANGELOG.md
index 5349ae2fdbce9ff967ca6c259a8ce11caf818c39..1949967bfccfbab146771d977aac9a7d8da05d8b 100644
--- a/pkg/args/CHANGELOG.md
+++ b/pkg/args/CHANGELOG.md
@@ -1,5 +1,11 @@
-## 0.11.1
+## 0.12.0
+* `ArgResults.wasParsed()` can be used to determine if an option was actually
+ parsed or the default value is being returned.
+
+* Replaced `isFlag` and `allowMultiple` fields in `Option` with a three-value
nweiz 2014/07/14 21:22:34 "in `Option`" -> "in the `Option` class". This wil
Bob Nystrom 2014/07/15 21:05:23 Done.
+ `OptionType` enum.
+
* Options may define `valueHelp` which will then be shown in the usage.
## 0.11.0
« no previous file with comments | « no previous file | pkg/args/lib/args.dart » ('j') | pkg/args/lib/src/options.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698