Skip to content

Latest commit

 

History

History
80 lines (31 loc) · 2.04 KB

CHANGELOG.md

File metadata and controls

80 lines (31 loc) · 2.04 KB

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

3.1.3 (2018-08-21)

Bug Fixes

  • global-options: Move env defaults to command superclass (6d8e405), closes #1449

3.0.5 (2018-08-15)

Bug Fixes

  • global-options: Allow --sort to be configured from file (f4aed75)
  • help: Insert line break before describing boolean negations (da2f886)

3.0.0 (2018-08-10)

Note: Version bump only for package @lerna/global-options

3.0.0-rc.0 (2018-07-27)

Bug Fixes

  • cli: Pass global defaults into option factory instead of yargs.config() (cf4008a), closes #1449

Features

  • cli: Upgrade to Yargs 12 (7899ab8)

3.0.0-beta.13 (2018-03-31)

Features

  • Enable progress bars only when necessary (b766c83)

3.0.0-beta.3 (2018-03-15)

Bug Fixes

  • ci option should not be visible in help output (580b2d5)

Features

  • global-options: Add hidden ci option (86a4d65)