Releases: MrRefactoring/jira.js
Releases · MrRefactoring/jira.js
Release v4.0.2
getAllProjects
in README and examples replaced tosearchProjects
. Thanks to Alexander Pivovarov for reporting the issue.- Personal access token link changed to actual in README.
- The test platform has been changed from
ava
tovitest
, thanks to Nato Boram and his reference PR. - Dependencies updated.
- Vulnerabilities fixes.
Release v4.0.1
4.0.1
- Vulnerabilities fixes
v4.0.0
4.0.0
- #309 - Added rate limiting headers. Thanks to Chalenge Masekera.
- #308 - Implemented a new error handling mechanism. Thanks to Dmitry Shilov.
Breaking changes
- The new error handling mechanism may affect your library usage.
v3.0.1
Dependencies upgraded
v3.0.0
Breaking Changes:
-
Avatar Endpoints Updates:
- Methods
avatar.getAvatarImageByID
,getAvatarImageByType
, andgetAvatarImageByOwner
have an updated return type. Avatars will now be returned as binary data. storeAvatar
endpoint has been fixed. It now both accepts and sends theavatar
property.
- Methods
-
Authentication Changes:
- Removed OAuth and JWT authentication. This might be reintroduced with proper testing support in the future.
-
API Clean-Up:
- Deprecated and unused components from Agile, ServiceDesk, Version2, and Version3 APIs have been removed.
Enhancements:
- Improved browser capability.
- Enhanced parameter typings.
v2.19.1
setIssueProperty
method inIssueProperties
API fixed.propertyValue
parameter added.- logo fixed
v2.19.0
- Version 2, Version 3:
jqlFunctionsApps
API added.- A lot of changes in Models.
- A log of new API added.
v2.18.0
- Agile
Fields
model added forIssue
Model.
- Version 3:
- Support simple string body (comment) was added to
addComment
method ofissueComments
API. Thanks to Michael "Mike" Ferris for releasing feature.
- Support simple string body (comment) was added to
- Version 2, Version 3:
putAddonProperty
method fixed. Now you can provide property for set.
v2.17.0
- JSDoc improvements
- Version 2, Version 3:
Component
interface renamed toProjectComponent
.caseInsensitive
property added tofindGroups
method ofgroups
API.expand
property added togetTrashedFieldsPaginated
method ofissueFields
API.createNotificationScheme
,getNotificationSchemeToProjectMappings
,updateNotificationScheme
,addNotifications
,deleteNotificationScheme
,removeNotificationFromNotificationScheme
methods added toissueNotificationSchemes
API.getPrecomputations
,updatePrecomputations
methods added tojql
API.licenseMetrics
API added.ProjectFeatures
interface renamed toContainerForProjectFeatures
.
v2.16.1
- Agile
Projects
API was deprecated.type
,filterId
properties changed from optional to mandatory inCreateBoard
parameters interface.operationType
property added tostoreDevelopmentInformation
method inDevelopmentInformation
API.SecurityInformation
API added.- #250
excludeAccountIds
parameter fixed forfindUsersForPicker
method,UserSearch
API. Thanks to Rafael Dohms for reporting the issue.