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

Releases: node-gh/gh-jira

v1.0.7

26 Jul 21:56
Compare
Choose a tag to compare

v1.0.6

28 Jun 18:36
Compare
Choose a tag to compare
1.0.6

v1.0.5

28 Nov 17:22
Compare
Choose a tag to compare
Bump version to 1.0.5

v1.0.4

05 Nov 22:59
Compare
Choose a tag to compare
  • gh-jira works again with node 0.12 1089474

v1.0.3

05 Nov 13:24
Compare
Choose a tag to compare
  • dc7161e Improve error handling to show error stack trace on fatal failures due to thrown Errors inside promises.

v1.0.2

04 Nov 22:13
Compare
Choose a tag to compare

New release for nodejs >= 4.0 only due to an issue when transpiling with node 0.12.

Use npm install [email protected] if you need to use node 0.12 while this isn't fixed.

v1.0.1

04 Nov 21:51
Compare
Choose a tag to compare

v1.0.0

04 Nov 21:29
Compare
Choose a tag to compare

Complete refactoring of the jira plugin. 41a9f5e

From 1407 to 960 lines of code. Removed the npm jira dependency (relying on a small rest api client now), callback hell (replaced with Promises), using ES6, and more.

Lots of issues fixed. The code is more stable and Jira configurations changes should not break it like it once did (and if it does it will be pretty fast to fix it).

v0.5.7

22 Jun 22:44
Compare
Choose a tag to compare
  • Fixing assign to someone option bcffac7

v0.5.6

28 May 05:02
Compare
Choose a tag to compare
  • Minor changes.