@gitkraken/provider-apis 0.14.2 → 0.15.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,35 @@
1
1
  # Changelog
2
2
 
3
+ ## 0.15.1
4
+
5
+ - added `id` field to `repository` object in `Issue` type (GitHub and GitLab)
6
+ - added `graphQLId` field to `repository` object in `Issue` type (GitHub and GitLab)
7
+ - added `id` field to `state` object in `Issue` type (Jira and Trello)
8
+ - added `to` field to `IssueTransition` type (Jira)
9
+
10
+ - fixed `getPullRequestsForCurrentUser` paging incorrectly (Bitbucket Server)
11
+
12
+ ## 0.15.0
13
+
14
+ - added `id` field to `repository` and `headRepository` object in `GitPullRequest` type (Azure DevOps, GitHub, GitLab)
15
+ - added `project` field to `headRepository` object in `GitPullRequest` type (Azure DevOps)
16
+ - added `startedAt` field to `GitBuildStatus` (GitHub, GitLab)
17
+ - added `completedAt` field to `GitBuildStatus` (GutHub, GitLab)
18
+ - added `getPullRequestsForRepo` (Bitbucket)
19
+ - added `getPullRequestsForRepos` (Bitbucket)
20
+ - added `getPullRequestsForCurrentUser` (Bitbucket)
21
+ - added `fields` option to `getCurrentUser` to reduce amount of data requested (Azure DevOps, Bitbucket, GitHub, GitLab)
22
+
23
+ - fixed throw when fetching pull requests (GitHub Enterprise v2.22.0)
24
+ - fixed improperly typed `transitions` field on `WorkItemType` (Azure DevOps)
25
+ - fixed throw when fetching team-reviewed pull requests (GitHub)
26
+ - fixed `avatarUrl` for uploaded avatars (GitLab)
27
+ - fixed `getPullRequestsForUser` lacking paging support (BitBucket)
28
+
29
+ ### ⚠️ Breaking Changes
30
+
31
+ - made the type of `headRepository.remoteInfo` field in `GitPullRequest` nullable
32
+
3
33
  ## 0.14.2
4
34
 
5
35
  - added `url` field to `Account` (BitBucket, GitHub, GitLab, Jira, Jira Server, and Trello)