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.10
v1.11.9
v1.11.8
v1.11.7
v1.11.6
v1.11.5
- 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
- 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
v1.11.2
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.