Skip to content

Latest commit

 

History

History
139 lines (54 loc) · 3.72 KB

CHANGELOG.md

File metadata and controls

139 lines (54 loc) · 3.72 KB

Change Log

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

4.0.0 (2021-02-10)

Features

  • Drop support for Node v6.x & v8.x (ff4bb4d)
  • Expose named export (c1303f1)
  • Remove default export (e2f1ec3)

BREAKING CHANGES

  • The default export has been removed, please use a named export instead.
  • Node v6.x & v8.x are no longer supported. Please upgrade to the latest LTS release.

Here's the gnarly one-liner I used to make these changes:

npx lerna exec --concurrency 1 --stream -- 'json -I -f package.json -e '"'"'this.engines=this.engines||{};this.engines.node=">= 10.18.0"'"'"

(requires npm i -g json beforehand)

3.13.0 (2019-02-15)

Features

  • meta: Add repository.directory field to package.json (aec5023)
  • meta: Normalize package.json homepage field (abeb4dc)

3.12.0 (2019-02-14)

Features

  • global-options: Default concurrency to logical CPU count (#1931) (2c487fe)

3.10.6 (2019-01-19)

Bug Fixes

  • options: Document negated boolean options explicitly (8bc9669)

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)