All Versions
187
Latest Version
Avg Release Cycle
34 days
Latest Release
544 days ago

Changelog History
Page 13

  • v3.12.0 Changes

    June 19, 2015
    • #183 don't complete commands if they've already been completed (@tschaub)
    • ๐Ÿ›  #181 various fixes for completion. (@bcoe, @tschaub)
    • #182 you can now set a maximum # of of required arguments (@bcoe)
  • v3.11.0 Changes

    June 15, 2015
    • โšก๏ธ #173 update standard, window-size, chai (@bcoe)
    • #171 a description can now be set when providing a config option. (@5c077yP)
  • v3.10.0 Changes

    May 29, 2015
    • #165 expose yargs.terminalWidth() thanks @ensonic (@bcoe)
    • ๐Ÿ‘ #164 better array handling thanks @getify (@bcoe)
  • v3.9.1 Changes

    May 20, 2015
    • ๐Ÿ“„ b6662b6 clarify .config() docs (@linclark)
    • ๐Ÿ”’ 0291360 fixed tests, switched to nyc for coverage, fixed security issue, added Lin as collaborator (@bcoe)
  • v3.9.0 Changes

    May 10, 2015
    • ๐Ÿ”€ #157 Merge pull request #157 from bcoe/command-yargs. allows handling of command specific arguments. Thanks for the suggestion @ohjames (@bcoe)
    • โšก๏ธ #158 Merge pull request #158 from kemitchell/spdx-license. Update license format (@kemitchell)
  • v3.8.0 Changes

    April 24, 2015
    • ๐Ÿ›  #154 showHelp's method signature was misleading fixes #153 (@bcoe)
    • ๐Ÿ”จ #151 refactor yargs' table layout logic to use new helper library (@bcoe)
    • #150 Fix README example in argument requirements (@annonymouse)
  • v3.7.2 Changes

    April 13, 2015
  • v3.7.1 Changes

    April 10, 2015
    • 89e1992 detect iojs bin along with node bin. (@bcoe)
    • ๐Ÿ“š 755509e improvements to example documentation in README.md (@rstacruz)
    • 0d2dfc8 showHelp() no longer requires that .argv has been called (@bcoe)
  • v3.7.0 Changes

    April 04, 2015
    • 56cbe2d make .requiresArg() work with type hints. (@bcoe).
    • 2f5d562 serialize arrays and objects in usage strings. (@bcoe).
    • 5126304 be more lenient about alias/primary key ordering in chaining API. (@bcoe)
  • v3.6.0 Changes

    March 21, 2015
    • ๐Ÿ”ง 4e24e22 support for .js configuration files. (@pirxpilot)