- Use .concat instead of + for arrays, #122.
- Rerelease after 1.0.8 - deps cleanup.
- Maintenance (deps bump, fix node 6.5+ tests, coverage report).
- Teach
addArgumentto accept string arg names. #97, @tomxtobin.
- Maintenance: moved to eslint & updated CS.
- Removed lodash dependency to significantly reduce install size. Thanks to @mourner.
- Maintenance: lodash update to 4.0.0.
- Fix parse
=in args:--examplepath="C:\myfolder\env=x64". #84, @CatWithApple.
- Relaxed lodash version dependency.
- Changed dependencies to be compatible with ancient nodejs.
- Maintenance release.
- Replaced
underscorewithlodash. - Bumped version to 1.0.0 to better reflect semver meaning.
- HISTORY.md -> CHANGELOG.md
- Maintenance release. Updated dependencies and docs.
- Fixed #55, @trebor89
- Fixed #62, @maxtaco
- Added
.npmignoreto reduce package size
- Fixed conflictHandler (#46), @hpaulj
- Multiple bugfixes, @hpaulj
- Added 70+ tests (ported from python), @hpaulj
- Added conflictHandler, @applepicke
- Added fromfilePrefixChar, @hpaulj
- Added mutual exclusion support, thanks to @hpaulj
- Fixed options check for
storeConst&appendConstactions, thanks to @hpaulj
- Fixed option dest interferens with other options (issue #23), thanks to @hpaulj
- Fixed default value behavior with
*positionals, thanks to @hpaulj - Improve
getDefault()behavior, thanks to @hpaulj - Imrove negative argument parsing, thanks to @hpaulj
- Fixed parser parents (issue #19), thanks to @hpaulj
- Fixed negative argument parse (issue #20), thanks to @hpaulj
- Fixed 'choices' argument parse (issue #16)
- Fixed stderr output (issue #15)
- Fixed check for conflict of options (thanks to @tomxtobin)
- Fix parser #setDefaults method (thanks to @tomxtobin)
- Fixed pseudo-argument support (thanks to @CGamesPlay)
- Fixed addHelp default (should be true), if not set (thanks to @benblank)
- Fixed formatter api name: Formatter -> HelpFormatter
- Added basic tests
- Removed excess whitespace in help
- Fixed error reporting, when parcer with subcommands called with empty arguments
- Fixed line wrapping in help formatter
- Added better error reporting on invalid arguments
- First release.