Files
pnpm/packages/common-cli-options-help/CHANGELOG.md
2021-10-10 15:05:02 +03:00

56 lines
1.1 KiB
Markdown

# @pnpm/common-cli-options-help
## 0.7.1
### Patch Changes
- 1efaaf706: `OUTPUT_OPTIONS` added.
## 0.7.0
### Minor Changes
- fe5688dc0: Add option 'changed-files-ignore-pattern' to ignore changed files by glob patterns when filtering for changed projects since the specified commit/branch.
## 0.6.0
### Minor Changes
- c2a71e4fd: New CLI option added: `use-stderr`. When set, all the output is written to stderr.
## 0.5.0
### Minor Changes
- dfdf669e6: Add new cli arg --filter-prod. --filter-prod acts the same as --filter, but it omits devDependencies when building dependencies
## 0.4.0
### Minor Changes
- 97b986fbc: Node.js 10 support is dropped. At least Node.js 12.17 is required for the package to work.
## 0.3.1
### Patch Changes
- a5e9d903c: Update help for filters. Some of the filtering patterns should be escaped in zsh.
## 0.3.0
### Minor Changes
- 1ec47db33: New CLI option added: `--test-pattern`.
## 0.2.0
### Minor Changes
- 092f8dd83: New universal option added: -w, --workspace-root.
## 0.1.6
### Minor Changes
- ffddf34a8: Add `--stream` option description to the `UNIVERSAL_OPTIONS` array.