Skip to content
This repository has been archived by the owner on May 12, 2021. It is now read-only.

Latest commit

 

History

History
281 lines (89 loc) · 6.76 KB

CHANGELOG.md

File metadata and controls

281 lines (89 loc) · 6.76 KB

Change Log

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

3.18.4 (2019-11-08)

Bug Fixes

  • filter-options: Clarify --since description (b649b35)
  • filter-options: Ensure --include-merged-tags is available to all --since-filterable commands (287bcd8), closes #2332

3.18.0 (2019-10-15)

Bug Fixes

  • bootstrap: Move all filter logging into get-filtered-packages method (54dca56)

Features

  • filter-options: Add --exclude-dependents option (ff50e29), closes #2198
  • filter-options: Allow command to continue if no packages are matched (#2280) (a706023)
  • filter-options: Rename --include-filtered-* options (f2c3a92)
  • filter-options: Use figgy-pudding in getFilteredPackages() (73badee)

3.16.5 (2019-10-07)

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

3.16.0 (2019-07-18)

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

3.14.2 (2019-06-09)

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

3.14.0 (2019-05-14)

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

3.13.3 (2019-04-17)

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

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.1 (2019-02-14)

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

3.12.0 (2019-02-14)

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

3.11.0 (2019-02-08)

Bug Fixes

  • filter-options: Require arguments to --scope and --ignore (4b81dad)

3.10.6 (2019-01-19)

Bug Fixes

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

3.10.1 (2019-01-09)

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

3.10.0 (2019-01-08)

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

3.9.0 (2019-01-08)

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

3.8.1 (2018-12-31)

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

3.6.0 (2018-12-07)

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

3.5.0 (2018-11-27)

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

3.3.2 (2018-09-12)

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

3.3.0 (2018-09-06)

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

3.1.2 (2018-08-20)

Bug Fixes

  • filter-options: Move filterPackages logic into named export (e863c28)

3.0.5 (2018-08-15)

Bug Fixes

  • filter-options: Allow --private to be configured from file (21e134c)
  • help: Insert line break before describing boolean negations (da2f886)

3.0.0 (2018-08-10)

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

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

Features

  • cli: Upgrade to Yargs 12 (7899ab8)

3.0.0-beta.18 (2018-04-24)

Features

  • filters: Add --include-filtered-dependents flag (#1393) (2838260)

3.0.0-beta.9 (2018-03-24)

Bug Fixes

  • filter-options: Move include/exclude validation into filter-packages (503251d)

3.0.0-beta.2 (2018-03-10)

Features

  • Replace @lerna/match-package-name with multimatch (423f82c)

3.0.0-beta.1 (2018-03-09)

Features

  • filter-options: Exclude private packages with --no-private (6674d18)