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