Gh Versions Save

(DEPRECATED) GitHub CLI made with NodeJS. Use the official https://cli.github.com/ instead.

v2.0.4

4 years ago

2.0.4 (2019-09-15)

Bug Fixes

  • config: adjust github_config url for opening in browser (450496a)

v2.0.3

4 years ago

2.0.3 (2019-09-15)

Bug Fixes

  • hooks: fix undefined case when no plugins are installed (8685c24)

v2.0.2

4 years ago

2.0.2 (2019-09-15)

Bug Fixes

  • pull-request: show PR table formatting by default (4326fe4)
  • pull-request: update PR snapshot (2c9816a)

v2.0.1

4 years ago

2.0.1 (2019-09-15)

Bug Fixes

  • package.json: move nock to dependencies so it gets bundled in npm release (9fd82d7)

v2.0.0

4 years ago

2.0.0 (2019-09-14)

Bug Fixes

  • isseu: iterative (b949f9f)
  • issue: adjust issue internals to match updated octokit issue api (ab27220)
  • octokit: initial commit upgrade to newest major version of Octokit (f8a252c)
  • repo: update label & create label (d0d5faa)

Features

  • pull-request.ts: adds line breaks after each repo and after each branch when displaying pulls (e311437), closes #580
  • pull-request.ts: prefixes each branch name with "Branch:" to make it easier to see separations (4d78dc5), closes #580

Reverts

  • alias: remove alias cmd (2a1d3a4)

BREAKING CHANGES

  • pull-request.ts: the pattern for the branch name in non pretty_print mode changes, which could cause problems if the user is using gh in other scripts
  • alias: Remove alias cmd

v1.17.5

5 years ago

1.17.5 (2019-04-16)

Bug Fixes

  • package.json & package-lock.json to reduce vulnerabilities (f1f77cb)

v1.17.4

5 years ago

1.17.4 (2019-04-11)

Bug Fixes

  • package.json & package-lock.json to reduce vulnerabilities (6f9e4a1)

v1.17.3

5 years ago

1.17.3 (2019-03-25)

Bug Fixes

  • utils: separate test utils from regular utils to prevent npm from trying to load dev dependenci (c50c77e)

v1.17.2

5 years ago

1.17.2 (2019-03-07)

Bug Fixes

  • repo: create new repo from current folder when arg not passed to --new (d5d1e58), closes #624

v1.17.1

5 years ago

1.17.1 (2019-02-21)

Bug Fixes

  • package.json & package-lock.json to reduce vulnerabilities (a8e99fb)