Skip to content

Releases: dsifford/yarn-completion

0.17.0

29 Jun 19:05
Compare
Choose a tag to compare

Fixes

  • Fix column escape in args (#48)

Thanks @gluck for your contribution!

0.16.0

15 Dec 16:43
Compare
Choose a tag to compare

Minor Changes

  • Add --install option to init (#43)

0.15.0

13 Jul 16:47
Compare
Choose a tag to compare

Minor Changes

  • Update completions for changes in yarn 1.17.x: f208d3a

0.14.0

03 Jun 22:01
Compare
Choose a tag to compare

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

11 Apr 02:59
Compare
Choose a tag to compare

Minor Changes

  • Properly parse and complete workspace names and scripts. 4d40892 (#29)

0.12.0

01 Dec 16:02
Compare
Choose a tag to compare

Minor Changes

  • Add completion for new policies command: ceb8a3d

0.11.0

24 Oct 00:59
Compare
Choose a tag to compare

Minor Changes

  • Add new global --otp flag: 14eec94

0.10.0

05 Oct 23:19
Compare
Choose a tag to compare

Minor

  • Add new audit command (and associated flags).
  • Add --audit flag to install command.

0.9.0

01 Oct 23:41
Compare
Choose a tag to compare

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

30 Jul 16:12
Compare
Choose a tag to compare

Minor Changes

  • Align completions with yarn 1.9.2: a4aa262

Patches