Releases: dsifford/yarn-completion
Releases · dsifford/yarn-completion
0.17.0
Fixes
- Fix column escape in args (#48)
Thanks @gluck for your contribution!
0.16.0
Minor Changes
- Add --install option to init (#43)
0.15.0
Minor Changes
- Update completions for changes in yarn 1.17.x: f208d3a
0.14.0
Minor Changes
- Add completion for new audit flags in 1.16.0: d1c0dbe
(this was previously pushed incorrectly as v1.14.0
)
0.13.0
Minor Changes
- Properly parse and complete workspace names and scripts. 4d40892 (#29)
0.12.0
Minor Changes
- Add completion for new
policies
command: ceb8a3d
0.10.0
Minor
- Add new
audit
command (and associated flags).
- Add
--audit
flag to install command.
0.9.0
Changes
- Align completions with yarn
v1.12.0
.
- Complete global options anywhere on command, rather than just at the top level.
- Fully support options that accept arguments (and complete those arguments where appropriate).
- Fully support yarn workspaces. #15
- Overall performance enhancements / refactors.
- Improve README.md.
0.8.0
Minor Changes
- Align completions with yarn 1.9.2: a4aa262
Patches