summaryrefslogtreecommitdiff
path: root/CHANGELOG
AgeCommit message (Expand)Author
2012-11-11Wrong file.Cedric Beust
2012-11-10Fixed: GITHUB-137: Main parameters with a default value should be overridden ...Cedric Beust
2012-11-10Fixed: GITHUB-107: Allow enum values without converting them to uppercase.Cedric Beust
2012-10-27Update the CHANGELOG due to 1.30 releaseJohn Yani
2012-10-27Fix the CHANGELOGJohn Yani
2012-09-23Added enum support (Scott M. Stark).Cedric Beust
2012-09-17Change log.Cedric Beust
2012-08-01Added: JCommander#allowAbbreviatedOptions (default: false)Cedric Beust
2012-07-31Added: JCommander#setCaseSensitiveOptions (default: true)Cedric Beust
2012-07-30Description of commands is now displayed on the next line and indented.Cedric Beust
2012-07-25Fixed: Empty string defaults now displayed as "<empty string>" in the usageCedric Beust
2012-07-17Fixed: Bugs with the PositiveInteger validatorCedric Beust
2012-07-17Fixed: Parameters with a single double quote were not working properlyCedric Beust
2012-07-06CHANGELOG.Cedric Beust
2012-07-04Added: @Parameter(help = true)Cedric Beust
2012-06-10Merge branch 'master' of github.com:cbeust/jcommanderCedric Beust
2012-06-10Added: IValueValidator to validate parameter values (typed) as oppoed to IPar...Cedric Beust
2012-05-31Fixed: wasn't handling parameters that start with " but don't end with one co...Cedric Beust
2012-05-30Merge branch 'master' of github.com:cbeust/jcommanderCedric Beust
2012-05-30Added: echoInput, used when password=true to echo the characters (Jason Wheeler)Cedric Beust
2012-05-15Fixed: if using a different option prefix, unknown option are mistakenly repo...Cedric Beust
2012-05-08Fixed: 113: getCommandDescription() returns the description of the main param...Cedric Beust
2012-05-02Merge.Cedric Beust
2012-05-02Fixed: bug with several multiple arity parameters (VariableArityTest).Cedric Beust
2012-04-29Fixed: variable arities not working when same parameter appears multiple times.Cedric Beust
2012-04-28Change log.Cedric Beust
2012-04-26CHANGELOG.Cedric Beust
2012-04-18Merge branch 'master' of github.com:cbeust/jcommanderCedric Beust
2012-04-18Fixed: StringIndexOutOfBoundsException if passing an empty parameter (bomanz)Cedric Beust
2012-03-15Added: Default passwords are no longer displayed in the usage (Paul Mendelson)Cedric Beust
2012-03-12Fixed: GITHUB-105: If no description is given for an enum, use that enum's va...Cedric Beust
2012-03-10Fixed: GITHUB-108: Dynamic parameters with "=" in them are not parsed correct...Cedric Beust
2012-02-25Fixed: GITHUB-97: Required password always complains that it is not specified...Cedric Beust
2012-01-12Fixed: Commands with same prefix as options were not working properly.Cedric Beust
2012-01-10Added: @DynamicParameter.Cedric Beust
2011-11-29Issue #86: Use Console() when possible instead of System.out to preserveJulien HENRY
2011-11-25CHANGELOG update.Cedric Beust
2011-11-25Fixed: Main parameters are now validated as well (Connor Mullen).Cedric Beust
2011-11-25Fixed: Throw if an unknown option is foundCedric Beust
2011-11-25Merge pull request #87 from rodionmoiseev/mixinsCedric Beust
2011-11-23Added: @Parameter(commandNames) so that command names can be specified with a...Cedric Beust
2011-11-08Updated changelog to reflect support for parameter delegatesrodionmoiseev
2011-10-23Added: Support for enums (Adrian Muraru).Cédric Beust
2011-10-05Added: JCommander#setParameterDescriptionComparator for better control over u...Cédric Beust
2011-08-17Fixed: Fields of type Set (HashSet and SortedSet) are now supportedCedric Beust
2011-08-03Changelog update.Cedric Beust
2011-07-27Fixed: "-args=a=b,b=c" was not being parsed correctly (Michael Lancaster)Cedric Beust
2011-07-15Added: commandDescriptionKey to @Parameters, to allow internationalized comma...Cedric Beust
2011-07-14Fixed: GITHUB-73: descriptionKey was being ignored on main parametersCedric Beust
2011-07-07Added: usage() now displays the options for each command as wellCedric Beust