@gitkraken/provider-apis 0.10.0 → 0.11.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,33 @@
1
1
  # Changelog
2
2
 
3
+ ## 0.11.1
4
+ - added `id` field to `JiraProject` (Jira)`
5
+ - fixed error thrown when fetching Jira issues without labels
6
+
7
+ ## 0.11.0
8
+
9
+ - added `searchIssues` (GitHub)
10
+ - added `getIssuesAssociatedWithUser` (GitHub)
11
+ - added `getMilestonesForRepo` (GitHub and GitLab)
12
+ - added `setPullRequestMilestone` (GitHub and GitLab)
13
+ - added `setIssueMilestone` (GitHub and GitLab)
14
+ - added `getLabelsForRepo` (GitHub and GitLab)
15
+ - added `getLabelsForProject` (Azure DevOps)
16
+ - added `getLabelsForResource` (Jira)
17
+ - added `getLabelsForBoard` (Trello)
18
+ - added `setPullRequestAsDraft` (GitHub, GitLab, and Azure DevOps)
19
+ - added `getIssueTypesForAzureProject` (Azure DevOps)
20
+ - added `getListsForTrelloBoard` (Trello)
21
+ - added `statusTransitions` field to `Issue` (Jira)
22
+ - added `milestones` field to `GitPullRequest` and `Issue` (GitHub and GitLab)
23
+ - added `labels` field to `GitPullRequest` and `Issue` (GitHub, GitLab, Azure DevOps, Jira, and Trello)
24
+ - added `state` field to `Issue` (GitHub, Azure DevOps, Jira, and Trello)
25
+ - updated `getRepos` for BitbucketServer to match behavior of other providers' `getRepos` functions (returns an `errors` array)
26
+
27
+ ### ⚠️ Breaking Changes
28
+
29
+ - changed the type of the `state` field in `Issue` from `string` to `object`
30
+
3
31
  ## 0.10.0
4
32
 
5
33
  - added `searchPullRequests` (GitHub)