- 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
addArgument
to 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
underscore
with lodash
.
- Bumped version to 1.0.0 to better reflect semver meaning.
- HISTORY.md -> CHANGELOG.md
- Maintenance release. Updated dependencies and docs.
- Added
.npmignore
to reduce package size
- Fixed conflictHandler (#46), @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