4 * Relaxed lodash version dependency.
10 * Changed dependencies to be compatible with ancient nodejs.
16 * Maintenance release.
17 * Replaced `underscore` with `lodash`.
18 * Bumped version to 1.0.0 to better reflect semver meaning.
19 * HISTORY.md -> CHANGELOG.md
25 * Maintenance release. Updated dependencies and docs.
31 * Fixed #55, @trebor89
43 * Added `.npmignore` to reduce package size
49 * Fixed conflictHandler (#46), @hpaulj
55 * Multiple bugfixes, @hpaulj
56 * Added 70+ tests (ported from python), @hpaulj
57 * Added conflictHandler, @applepicke
58 * Added fromfilePrefixChar, @hpaulj
64 * Added [mutual exclusion](http://docs.python.org/dev/library/argparse.html#mutual-exclusion)
65 support, thanks to @hpaulj
66 * Fixed options check for `storeConst` & `appendConst` actions, thanks to @hpaulj
72 * Fixed option dest interferens with other options (issue #23), thanks to @hpaulj
73 * Fixed default value behavior with `*` positionals, thanks to @hpaulj
74 * Improve `getDefault()` behavior, thanks to @hpaulj
75 * Imrove negative argument parsing, thanks to @hpaulj
81 * Fixed parser parents (issue #19), thanks to @hpaulj
82 * Fixed negative argument parse (issue #20), thanks to @hpaulj
88 * Fixed 'choices' argument parse (issue #16)
89 * Fixed stderr output (issue #15)
95 * Fixed check for conflict of options (thanks to @tomxtobin)
101 * Fix parser #setDefaults method (thanks to @tomxtobin)
107 * Fixed pseudo-argument support (thanks to @CGamesPlay)
108 * Fixed addHelp default (should be true), if not set (thanks to @benblank)
114 * Fixed formatter api name: Formatter -> HelpFormatter
121 * Removed excess whitespace in help
122 * Fixed error reporting, when parcer with subcommands
123 called with empty arguments
129 * Fixed line wrapping in help formatter
130 * Added better error reporting on invalid arguments