@gitkraken/provider-apis 0.46.0 → 0.46.2
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 +8 -0
- package/dist/index.js +148 -148
- package/dist/index.providers.js +138 -138
- package/dist/types/internalTypes/azureDevOps.d.ts +3 -2
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 0.46.2
|
|
4
|
+
|
|
5
|
+
- Fixed Azure DevOps `getPullRequestDiff` not detecting added and deleted files (changeType is now parsed from both the comma-separated token string and the legacy bitmask, with source paths read from the correct fields so `/dev/null` is emitted on the missing side)
|
|
6
|
+
|
|
7
|
+
## 0.46.1
|
|
8
|
+
|
|
9
|
+
- 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)
|
|
10
|
+
|
|
3
11
|
## 0.46.0
|
|
4
12
|
|
|
5
13
|
- Added `getPullRequestForRepo` to GitLab
|