@gitkraken/provider-apis 0.45.0 → 0.46.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,30 @@
1
1
  # Changelog
2
2
 
3
+ ## 0.46.1
4
+
5
+ - Fixed Azure DevOps `getPullRequestDiff` dropping renamed files (Rename/Delete change-type bits were swapped) and silently truncating PRs with more than 100 changed files (iteration-changes endpoint is now paginated)
6
+
7
+ ## 0.46.0
8
+
9
+ - Added `getPullRequestForRepo` to GitLab
10
+ - Added `getFileContents` to GitLab
11
+ - Added `getCommentsForPullRequest` to GitLab
12
+ - Added `getReviewsForPullRequest` to GitLab
13
+ - Added `getPullRequestDiff` to GitLab
14
+ - Added `getMergeBase` to GitLab
15
+ - Added `addCommentToPullRequest` to GitLab
16
+ - Added `addInlineCommentToPullRequest` to GitLab
17
+ - Added `editComment` to GitLab
18
+ - Added `editInlineComment` to GitLab
19
+ - Added `deleteComment` to GitLab
20
+ - Added `deleteInlineComment` to GitLab
21
+ - Added `approvePullRequest` to GitLab
22
+ - Added `commentOnPullRequest` to GitLab
23
+ - Added `requestPullRequestChanges` to GitLab
24
+ - Added `resolveReviewThread` to GitLab
25
+ - Added `unresolveReviewThread` to GitLab
26
+ - Extended `ResolveReviewThreadInput` with optional `repo` and `pullRequestNumber` fields (required for GitLab, ignored by GitHub and Azure DevOps)
27
+
3
28
  ## 0.45.0
4
29
 
5
30
  - Added `getCommentsForPullRequest` to Azure DevOps