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.10

17 Sep 22:54
Compare
Choose a tag to compare

Add support for repository listing of organizations #406

v1.11.9

22 Jun 23:49
Compare
Choose a tag to compare

v1.11.8

09 Jun 21:22
Compare
Choose a tag to compare

Adding mergeability info with the gh pr --info command.

Display pull request mergeable status on "gh pr" list #305

Commits
f20c8e8
d2d7a38

v1.11.7

28 May 05:07
Compare
Choose a tag to compare
  • Deprecate the use of handlebars
  • Fix pull-request fwd for silent fetch cc4c5e2
  • Streaming the stdin/stderr/stdout for hooks 2602028
  • Close #381 (Jira tickets not working anymore)

v1.11.6

08 Apr 17:12
Compare
Choose a tag to compare
  • Fix configs.createGlobalConfig method that made gh never work for a new user who doesn't have ~/.gh.json yet. 5a528ec

v1.11.5

07 Apr 01:17
Compare
Choose a tag to compare
  • Adding debug message on the config module getConfig function to help with... debugging. aae9182
  • Fix fatal error at the first time gh was executed. 6f1e1af
  • gh repo now can be used to create repos for organizations. 321377e #339
  • Improving error feedback. #377 19b87e1
  • Fix unsecure config that made it possible to hijack users credentials in a shared machine environment. 411d115 #301

v1.11.4

13 Mar 03:03
Compare
Choose a tag to compare
  • Adding version tag to the config file 366d43e
  • Adding assignee and milestone filters to the gh issues --list method bbd754b 35a2fb8
  • Adding labels and milestone to the detailed issues
  • Fixing delete branch after merge method typo b28bac7
  • Fixing getType for gh help 65b8a11
  • Fixing verbose mode environmental variable f46ce94
  • Adding logger.debug messages for child processes cmds. ac12718
  • Fixing aliases listing c979485
  • Fixing git.getCurrentBranch() method to work with branches containing slash (/) c48fdac
  • Adding org flag #294

And several other smaller changes.

v1.11.3

06 Mar 19:17
Compare
Choose a tag to compare
  • Moving code from bin/gh.js to a method on the cmd library 255b1b7
  • Fix log messages that weren't appearing 8de1d92
  • Fix shorthand value validation logic: some commands that doesn't have shorthands were appearing with another shorthand by mistake 53cc0ba

v1.11.2

06 Mar 02:00
Compare
Choose a tag to compare

Several improvements.

This is not well tested with gh-jira yet (and plugins have yet to be released), but should be tested an released by tomorrow. Also will be releasing new updates for gh-travis, gh-gif, and gh-boilerplate.

  • 0d402eb Adding test coverage.
  • Fix pull request methods (list, submit).
  • b837a9d Creating private repos with gh repo --new <name> --type private nos possible. Before only worked with --private.
  • Moving .gh.json on the plugins to gh-plugin.json to avoid conflict with project .gh.json.
  • dd3e78b, 2882c73 Removing logger.info, logger.success. Using logger.log instead.
  • Fixed most hooks issues. Child processes created by the hook engine now outputting to stderr/stdout directly.
  • Improved error reporting mechanism and messages.
  • c59b3bd Adding options support to exec methods.
  • 154b3be, eea034a, 608512f, 68b4a1b, c9a439c Removing the logger.defaultCallback method.
  • e30e697, ca4cc93 Adding --verbose mode and logger.debug functionality.
  • Adding gh -v shortcut to gh --version. #365
  • 0d402eb Moved to gulp from grunt.
  • Simplifying some output to make gh more UNIX-like.
  • Less callback hell. Removed many overkill async.series usages (in preparation for promises).
  • 626990b Adding support for gh is --browser.

v1.11.1

05 Mar 21:31
Compare
Choose a tag to compare
Adding support for gh is --browser.