-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Paul M. Jones
committed
Nov 7, 2014
1 parent
33aa102
commit 85bf3ec
Showing
1 changed file
with
3 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,5 @@ | ||
First 2.0 stable release. | ||
- TST: Update testing structure, disable auto-resolve in container tests | ||
|
||
- DOC: Add docblocks, update README. | ||
- DOC: Update README and docblocks | ||
|
||
- ADD: Method GetoptFactory::getGetoptParser() | ||
|
||
- FIX: #29, fixes color formatting | ||
|
||
- REF: Various refactorings to split up Getopt tasks, add GetoptFactory, extract OptionParser, etc | ||
|
||
- DEL: v1 config files | ||
|
||
- ADD: v2 config class files | ||
|
||
- CHG: When defining options, allow the '*' before *or* after the ':' | ||
|
||
- BRK: Rename OptionParser to GetoptParser | ||
|
||
- ADD: Help class | ||
|
||
- FIX: Getopt alias ordering | ||
- FIX: #5, for when posix_isatty() function does not exist |