This repository was archived by the owner on Nov 4, 2022. It is now read-only.
Releases: node-gh/gh-jira
Releases · node-gh/gh-jira
v1.0.7
v1.0.6
1.0.6
v1.0.5
v1.0.4
v1.0.3
v1.0.2
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
v1.0.0
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).