This repository has been archived by the owner on Nov 4, 2022. It is now read-only.
Releases: node-gh/gh
Releases · node-gh/gh
v1.11.0
v2.0.0-alpha
v1.10.1
v1.10.0
- 9bed3a8 Add insight for anonymous usage report to Google Analytics #268
- 44fb0fa Fix issue where forking to an organization would not work #353
- c2cc686 Add
gh --version
command #344 - cd4beb8 Improve performance by adding cache for the config objects #331
- f090bbf Fix cyclical dependency by separating configuration logic from base file
- 8587fd6 Improve
git clone
output #270 - bcc5921 Add ability to set a custom
git
command #337 - cb9a532 Remove
git_command
from config file - 582f269 Fix X-GitHub-OTP sole-header error #328
- 6396b4d Fix wrong user/repo parameters from hooks #317
- 8d81c94 Add open issue in browser when running
gh is <number>
#323
v1.9.4
v1.9.3
v1.9.2
- Add support for default PR reviewer and forwarder #234. Thanks @juliocamarero
- Add support for per-project config #283. Thanks @IgorSpasic
- Add ability to specify a custom prefix. Thanks @natecavanaugh
v1.9.1
- Add complexity sort param to PR's command
gh pr --list --sort complexity
- Add sort and direction param to repo
gh pr --list --sort created --direction asc
- Fix object error check
- Update dependencies/devDependencies
- Add error message for failure in reading corrupted gh.json file