@gitkraken/provider-apis 0.28.0 → 0.28.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 +7 -0
- package/dist/index.js +117 -117
- package/dist/index.providers.js +117 -117
- package/dist/providers/azureDevops/azureDevOps.d.ts +2 -0
- package/dist/providers/bitbucket/bitbucket.d.ts +1 -0
- package/dist/providers/github/github.d.ts +1 -0
- package/dist/providers/gitlab/gitlab.d.ts +3 -1
- package/dist/types/exportedTypes/gitProvider.d.ts +1 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,12 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 0.28.1
|
|
4
|
+
- added repo/repos optional input for specifying fetching from specific repos in
|
|
5
|
+
- getPullRequestsAssociatedWithUser (github)
|
|
6
|
+
- getPullRequestsForUserAndWorkspace (bitbucket)
|
|
7
|
+
- getPullRequestsForUser (gitlab)
|
|
8
|
+
- getPullRequestsForProject/getPullRequestsForProjects (azure)
|
|
9
|
+
|
|
3
10
|
## 0.28.0
|
|
4
11
|
|
|
5
12
|
- fix paging bug when fetching issues that was introduced by v0.27.1 (Jira Cloud)
|