Releases: dsifford/yarn-completion
Releases · dsifford/yarn-completion
0.7.4
Patches
- Make source-able in bash 3.2: #18
Credits
Huge thanks to @jasonkarns for helping!
0.7.3
Patches
- Locate package.json from subdirectories: 8397910 #16
0.7.2
Patches
- Add missing --latest flag to
upgrade-interactive
: 1f8e229
0.7.1
Patches
- Fix issue affecting bash 4.3.x. closes #14: 87e9add
0.7.0
Minor Changes
- Add "--pattern" subcommand to "yarn cache list: af5eaaa
- Add dirname completion to "yarn install --modules-folder": 657b115
- Add "--pattern" flag to "yarn list": 2f104a8
- Complete dirnames if caller completes "yarn pack --filename": f0ea43c
- Add dirname completion where appropriate to "yarn publish": 9ad158a
- Add directory name expansion to the end of run commands: cb6f72f
- Add initial support for undocumented "workspace" command: 148c3fb
- Add fallback to directory/filename completion. closes #11: 39202c7
Patches
- Fix "yarn check" flags: 52a4bfc
- Fix missing flag completions in remove command: 5b9713a
- Fix: add missing flags to upgrade command: 291031a
- Fix: posix compatibility tweaks: cad9d45
- Chore: change "local" to "declare" in all declarations for uniformity: ebc5dd6
- Chore: format file with shfmt: 2bec3ea
0.6.1
Patches
- Fix non-posix compliant
sed
call: 415385b
0.6.0
Minor Changes
- Add support for
exec
, node
, versions
, workspace
, and workspaces
commands.: 56e59de
Patches
- Improve parsing of npm scripts. closes #10: 3b5a4d7
0.5.0
Minor Changes
- Add support for
yarn autoclean
command: cd29609
Patches
- Fix: add completions for
remove
and list
in place of rm
and ls
: 3a1ed77
- Fix: add missing flags for
yarn init
: 299ff75
- Fix: add missing global flags: 5733e20
Notes
Completions are now caught up to yarn v1.1.0
.
0.4.2
Patches
- Fix: replace
ls
global command with list
: 4257a09
- Fix: fix completions for npm scripts containing brackets: fcd3c66