Skip to content
This repository has been archived by the owner on Nov 4, 2022. It is now read-only.

Releases: node-gh/gh

v1.11.0

25 Feb 20:40
Compare
Choose a tag to compare

Attention: This release requires NodeJS 0.12.0

  • 7ea1c66 Make git.countUserAdjacentCommits synchronous #363
  • e5851b7 Check if NodeJS version is compatible before running any command
  • f2302d0 Remove dependency of spawn-sync in favor of native's spawnSync
  • 45423e7 Remove copy-paste due to its instability

v2.0.0-alpha

24 Feb 21:51
Compare
Choose a tag to compare
v2.0.0-alpha Pre-release
Pre-release

Attention: This release requires NodeJS 0.12.0

  • f392fa3 Remove dependency of spawn-sync in favor of native's execSync
  • 45423e7 Remove copy-paste due to its instability

v1.10.1

24 Feb 18:53
Compare
Choose a tag to compare
  • 06028bc Fix gh prefix from logger
  • 2b755e7 Revert command instruction deletion from README

v1.10.0

24 Feb 18:39
Compare
Choose a tag to compare
  • 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

16 Dec 20:09
Compare
Choose a tag to compare

v1.9.3

09 Sep 18:49
Compare
Choose a tag to compare
  • Provide a more complete output on each notification type #300
  • Fix default PR reviewer/forwarder conflicts with other commands bb7f378
  • Update dependencies/devDependencies

v1.9.2

08 Sep 23:39
Compare
Choose a tag to compare

v1.9.1

28 Mar 19:57
Compare
Choose a tag to compare
  • 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

v1.9.0

19 Mar 23:29
Compare
Choose a tag to compare
  • Add two-factor authentication support #120 #240 #247
  • Add clone flag to fork command #265 #269
    • gh re --fork dracula-theme --user zenorocha --clone
  • Show pull requests sent by logged user #55 #149
    • gh pr --list --me

v1.8.3

18 Mar 22:40
Compare
Choose a tag to compare
  • Used hooks to add CC comment on forwarded PRs #252
  • Added list action to gist command #251
  • Added right err message instead of exit code for the git pull-request --fetch #261
  • Fixed git clone directory name error #253
  • Fixed relative date being humanized in reverse
  • Added several Grunt tasks