Skip to content

Releases: dsifford/yarn-completion

0.7.4

05 Jun 22:47
Compare
Choose a tag to compare

Patches

  • Make source-able in bash 3.2: #18

Credits

Huge thanks to @jasonkarns for helping!

0.7.3

19 May 02:25
Compare
Choose a tag to compare

Patches

  • Locate package.json from subdirectories: 8397910 #16

0.7.2

10 May 15:47
Compare
Choose a tag to compare

Patches

  • Add missing --latest flag to upgrade-interactive: 1f8e229

0.7.1

05 Apr 16:21
Compare
Choose a tag to compare

Patches

  • Fix issue affecting bash 4.3.x. closes #14: 87e9add

0.7.0

13 Mar 18:09
Compare
Choose a tag to compare

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

25 Feb 02:47
Compare
Choose a tag to compare

Patches

  • Fix non-posix compliant sed call: 415385b

0.6.0

23 Feb 21:38
Compare
Choose a tag to compare

Minor Changes

  • Add support for exec, node, versions, workspace, and workspaces commands.: 56e59de

Patches

  • Improve parsing of npm scripts. closes #10: 3b5a4d7

0.5.1

03 Nov 18:32
Compare
Choose a tag to compare

Patches

0.5.0

26 Sep 21:21
Compare
Choose a tag to compare

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

28 Aug 21:33
Compare
Choose a tag to compare

Patches

  • Fix: replace ls global command with list: 4257a09
  • Fix: fix completions for npm scripts containing brackets: fcd3c66