Commander.js v7.0.0-1 Release Notes

Release Date: 2020-11-21 // over 3 years ago
  • โž• Added

    • ๐Ÿ‘ .createOption() to support subclassing of automatically created options (like .createCommand()) (#1380)
    • ๐Ÿ”ง .configureOutput() to modify use of stdout and stderr or customise display of errors (#1387)

    ๐Ÿ’ฅ Breaking changes relative to 7.0.0-0

    • rework new Help.wrap() for simpler usage pattern (#1395)
    • ๐Ÿ“‡ rename new "columns" properties (#1396)
      • Help.columns -> helpWidth
      • getOutColumns() -> getOutHelpWidth()
      • getErrColumns() -> getErrHelpWidth()