Skip to content

Releases: MrRefactoring/jira.js

v2.15.11

26 Sep 20:36
44fa24b
Compare
Choose a tag to compare
  • All properties in PageOfWorklogs are marked as required.
  • Examples improved.

v2.15.10

15 Sep 22:51
e0dd32e
Compare
Choose a tag to compare

v2.15.9

29 Aug 09:13
d963266
Compare
Choose a tag to compare
  • JSDoc improvements
  • Version 2, 3:
    • setDefaultPriority method added to IssuePriorities API.

v2.15.8

08 Aug 08:18
2ae447c
Compare
Choose a tag to compare
  • JSDoc improvements.
  • Version 2, 3:
    • getTrashedFieldsPaginated method added to IssueFields API.
    • statusCategory property added to search method in Status API.

v2.15.7

03 Aug 09:05
a117dea
Compare
Choose a tag to compare

Version 2, 3: Added additional properties for IssueComments.updateComment method. Thanks to chandler05 for reporting the issue.

v2.15.6

29 Jul 08:52
4e85209
Compare
Choose a tag to compare

Version 2, 3: getAttachmentThumbnail currently returns correct data (Buffer). Thanks to RealBuddy for reporting the issue.

v2.15.5

27 Jul 10:18
9936094
Compare
Choose a tag to compare

Version 3: maxContentLength was increased for attachments upload. Thanks to RealBuddy for reporting the issue.

v2.15.4

25 Jul 07:47
1d450c3
Compare
Choose a tag to compare
  • Version 2, 3:
    • #221 added responseType: 'arraybuffer' for getAttachmentContent method, IssueAttachments API. Thanks RealBuddy for the report.

v2.15.3

10 Jul 11:27
4244e85
Compare
Choose a tag to compare
  • Version 2, 3:
    • #219 accountId serialization fixed in bulkGetUsers in Users API fixed. Thanks Brian Chan for the report.

v2.15.2

17 Jun 14:46
4adc1a3
Compare
Choose a tag to compare

isAxiosError detecting mechanism improved. Thanks Stephane Moser for the report.