1.0.10 / 2018-02-15 ------------------
- Use .concat instead of + for arrays, #122.
1.0.9 / 2016-09-29 ------------------
- Rerelease after 1.0.8 - deps cleanup.
1.0.8 / 2016-09-29 ------------------
- Maintenance (deps bump, fix node 6.5+ tests, coverage report).
1.0.7 / 2016-03-17 ------------------
- Teach addArgument to accept string arg names. #97, @tomxtobin.
1.0.6 / 2016-02-06 ------------------
- Maintenance: moved to eslint & updated CS.
1.0.5 / 2016-02-05 ------------------
- Removed lodash dependency to significantly reduce install size. Thanks to @mourner.
1.0.4 / 2016-01-17 ------------------
- Maintenance: lodash update to 4.0.0.
1.0.3 / 2015-10-27 ------------------
- Fix parse = in args: --examplepath="C:\myfolder\env=x64". #84, @CatWithApple.
1.0.2 / 2015-03-22 ------------------
- Relaxed lodash version dependency.
1.0.1 / 2015-02-20 ------------------
- Changed dependencies to be compatible with ancient nodejs.
1.0.0 / 2015-02-19 ------------------
- Maintenance release.
underscore with lodash.- Maintenance release. Updated dependencies and docs.
0.1.15 / 2013-05-13 -------------------
- Fixed #55, @trebor89
0.1.14 / 2013-05-12 -------------------
- Fixed #62, @maxtaco
0.1.13 / 2013-04-08 -------------------
- Added .npmignore to reduce package size
0.1.12 / 2013-02-10 -------------------
- Fixed conflictHandler (#46), @hpaulj
0.1.11 / 2013-02-07 -------------------
- Multiple bugfixes, @hpaulj
- Added mutual exclusion support, thanks to @hpaulj
storeConst & appendConst actions, thanks to @hpaulj- Fixed option dest interferens with other options (issue #23), thanks to @hpaulj
* positionals, thanks to @hpauljgetDefault() behavior, thanks to @hpaulj- Fixed parser parents (issue #19), thanks to @hpaulj
- Fixed 'choices' argument parse (issue #16)
- Fixed check for conflict of options (thanks to @tomxtobin)
0.1.5 / 2012-09-03 ------------------
- Fix parser #setDefaults method (thanks to @tomxtobin)
0.1.4 / 2012-07-30 ------------------
- Fixed pseudo-argument support (thanks to @CGamesPlay)
- Fixed formatter api name: Formatter -> HelpFormatter
0.1.2 / 2012-05-29 ------------------
- Added basic tests
0.1.1 / 2012-05-23 ------------------
- Fixed line wrapping in help formatter
- First release.