@gitbeaker/core 35.7.0 → 35.8.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 +1247 -0
- package/dist/index.d.ts +7128 -0
- package/dist/index.es.js +61 -55
- package/dist/index.es.js.map +1 -1
- package/dist/index.js +61 -55
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +6825 -0
- package/dist/map.json +1 -1
- package/dist/types/resources/CommitDiscussions.d.ts +4 -4
- package/dist/types/resources/EpicDiscussions.d.ts +4 -4
- package/dist/types/resources/Groups.d.ts +1 -1
- package/dist/types/resources/IssueDiscussions.d.ts +4 -4
- package/dist/types/resources/MergeRequestDiscussions.d.ts +5 -4
- package/dist/types/resources/ProjectSnippetDiscussions.d.ts +4 -4
- package/dist/types/resources/Users.d.ts +1 -1
- package/dist/types/templates/ResourceDiscussions.d.ts +1 -0
- package/package.json +6 -7
- package/LICENSE.md +0 -22
package/CHANGELOG.md
ADDED
|
@@ -0,0 +1,1247 @@
|
|
|
1
|
+
# v35.8.0 (Wed Nov 16 2022)
|
|
2
|
+
|
|
3
|
+
:tada: This release contains work from new contributors! :tada:
|
|
4
|
+
|
|
5
|
+
Thanks for all your work!
|
|
6
|
+
|
|
7
|
+
:heart: Sander Cox ([@sandercox](https://github.com/sandercox))
|
|
8
|
+
|
|
9
|
+
:heart: Ivan Katliarchuk ([@ivankatliarchuk](https://github.com/ivankatliarchuk))
|
|
10
|
+
|
|
11
|
+
:heart: null[@phillipB-nmprofile](https://github.com/phillipB-nmprofile)
|
|
12
|
+
|
|
13
|
+
:heart: Robert Donnelly ([@robdonn](https://github.com/robdonn))
|
|
14
|
+
|
|
15
|
+
:heart: Felix Herold ([@DerHerrGammler](https://github.com/DerHerrGammler))
|
|
16
|
+
|
|
17
|
+
#### 🐛 Bug Fix
|
|
18
|
+
|
|
19
|
+
- Allow MR discussions to be resolved [#2463](https://github.com/jdalrymple/gitbeaker/pull/2463) ([@sandercox](https://github.com/sandercox) [@jdalrymple](https://github.com/jdalrymple))
|
|
20
|
+
- fix: Update Users current method return type to UserExtendedSchema [#2737](https://github.com/jdalrymple/gitbeaker/pull/2737) ([@ivankatliarchuk](https://github.com/ivankatliarchuk) [@jdalrymple](https://github.com/jdalrymple))
|
|
21
|
+
- Expand Groups.search's options parameter type to PaginatedRequestOptions [#2813](https://github.com/jdalrymple/gitbeaker/pull/2813) ([@phillipB-nmprofile](https://github.com/phillipB-nmprofile) [@jdalrymple](https://github.com/jdalrymple))
|
|
22
|
+
- fix: allow string discussionId for MergeRequestDiscussions [#2818](https://github.com/jdalrymple/gitbeaker/pull/2818) ([@robdonn](https://github.com/robdonn) [@jdalrymple](https://github.com/jdalrymple))
|
|
23
|
+
- fix: missing resolved key in DiscussionNote interface [#2821](https://github.com/jdalrymple/gitbeaker/pull/2821) ([@DerHerrGammler](https://github.com/DerHerrGammler))
|
|
24
|
+
|
|
25
|
+
#### 🔩 Dependency Updates
|
|
26
|
+
|
|
27
|
+
- Bump @types/mime from 2.0.3 to 3.0.1 in /packages/core [#2636](https://github.com/jdalrymple/gitbeaker/pull/2636) ([@dependabot[bot]](https://github.com/dependabot[bot]))
|
|
28
|
+
- Bump @types/node from 17.0.15 to 18.0.3 [#2586](https://github.com/jdalrymple/gitbeaker/pull/2586) ([@dependabot[bot]](https://github.com/dependabot[bot]))
|
|
29
|
+
- Bump jest-extended from 1.2.0 to 3.0.0 [#2590](https://github.com/jdalrymple/gitbeaker/pull/2590) ([@dependabot[bot]](https://github.com/dependabot[bot]))
|
|
30
|
+
|
|
31
|
+
#### Authors: 7
|
|
32
|
+
|
|
33
|
+
- [@dependabot[bot]](https://github.com/dependabot[bot])
|
|
34
|
+
- [@phillipB-nmprofile](https://github.com/phillipB-nmprofile)
|
|
35
|
+
- Felix Herold ([@DerHerrGammler](https://github.com/DerHerrGammler))
|
|
36
|
+
- Ivan Katliarchuk ([@ivankatliarchuk](https://github.com/ivankatliarchuk))
|
|
37
|
+
- Justin Dalrymple ([@jdalrymple](https://github.com/jdalrymple))
|
|
38
|
+
- Robert Donnelly ([@robdonn](https://github.com/robdonn))
|
|
39
|
+
- Sander Cox ([@sandercox](https://github.com/sandercox))
|
|
40
|
+
|
|
41
|
+
---
|
|
42
|
+
|
|
43
|
+
# v35.7.0 (Mon Jul 11 2022)
|
|
44
|
+
|
|
45
|
+
:tada: This release contains work from a new contributor! :tada:
|
|
46
|
+
|
|
47
|
+
Thank you, Sullivan SENECHAL ([@soullivaneuh](https://github.com/soullivaneuh)), for all your work!
|
|
48
|
+
|
|
49
|
+
#### 🐛 Bug Fix
|
|
50
|
+
|
|
51
|
+
- fix(resources): missing project default branch possible undefined value [#2515](https://github.com/jdalrymple/gitbeaker/pull/2515) ([@soullivaneuh](https://github.com/soullivaneuh))
|
|
52
|
+
|
|
53
|
+
#### Authors: 1
|
|
54
|
+
|
|
55
|
+
- Sullivan SENECHAL ([@soullivaneuh](https://github.com/soullivaneuh))
|
|
56
|
+
|
|
57
|
+
---
|
|
58
|
+
|
|
59
|
+
# v35.6.0 (Wed Mar 23 2022)
|
|
60
|
+
|
|
61
|
+
:tada: This release contains work from a new contributor! :tada:
|
|
62
|
+
|
|
63
|
+
Thank you, youngje ([@siosio34](https://github.com/siosio34)), for all your work!
|
|
64
|
+
|
|
65
|
+
#### 🐛 Bug Fix
|
|
66
|
+
|
|
67
|
+
- Support camelized keys on discussions [#2433](https://github.com/jdalrymple/gitbeaker/pull/2433) ([@jdalrymple](https://github.com/jdalrymple))
|
|
68
|
+
- Typo in MergeRequest type [#2431](https://github.com/jdalrymple/gitbeaker/pull/2431) ([@siosio34](https://github.com/siosio34))
|
|
69
|
+
- Update del requests to accept body parameters [#2424](https://github.com/jdalrymple/gitbeaker/pull/2424) ([@jdalrymple](https://github.com/jdalrymple))
|
|
70
|
+
- Handle position arguments correctly [#2423](https://github.com/jdalrymple/gitbeaker/pull/2423) ([@jdalrymple](https://github.com/jdalrymple))
|
|
71
|
+
|
|
72
|
+
#### Authors: 2
|
|
73
|
+
|
|
74
|
+
- Justin Dalrymple ([@jdalrymple](https://github.com/jdalrymple))
|
|
75
|
+
- youngje ([@siosio34](https://github.com/siosio34))
|
|
76
|
+
|
|
77
|
+
---
|
|
78
|
+
|
|
79
|
+
# v35.5.0 (Wed Mar 16 2022)
|
|
80
|
+
|
|
81
|
+
:tada: This release contains work from a new contributor! :tada:
|
|
82
|
+
|
|
83
|
+
Thank you, Bilal Aslam ([@BilalAslam1](https://github.com/BilalAslam1)), for all your work!
|
|
84
|
+
|
|
85
|
+
#### 🐛 Bug Fix
|
|
86
|
+
|
|
87
|
+
- Remove double encoding [#2401](https://github.com/jdalrymple/gitbeaker/pull/2401) ([@jdalrymple](https://github.com/jdalrymple))
|
|
88
|
+
- Updating return type for repository files raw method [#2383](https://github.com/jdalrymple/gitbeaker/pull/2383) ([@jdalrymple](https://github.com/jdalrymple))
|
|
89
|
+
|
|
90
|
+
#### ⚠️ Pushed to `master`
|
|
91
|
+
|
|
92
|
+
- Updating tests to reflect recent bug fix ([@jdalrymple](https://github.com/jdalrymple))
|
|
93
|
+
|
|
94
|
+
#### 📝 Documentation
|
|
95
|
+
|
|
96
|
+
- Add reviewerId as a static type option for editing mergerequest approvals [#2368](https://github.com/jdalrymple/gitbeaker/pull/2368) (bilalaslam@carfax.com)
|
|
97
|
+
|
|
98
|
+
#### Authors: 2
|
|
99
|
+
|
|
100
|
+
- Bilal Aslam ([@BilalAslam1](https://github.com/BilalAslam1))
|
|
101
|
+
- Justin Dalrymple ([@jdalrymple](https://github.com/jdalrymple))
|
|
102
|
+
|
|
103
|
+
---
|
|
104
|
+
|
|
105
|
+
# v35.4.0 (Mon Feb 07 2022)
|
|
106
|
+
|
|
107
|
+
#### 🐛 Bug Fix
|
|
108
|
+
|
|
109
|
+
- Fix the parsing of pagination link querystrings [#2366](https://github.com/jdalrymple/gitbeaker/pull/2366) ([@jdalrymple](https://github.com/jdalrymple))
|
|
110
|
+
|
|
111
|
+
#### Authors: 1
|
|
112
|
+
|
|
113
|
+
- Justin Dalrymple ([@jdalrymple](https://github.com/jdalrymple))
|
|
114
|
+
|
|
115
|
+
---
|
|
116
|
+
|
|
117
|
+
# v35.3.0 (Sat Feb 05 2022)
|
|
118
|
+
|
|
119
|
+
#### 🐛 Bug Fix
|
|
120
|
+
|
|
121
|
+
- Set the minimum supported node version [#2353](https://github.com/jdalrymple/gitbeaker/pull/2353) ([@jdalrymple](https://github.com/jdalrymple))
|
|
122
|
+
|
|
123
|
+
#### Authors: 1
|
|
124
|
+
|
|
125
|
+
- Justin Dalrymple ([@jdalrymple](https://github.com/jdalrymple))
|
|
126
|
+
|
|
127
|
+
---
|
|
128
|
+
|
|
129
|
+
# v35.2.0 (Sat Feb 05 2022)
|
|
130
|
+
|
|
131
|
+
:tada: This release contains work from new contributors! :tada:
|
|
132
|
+
|
|
133
|
+
Thanks for all your work!
|
|
134
|
+
|
|
135
|
+
:heart: Carsten Moberg Hammer ([@moberghammer](https://github.com/moberghammer))
|
|
136
|
+
|
|
137
|
+
:heart: null[@pataar](https://github.com/pataar)
|
|
138
|
+
|
|
139
|
+
#### 🐛 Bug Fix
|
|
140
|
+
|
|
141
|
+
- Return type of showPipelineBridge [#2311](https://github.com/jdalrymple/gitbeaker/pull/2311) ([@moberghammer](https://github.com/moberghammer) [@jdalrymple](https://github.com/jdalrymple))
|
|
142
|
+
- Fix typing for the particpants and relatedMergeRequests functions within the Issues API [#2262](https://github.com/jdalrymple/gitbeaker/pull/2262) ([@pataar](https://github.com/pataar))
|
|
143
|
+
|
|
144
|
+
#### 🔩 Dependency Updates
|
|
145
|
+
|
|
146
|
+
- Bump @types/node from 16.11.14 to 17.0.0 in /packages/core [#2282](https://github.com/jdalrymple/gitbeaker/pull/2282) ([@dependabot[bot]](https://github.com/dependabot[bot]))
|
|
147
|
+
|
|
148
|
+
#### Authors: 4
|
|
149
|
+
|
|
150
|
+
- [@dependabot[bot]](https://github.com/dependabot[bot])
|
|
151
|
+
- [@pataar](https://github.com/pataar)
|
|
152
|
+
- Carsten Moberg Hammer ([@moberghammer](https://github.com/moberghammer))
|
|
153
|
+
- Justin Dalrymple ([@jdalrymple](https://github.com/jdalrymple))
|
|
154
|
+
|
|
155
|
+
---
|
|
156
|
+
|
|
157
|
+
# v35.0.0 (Wed Dec 01 2021)
|
|
158
|
+
|
|
159
|
+
#### 💥 Breaking Change
|
|
160
|
+
|
|
161
|
+
- Merge branch '2246-tags-signature' [#2255](https://github.com/jdalrymple/gitbeaker/pull/2255) ([@jdalrymple](https://github.com/jdalrymple))
|
|
162
|
+
|
|
163
|
+
#### 🐛 Bug Fix
|
|
164
|
+
|
|
165
|
+
- Merge branch 'master' into 2246-tags-signature ([@jdalrymple](https://github.com/jdalrymple))
|
|
166
|
+
- Updating Tag.create function to match latest API ([@jdalrymple](https://github.com/jdalrymple))
|
|
167
|
+
|
|
168
|
+
#### Authors: 1
|
|
169
|
+
|
|
170
|
+
- Justin Dalrymple ([@jdalrymple](https://github.com/jdalrymple))
|
|
171
|
+
|
|
172
|
+
---
|
|
173
|
+
|
|
174
|
+
# v34.7.0 (Tue Nov 30 2021)
|
|
175
|
+
|
|
176
|
+
:tada: This release contains work from a new contributor! :tada:
|
|
177
|
+
|
|
178
|
+
Thank you, Martin Howarth ([@MartinHowarth](https://github.com/MartinHowarth)), for all your work!
|
|
179
|
+
|
|
180
|
+
#### 💥 Feature
|
|
181
|
+
|
|
182
|
+
- Add support for CI lint with namespace context [#2222](https://github.com/jdalrymple/gitbeaker/pull/2222) ([@MartinHowarth](https://github.com/MartinHowarth) [@jdalrymple](https://github.com/jdalrymple))
|
|
183
|
+
|
|
184
|
+
#### 🐛 Bug Fix
|
|
185
|
+
|
|
186
|
+
- Fix lintWithNamespace integration test [#2247](https://github.com/jdalrymple/gitbeaker/pull/2247) ([@MartinHowarth](https://github.com/MartinHowarth))
|
|
187
|
+
|
|
188
|
+
#### ⚠️ Pushed to `master`
|
|
189
|
+
|
|
190
|
+
- Minor linting fix ([@jdalrymple](https://github.com/jdalrymple))
|
|
191
|
+
|
|
192
|
+
#### 🔩 Dependency Updates
|
|
193
|
+
|
|
194
|
+
- Bump rollup-plugin-typescript2 from 0.30.0 to 0.31.1 [#2229](https://github.com/jdalrymple/gitbeaker/pull/2229) ([@dependabot[bot]](https://github.com/dependabot[bot]))
|
|
195
|
+
|
|
196
|
+
#### Authors: 3
|
|
197
|
+
|
|
198
|
+
- [@dependabot[bot]](https://github.com/dependabot[bot])
|
|
199
|
+
- Justin Dalrymple ([@jdalrymple](https://github.com/jdalrymple))
|
|
200
|
+
- Martin Howarth ([@MartinHowarth](https://github.com/MartinHowarth))
|
|
201
|
+
|
|
202
|
+
---
|
|
203
|
+
|
|
204
|
+
# v34.6.0 (Mon Nov 15 2021)
|
|
205
|
+
|
|
206
|
+
:tada: This release contains work from a new contributor! :tada:
|
|
207
|
+
|
|
208
|
+
Thank you, Laffargue Michael ([@mlaffargue](https://github.com/mlaffargue)), for all your work!
|
|
209
|
+
|
|
210
|
+
#### 🐛 Bug Fix
|
|
211
|
+
|
|
212
|
+
- Renamed parameter [#2205](https://github.com/jdalrymple/gitbeaker/pull/2205) ([@mlaffargue](https://github.com/mlaffargue))
|
|
213
|
+
|
|
214
|
+
#### 👷🏼♀️ Technical Debt
|
|
215
|
+
|
|
216
|
+
- Swap mime-types with mime for a smaller pkg size [#2195](https://github.com/jdalrymple/gitbeaker/pull/2195) ([@jdalrymple](https://github.com/jdalrymple))
|
|
217
|
+
|
|
218
|
+
#### Authors: 2
|
|
219
|
+
|
|
220
|
+
- Justin Dalrymple ([@jdalrymple](https://github.com/jdalrymple))
|
|
221
|
+
- Laffargue Michael ([@mlaffargue](https://github.com/mlaffargue))
|
|
222
|
+
|
|
223
|
+
---
|
|
224
|
+
|
|
225
|
+
# v34.5.0 (Fri Nov 05 2021)
|
|
226
|
+
|
|
227
|
+
:tada: This release contains work from new contributors! :tada:
|
|
228
|
+
|
|
229
|
+
Thanks for all your work!
|
|
230
|
+
|
|
231
|
+
:heart: Martin Howarth ([@MartinHowarth](https://github.com/MartinHowarth))
|
|
232
|
+
|
|
233
|
+
:heart: Petr Plenkov ([@ThePlenkov](https://github.com/ThePlenkov))
|
|
234
|
+
|
|
235
|
+
#### 💥 Feature
|
|
236
|
+
|
|
237
|
+
- Add ability to request merged_yaml from the Gitlab Lint API [#2185](https://github.com/jdalrymple/gitbeaker/pull/2185) ([@MartinHowarth](https://github.com/MartinHowarth) [@jdalrymple](https://github.com/jdalrymple))
|
|
238
|
+
|
|
239
|
+
#### 🐛 Bug Fix
|
|
240
|
+
|
|
241
|
+
- Commit merge requests should be an array instead of a record [#2192](https://github.com/jdalrymple/gitbeaker/pull/2192) ([@ThePlenkov](https://github.com/ThePlenkov))
|
|
242
|
+
|
|
243
|
+
#### 👷🏼♀️ Technical Debt
|
|
244
|
+
|
|
245
|
+
- Refactor endpoint generation, using tagged template to encode parameters [#2173](https://github.com/jdalrymple/gitbeaker/pull/2173) ([@nilennoct](https://github.com/nilennoct) [@jdalrymple](https://github.com/jdalrymple))
|
|
246
|
+
|
|
247
|
+
#### Authors: 4
|
|
248
|
+
|
|
249
|
+
- Justin Dalrymple ([@jdalrymple](https://github.com/jdalrymple))
|
|
250
|
+
- Martin Howarth ([@MartinHowarth](https://github.com/MartinHowarth))
|
|
251
|
+
- nilennoct ([@nilennoct](https://github.com/nilennoct))
|
|
252
|
+
- Petr Plenkov ([@ThePlenkov](https://github.com/ThePlenkov))
|
|
253
|
+
|
|
254
|
+
---
|
|
255
|
+
|
|
256
|
+
# v34.3.0 (Sun Oct 17 2021)
|
|
257
|
+
|
|
258
|
+
:tada: This release contains work from new contributors! :tada:
|
|
259
|
+
|
|
260
|
+
Thanks for all your work!
|
|
261
|
+
|
|
262
|
+
:heart: null[@GMZwinge](https://github.com/GMZwinge)
|
|
263
|
+
|
|
264
|
+
:heart: Ian Jenkins ([@jenkoian](https://github.com/jenkoian))
|
|
265
|
+
|
|
266
|
+
#### 💥 Feature
|
|
267
|
+
|
|
268
|
+
- Add support for username lookup. [#2147](https://github.com/jdalrymple/gitbeaker/pull/2147) ([@jenkoian](https://github.com/jenkoian) [@jdalrymple](https://github.com/jdalrymple))
|
|
269
|
+
|
|
270
|
+
#### 🐛 Bug Fix
|
|
271
|
+
|
|
272
|
+
- Fixing protect request format [#2155](https://github.com/jdalrymple/gitbeaker/pull/2155) ([@jdalrymple](https://github.com/jdalrymple))
|
|
273
|
+
- Fix the typing for the supported links functions [#2154](https://github.com/jdalrymple/gitbeaker/pull/2154) ([@jdalrymple](https://github.com/jdalrymple))
|
|
274
|
+
- Correct approvalRules returned type [#2133](https://github.com/jdalrymple/gitbeaker/pull/2133) (gmzwingelstein@rockwellautomation.com [@jdalrymple](https://github.com/jdalrymple) [@GMZwinge](https://github.com/GMZwinge))
|
|
275
|
+
- Circleci editor/circleci project setup [#2124](https://github.com/jdalrymple/gitbeaker/pull/2124) ([@jdalrymple](https://github.com/jdalrymple))
|
|
276
|
+
|
|
277
|
+
#### 🔩 Dependency Updates
|
|
278
|
+
|
|
279
|
+
- Bump jest-extended from 0.11.5 to 1.0.0 in /packages/core [#2141](https://github.com/jdalrymple/gitbeaker/pull/2141) ([@dependabot[bot]](https://github.com/dependabot[bot]) [@jdalrymple](https://github.com/jdalrymple))
|
|
280
|
+
- Bump @rollup/plugin-replace from 2.4.2 to 3.0.0 in /packages/core [#1948](https://github.com/jdalrymple/gitbeaker/pull/1948) ([@dependabot[bot]](https://github.com/dependabot[bot]) [@jdalrymple](https://github.com/jdalrymple))
|
|
281
|
+
|
|
282
|
+
#### Authors: 5
|
|
283
|
+
|
|
284
|
+
- [@dependabot[bot]](https://github.com/dependabot[bot])
|
|
285
|
+
- [@GMZwinge](https://github.com/GMZwinge)
|
|
286
|
+
- Georges M. Zwingelstein (gmzwingelstein@rockwellautomation.com)
|
|
287
|
+
- Ian Jenkins ([@jenkoian](https://github.com/jenkoian))
|
|
288
|
+
- Justin Dalrymple ([@jdalrymple](https://github.com/jdalrymple))
|
|
289
|
+
|
|
290
|
+
---
|
|
291
|
+
|
|
292
|
+
# v34.2.0 (Sat Sep 18 2021)
|
|
293
|
+
|
|
294
|
+
:tada: This release contains work from a new contributor! :tada:
|
|
295
|
+
|
|
296
|
+
Thank you, Roy Jacobs ([@sagacity](https://github.com/sagacity)), for all your work!
|
|
297
|
+
|
|
298
|
+
#### 🐛 Bug Fix
|
|
299
|
+
|
|
300
|
+
- Users.search should return an array [#2070](https://github.com/jdalrymple/gitbeaker/pull/2070) ([@sagacity](https://github.com/sagacity))
|
|
301
|
+
|
|
302
|
+
#### 🔩 Dependency Updates
|
|
303
|
+
|
|
304
|
+
- Bump @rollup/plugin-replace from 2.4.2 to 3.0.0 [#1947](https://github.com/jdalrymple/gitbeaker/pull/1947) ([@dependabot[bot]](https://github.com/dependabot[bot]) [@jdalrymple](https://github.com/jdalrymple))
|
|
305
|
+
|
|
306
|
+
#### Authors: 3
|
|
307
|
+
|
|
308
|
+
- [@dependabot[bot]](https://github.com/dependabot[bot])
|
|
309
|
+
- Justin Dalrymple ([@jdalrymple](https://github.com/jdalrymple))
|
|
310
|
+
- Roy Jacobs ([@sagacity](https://github.com/sagacity))
|
|
311
|
+
|
|
312
|
+
---
|
|
313
|
+
|
|
314
|
+
# v34.1.0 (Sat Sep 04 2021)
|
|
315
|
+
|
|
316
|
+
#### 🐛 Bug Fix
|
|
317
|
+
|
|
318
|
+
- Fixing stringify of hash arguments [#2057](https://github.com/jdalrymple/gitbeaker/pull/2057) ([@jdalrymple](https://github.com/jdalrymple))
|
|
319
|
+
|
|
320
|
+
#### 🔩 Dependency Updates
|
|
321
|
+
|
|
322
|
+
- Bump eslint-plugin-prettier from 3.4.1 to 4.0.0 [#2043](https://github.com/jdalrymple/gitbeaker/pull/2043) ([@dependabot[bot]](https://github.com/dependabot[bot]) [@jdalrymple](https://github.com/jdalrymple))
|
|
323
|
+
|
|
324
|
+
#### Authors: 2
|
|
325
|
+
|
|
326
|
+
- [@dependabot[bot]](https://github.com/dependabot[bot])
|
|
327
|
+
- Justin Dalrymple ([@jdalrymple](https://github.com/jdalrymple))
|
|
328
|
+
|
|
329
|
+
---
|
|
330
|
+
|
|
331
|
+
# v34.0.0 (Sat Sep 04 2021)
|
|
332
|
+
|
|
333
|
+
:tada: This release contains work from a new contributor! :tada:
|
|
334
|
+
|
|
335
|
+
Thank you, Paul Lemke ([@lemkepf](https://github.com/lemkepf)), for all your work!
|
|
336
|
+
|
|
337
|
+
#### 💥 Breaking Change
|
|
338
|
+
|
|
339
|
+
- Update Jobs showPipelineJobs to have correct array return type [#2056](https://github.com/jdalrymple/gitbeaker/pull/2056) (plemke@acculynx.com)
|
|
340
|
+
|
|
341
|
+
#### Authors: 1
|
|
342
|
+
|
|
343
|
+
- Paul Lemke ([@lemkepf](https://github.com/lemkepf))
|
|
344
|
+
|
|
345
|
+
---
|
|
346
|
+
|
|
347
|
+
# v33.0.0 (Fri Aug 27 2021)
|
|
348
|
+
|
|
349
|
+
#### 💥 Breaking Change
|
|
350
|
+
|
|
351
|
+
- Update MergeRequestApprovals API to match latest Gitlab API Release [#2035](https://github.com/jdalrymple/gitbeaker/pull/2035) ([@jdalrymple](https://github.com/jdalrymple))
|
|
352
|
+
|
|
353
|
+
#### Authors: 1
|
|
354
|
+
|
|
355
|
+
- Justin Dalrymple ([@jdalrymple](https://github.com/jdalrymple))
|
|
356
|
+
|
|
357
|
+
---
|
|
358
|
+
|
|
359
|
+
# v32.3.0 (Fri Aug 27 2021)
|
|
360
|
+
|
|
361
|
+
#### 🐛 Bug Fix
|
|
362
|
+
|
|
363
|
+
- Adding a core integration test, and fixing the resource imports [#2039](https://github.com/jdalrymple/gitbeaker/pull/2039) ([@jdalrymple](https://github.com/jdalrymple))
|
|
364
|
+
|
|
365
|
+
#### Authors: 1
|
|
366
|
+
|
|
367
|
+
- Justin Dalrymple ([@jdalrymple](https://github.com/jdalrymple))
|
|
368
|
+
|
|
369
|
+
---
|
|
370
|
+
|
|
371
|
+
# v32.2.0 (Mon Aug 23 2021)
|
|
372
|
+
|
|
373
|
+
:tada: This release contains work from a new contributor! :tada:
|
|
374
|
+
|
|
375
|
+
Thank you, Feng Yu ([@F3n67u](https://github.com/F3n67u)), for all your work!
|
|
376
|
+
|
|
377
|
+
#### 🐛 Bug Fix
|
|
378
|
+
|
|
379
|
+
- fix(core): change Commits.diff response type to CommitDiffSchema[] [#2025](https://github.com/jdalrymple/gitbeaker/pull/2025) ([@F3n67u](https://github.com/F3n67u))
|
|
380
|
+
|
|
381
|
+
#### Authors: 1
|
|
382
|
+
|
|
383
|
+
- Feng Yu ([@F3n67u](https://github.com/F3n67u))
|
|
384
|
+
|
|
385
|
+
---
|
|
386
|
+
|
|
387
|
+
# v32.1.2 (Thu Aug 12 2021)
|
|
388
|
+
|
|
389
|
+
:tada: This release contains work from a new contributor! :tada:
|
|
390
|
+
|
|
391
|
+
Thank you, Mahmoud Saada ([@saada](https://github.com/saada)), for all your work!
|
|
392
|
+
|
|
393
|
+
#### 🐛 Bug Fix
|
|
394
|
+
|
|
395
|
+
- Fix showArchive return type [#2001](https://github.com/jdalrymple/gitbeaker/pull/2001) ([@saada](https://github.com/saada) [@jdalrymple](https://github.com/jdalrymple))
|
|
396
|
+
|
|
397
|
+
#### Authors: 2
|
|
398
|
+
|
|
399
|
+
- Justin Dalrymple ([@jdalrymple](https://github.com/jdalrymple))
|
|
400
|
+
- Mahmoud Saada ([@saada](https://github.com/saada))
|
|
401
|
+
|
|
402
|
+
---
|
|
403
|
+
|
|
404
|
+
# v32.1.1 (Mon Aug 09 2021)
|
|
405
|
+
|
|
406
|
+
#### 👷🏼♀️ Technical Debt
|
|
407
|
+
|
|
408
|
+
- Improved mime handling [#1979](https://github.com/jdalrymple/gitbeaker/pull/1979) ([@jdalrymple](https://github.com/jdalrymple))
|
|
409
|
+
|
|
410
|
+
#### Authors: 1
|
|
411
|
+
|
|
412
|
+
- Justin Dalrymple ([@jdalrymple](https://github.com/jdalrymple))
|
|
413
|
+
|
|
414
|
+
---
|
|
415
|
+
|
|
416
|
+
# v32.1.0 (Tue Aug 03 2021)
|
|
417
|
+
|
|
418
|
+
#### 🐛 Bug Fix
|
|
419
|
+
|
|
420
|
+
- Revert pagination changes. Information is available, just not through gitlab.com [#1985](https://github.com/jdalrymple/gitbeaker/pull/1985) ([@jdalrymple](https://github.com/jdalrymple))
|
|
421
|
+
|
|
422
|
+
#### Authors: 1
|
|
423
|
+
|
|
424
|
+
- Justin Dalrymple ([@jdalrymple](https://github.com/jdalrymple))
|
|
425
|
+
|
|
426
|
+
---
|
|
427
|
+
|
|
428
|
+
# v32.0.0 (Tue Jul 27 2021)
|
|
429
|
+
|
|
430
|
+
#### 💥 Breaking Change
|
|
431
|
+
|
|
432
|
+
- Added Topics to ProjectSchema & Updated Commit.ts [#1932](https://github.com/jdalrymple/gitbeaker/pull/1932) ([@Aliyss](https://github.com/Aliyss) [@jdalrymple](https://github.com/jdalrymple))
|
|
433
|
+
|
|
434
|
+
#### Authors: 2
|
|
435
|
+
|
|
436
|
+
- Aliyss Snow ([@Aliyss](https://github.com/Aliyss))
|
|
437
|
+
- Justin Dalrymple ([@jdalrymple](https://github.com/jdalrymple))
|
|
438
|
+
|
|
439
|
+
---
|
|
440
|
+
|
|
441
|
+
# v31.1.0 (Tue Jul 27 2021)
|
|
442
|
+
|
|
443
|
+
:tada: This release contains work from a new contributor! :tada:
|
|
444
|
+
|
|
445
|
+
Thank you, Aliyss Snow ([@Aliyss](https://github.com/Aliyss)), for all your work!
|
|
446
|
+
|
|
447
|
+
#### 💥 Feature
|
|
448
|
+
|
|
449
|
+
- Added RepositorySubmodules.ts [#1931](https://github.com/jdalrymple/gitbeaker/pull/1931) ([@Aliyss](https://github.com/Aliyss) [@jdalrymple](https://github.com/jdalrymple))
|
|
450
|
+
|
|
451
|
+
#### 🔩 Dependency Updates
|
|
452
|
+
|
|
453
|
+
- Bump @types/node from 15.14.0 to 16.0.0 [#1914](https://github.com/jdalrymple/gitbeaker/pull/1914) ([@dependabot[bot]](https://github.com/dependabot[bot]))
|
|
454
|
+
|
|
455
|
+
#### Authors: 3
|
|
456
|
+
|
|
457
|
+
- [@dependabot[bot]](https://github.com/dependabot[bot])
|
|
458
|
+
- Aliyss Snow ([@Aliyss](https://github.com/Aliyss))
|
|
459
|
+
- Justin Dalrymple ([@jdalrymple](https://github.com/jdalrymple))
|
|
460
|
+
|
|
461
|
+
---
|
|
462
|
+
|
|
463
|
+
# v31.0.0 (Mon Jul 05 2021)
|
|
464
|
+
|
|
465
|
+
#### 💥 Breaking Change
|
|
466
|
+
|
|
467
|
+
- Expose typing to consumer and remove export complexity [#1818](https://github.com/jdalrymple/gitbeaker/pull/1818) ([@jdalrymple](https://github.com/jdalrymple))
|
|
468
|
+
|
|
469
|
+
#### Authors: 1
|
|
470
|
+
|
|
471
|
+
- Justin Dalrymple ([@jdalrymple](https://github.com/jdalrymple))
|
|
472
|
+
|
|
473
|
+
---
|
|
474
|
+
|
|
475
|
+
# v30.5.0 (Thu Jun 24 2021)
|
|
476
|
+
|
|
477
|
+
#### 🐛 Bug Fix
|
|
478
|
+
|
|
479
|
+
- Updating paginationInfo property to match latest API [#1898](https://github.com/jdalrymple/gitbeaker/pull/1898) ([@jdalrymple](https://github.com/jdalrymple))
|
|
480
|
+
|
|
481
|
+
#### Authors: 1
|
|
482
|
+
|
|
483
|
+
- Justin Dalrymple ([@jdalrymple](https://github.com/jdalrymple))
|
|
484
|
+
|
|
485
|
+
---
|
|
486
|
+
|
|
487
|
+
# v30.4.0 (Tue Jun 22 2021)
|
|
488
|
+
|
|
489
|
+
#### 🐛 Bug Fix
|
|
490
|
+
|
|
491
|
+
- Remove log artifact [#1895](https://github.com/jdalrymple/gitbeaker/pull/1895) ([@jdalrymple](https://github.com/jdalrymple))
|
|
492
|
+
|
|
493
|
+
#### Authors: 1
|
|
494
|
+
|
|
495
|
+
- Justin Dalrymple ([@jdalrymple](https://github.com/jdalrymple))
|
|
496
|
+
|
|
497
|
+
---
|
|
498
|
+
|
|
499
|
+
# v30.3.0 (Tue Jun 22 2021)
|
|
500
|
+
|
|
501
|
+
#### 🐛 Bug Fix
|
|
502
|
+
|
|
503
|
+
- Improve pagination logic by parsing query parameters explicitly on response [#1889](https://github.com/jdalrymple/gitbeaker/pull/1889) ([@jdalrymple](https://github.com/jdalrymple))
|
|
504
|
+
|
|
505
|
+
#### Authors: 1
|
|
506
|
+
|
|
507
|
+
- Justin Dalrymple ([@jdalrymple](https://github.com/jdalrymple))
|
|
508
|
+
|
|
509
|
+
---
|
|
510
|
+
|
|
511
|
+
# v30.0.0 (Mon Jun 07 2021)
|
|
512
|
+
|
|
513
|
+
#### 💥 Breaking Change
|
|
514
|
+
|
|
515
|
+
- Package Registry Support [#1822](https://github.com/jdalrymple/gitbeaker/pull/1822) ([@jdalrymple](https://github.com/jdalrymple))
|
|
516
|
+
|
|
517
|
+
#### Authors: 1
|
|
518
|
+
|
|
519
|
+
- Justin Dalrymple ([@jdalrymple](https://github.com/jdalrymple))
|
|
520
|
+
|
|
521
|
+
---
|
|
522
|
+
|
|
523
|
+
# v29.3.0 (Mon Jun 07 2021)
|
|
524
|
+
|
|
525
|
+
#### 🐛 Bug Fix
|
|
526
|
+
|
|
527
|
+
- Revert build system changes [#1851](https://github.com/jdalrymple/gitbeaker/pull/1851) ([@jdalrymple](https://github.com/jdalrymple))
|
|
528
|
+
|
|
529
|
+
#### Authors: 1
|
|
530
|
+
|
|
531
|
+
- Justin Dalrymple ([@jdalrymple](https://github.com/jdalrymple))
|
|
532
|
+
|
|
533
|
+
---
|
|
534
|
+
|
|
535
|
+
# v29.2.4 (Sun May 30 2021)
|
|
536
|
+
|
|
537
|
+
#### 🐛 Bug Fix
|
|
538
|
+
|
|
539
|
+
- Updating browser build and testing [#1780](https://github.com/jdalrymple/gitbeaker/pull/1780) ([@jdalrymple](https://github.com/jdalrymple))
|
|
540
|
+
|
|
541
|
+
#### Authors: 1
|
|
542
|
+
|
|
543
|
+
- Justin Dalrymple ([@jdalrymple](https://github.com/jdalrymple))
|
|
544
|
+
|
|
545
|
+
---
|
|
546
|
+
|
|
547
|
+
# v29.2.2 (Sat May 29 2021)
|
|
548
|
+
|
|
549
|
+
#### ⚠️ Pushed to `master`
|
|
550
|
+
|
|
551
|
+
- Merge remote-tracking branch 'origin/master' ([@jdalrymple](https://github.com/jdalrymple))
|
|
552
|
+
|
|
553
|
+
#### Authors: 1
|
|
554
|
+
|
|
555
|
+
- Justin Dalrymple ([@jdalrymple](https://github.com/jdalrymple))
|
|
556
|
+
|
|
557
|
+
---
|
|
558
|
+
|
|
559
|
+
# v29.2.1 (Sat May 29 2021)
|
|
560
|
+
|
|
561
|
+
#### 🔩 Dependency Updates
|
|
562
|
+
|
|
563
|
+
- Bump ts-node from 9.1.1 to 10.0.0 [#1798](https://github.com/jdalrymple/gitbeaker/pull/1798) ([@dependabot[bot]](https://github.com/dependabot[bot]))
|
|
564
|
+
|
|
565
|
+
#### Authors: 1
|
|
566
|
+
|
|
567
|
+
- [@dependabot[bot]](https://github.com/dependabot[bot])
|
|
568
|
+
|
|
569
|
+
---
|
|
570
|
+
|
|
571
|
+
# v29.2.0 (Tue May 18 2021)
|
|
572
|
+
|
|
573
|
+
#### 🐛 Bug Fix
|
|
574
|
+
|
|
575
|
+
- Fixing weird request format for discussions [#1781](https://github.com/jdalrymple/gitbeaker/pull/1781) ([@jdalrymple](https://github.com/jdalrymple))
|
|
576
|
+
|
|
577
|
+
#### 🔩 Dependency Updates
|
|
578
|
+
|
|
579
|
+
- Updating all dependencies [#1775](https://github.com/jdalrymple/gitbeaker/pull/1775) ([@jdalrymple](https://github.com/jdalrymple))
|
|
580
|
+
|
|
581
|
+
#### Authors: 1
|
|
582
|
+
|
|
583
|
+
- Justin Dalrymple ([@jdalrymple](https://github.com/jdalrymple))
|
|
584
|
+
|
|
585
|
+
---
|
|
586
|
+
|
|
587
|
+
# v29.1.0 (Fri May 14 2021)
|
|
588
|
+
|
|
589
|
+
:tada: This release contains work from a new contributor! :tada:
|
|
590
|
+
|
|
591
|
+
Thank you, Vincent Boulaye ([@vboulaye](https://github.com/vboulaye)), for all your work!
|
|
592
|
+
|
|
593
|
+
#### 💥 Feature
|
|
594
|
+
|
|
595
|
+
- add Jobs.showPipelineBridges [#1766](https://github.com/jdalrymple/gitbeaker/pull/1766) ([@vboulaye](https://github.com/vboulaye) [@jdalrymple](https://github.com/jdalrymple))
|
|
596
|
+
|
|
597
|
+
#### Authors: 2
|
|
598
|
+
|
|
599
|
+
- Justin Dalrymple ([@jdalrymple](https://github.com/jdalrymple))
|
|
600
|
+
- Vincent Boulaye ([@vboulaye](https://github.com/vboulaye))
|
|
601
|
+
|
|
602
|
+
---
|
|
603
|
+
|
|
604
|
+
# v29.0.0 (Fri May 14 2021)
|
|
605
|
+
|
|
606
|
+
#### 💥 Breaking Change
|
|
607
|
+
|
|
608
|
+
- Update service typing and peripheral endpoints [#1768](https://github.com/jdalrymple/gitbeaker/pull/1768) ([@jdalrymple](https://github.com/jdalrymple))
|
|
609
|
+
|
|
610
|
+
#### 🔩 Dependency Updates
|
|
611
|
+
|
|
612
|
+
- Bump fs-extra from 9.1.0 to 10.0.0 [#1738](https://github.com/jdalrymple/gitbeaker/pull/1738) ([@dependabot[bot]](https://github.com/dependabot[bot]))
|
|
613
|
+
|
|
614
|
+
#### Authors: 2
|
|
615
|
+
|
|
616
|
+
- [@dependabot[bot]](https://github.com/dependabot[bot])
|
|
617
|
+
- Justin Dalrymple ([@jdalrymple](https://github.com/jdalrymple))
|
|
618
|
+
|
|
619
|
+
---
|
|
620
|
+
|
|
621
|
+
# v28.4.0 (Tue May 04 2021)
|
|
622
|
+
|
|
623
|
+
:tada: This release contains work from a new contributor! :tada:
|
|
624
|
+
|
|
625
|
+
Thank you, null[@divido](https://github.com/divido), for all your work!
|
|
626
|
+
|
|
627
|
+
#### 🐛 Bug Fix
|
|
628
|
+
|
|
629
|
+
- Change Issues.unsubscribe to a POST operation instead of DELETE [#1726](https://github.com/jdalrymple/gitbeaker/pull/1726) ([@divido](https://github.com/divido) [@jdalrymple](https://github.com/jdalrymple))
|
|
630
|
+
|
|
631
|
+
#### 🔩 Dependency Updates
|
|
632
|
+
|
|
633
|
+
- chore(deps-dev): bump @types/node from 14.14.41 to 15.0.1 [#1719](https://github.com/jdalrymple/gitbeaker/pull/1719) ([@dependabot-preview[bot]](https://github.com/dependabot-preview[bot]))
|
|
634
|
+
|
|
635
|
+
#### Authors: 3
|
|
636
|
+
|
|
637
|
+
- [@dependabot-preview[bot]](https://github.com/dependabot-preview[bot])
|
|
638
|
+
- [@divido](https://github.com/divido)
|
|
639
|
+
- Justin Dalrymple ([@jdalrymple](https://github.com/jdalrymple))
|
|
640
|
+
|
|
641
|
+
---
|
|
642
|
+
|
|
643
|
+
# v28.1.0 (Sun Mar 14 2021)
|
|
644
|
+
|
|
645
|
+
#### 🐛 Bug Fix
|
|
646
|
+
|
|
647
|
+
- Package updates to fix build pipeline \[skip ci\] ([@jdalrymple](https://github.com/jdalrymple))
|
|
648
|
+
|
|
649
|
+
#### 🔩 Dependency Updates
|
|
650
|
+
|
|
651
|
+
- chore(deps): bump form-data from 3.0.0 to 4.0.0 [#1558](https://github.com/jdalrymple/gitbeaker/pull/1558) ([@dependabot-preview[bot]](https://github.com/dependabot-preview[bot]))
|
|
652
|
+
|
|
653
|
+
#### Authors: 2
|
|
654
|
+
|
|
655
|
+
- [@dependabot-preview[bot]](https://github.com/dependabot-preview[bot])
|
|
656
|
+
- Justin Dalrymple ([@jdalrymple](https://github.com/jdalrymple))
|
|
657
|
+
|
|
658
|
+
---
|
|
659
|
+
|
|
660
|
+
# vnull (Sun Jan 03 2021)
|
|
661
|
+
|
|
662
|
+
#### ⚠️ Pushed to `master`
|
|
663
|
+
|
|
664
|
+
- Merge remote-tracking branch 'origin/master' ([@jdalrymple](https://github.com/jdalrymple))
|
|
665
|
+
|
|
666
|
+
#### Authors: 1
|
|
667
|
+
|
|
668
|
+
- Justin Dalrymple ([@jdalrymple](https://github.com/jdalrymple))
|
|
669
|
+
|
|
670
|
+
---
|
|
671
|
+
|
|
672
|
+
# v28.0.0 (Mon Dec 28 2020)
|
|
673
|
+
|
|
674
|
+
:tada: This release contains work from a new contributor! :tada:
|
|
675
|
+
|
|
676
|
+
Thank you, Martin Helmich ([@martin-helmich](https://github.com/martin-helmich)), for all your work!
|
|
677
|
+
|
|
678
|
+
#### 💥 Breaking Change
|
|
679
|
+
|
|
680
|
+
- Replacing BaseService 'url' constructor argument with 'prefixUrl' for clarity [#1412](https://github.com/jdalrymple/gitbeaker/pull/1412) ([@jdalrymple](https://github.com/jdalrymple))
|
|
681
|
+
|
|
682
|
+
#### 💥 Feature
|
|
683
|
+
|
|
684
|
+
- Implement "Commits.signature" method [#1386](https://github.com/jdalrymple/gitbeaker/pull/1386) ([@martin-helmich](https://github.com/martin-helmich) [@jdalrymple](https://github.com/jdalrymple))
|
|
685
|
+
|
|
686
|
+
#### 🐛 Bug Fix
|
|
687
|
+
|
|
688
|
+
- Fixing incorrect scoping of the createRequesterFn function [#1413](https://github.com/jdalrymple/gitbeaker/pull/1413) ([@jdalrymple](https://github.com/jdalrymple))
|
|
689
|
+
|
|
690
|
+
#### Authors: 2
|
|
691
|
+
|
|
692
|
+
- Justin Dalrymple ([@jdalrymple](https://github.com/jdalrymple))
|
|
693
|
+
- Martin Helmich ([@martin-helmich](https://github.com/martin-helmich))
|
|
694
|
+
|
|
695
|
+
---
|
|
696
|
+
|
|
697
|
+
# v27.0.0 (Fri Dec 18 2020)
|
|
698
|
+
|
|
699
|
+
#### 💥 Breaking Change
|
|
700
|
+
|
|
701
|
+
- Removed circular references [#1387](https://github.com/jdalrymple/gitbeaker/pull/1387) ([@jdalrymple](https://github.com/jdalrymple))
|
|
702
|
+
|
|
703
|
+
#### Authors: 1
|
|
704
|
+
|
|
705
|
+
- Justin Dalrymple ([@jdalrymple](https://github.com/jdalrymple))
|
|
706
|
+
|
|
707
|
+
---
|
|
708
|
+
|
|
709
|
+
# v26.0.0 (Sun Dec 06 2020)
|
|
710
|
+
|
|
711
|
+
#### 💥 Breaking Change
|
|
712
|
+
|
|
713
|
+
- Export the APIMap through a compile-time replacement [#1352](https://github.com/jdalrymple/gitbeaker/pull/1352) ([@jdalrymple](https://github.com/jdalrymple))
|
|
714
|
+
|
|
715
|
+
#### Authors: 1
|
|
716
|
+
|
|
717
|
+
- Justin Dalrymple ([@jdalrymple](https://github.com/jdalrymple))
|
|
718
|
+
|
|
719
|
+
---
|
|
720
|
+
|
|
721
|
+
# v25.6.0 (Mon Nov 30 2020)
|
|
722
|
+
|
|
723
|
+
:tada: This release contains work from a new contributor! :tada:
|
|
724
|
+
|
|
725
|
+
Thank you, Hennadii Varava ([@Sumragen](https://github.com/Sumragen)), for all your work!
|
|
726
|
+
|
|
727
|
+
#### 💥 Feature
|
|
728
|
+
|
|
729
|
+
- Revert project to commit [#1353](https://github.com/jdalrymple/gitbeaker/pull/1353) ([@Sumragen](https://github.com/Sumragen) [@jdalrymple](https://github.com/jdalrymple))
|
|
730
|
+
|
|
731
|
+
#### Authors: 2
|
|
732
|
+
|
|
733
|
+
- Hennadii Varava ([@Sumragen](https://github.com/Sumragen))
|
|
734
|
+
- Justin Dalrymple ([@jdalrymple](https://github.com/jdalrymple))
|
|
735
|
+
|
|
736
|
+
---
|
|
737
|
+
|
|
738
|
+
# v25.5.0 (Sun Nov 29 2020)
|
|
739
|
+
|
|
740
|
+
:tada: This release contains work from a new contributor! :tada:
|
|
741
|
+
|
|
742
|
+
Thank you, Omar Awamry ([@wamry](https://github.com/wamry)), for all your work!
|
|
743
|
+
|
|
744
|
+
#### 🐛 Bug Fix
|
|
745
|
+
|
|
746
|
+
- fix: change labels type in all MergeRequestPptions types [#1355](https://github.com/jdalrymple/gitbeaker/pull/1355) (omar.awamry@vodafone.com)
|
|
747
|
+
|
|
748
|
+
#### 🔩 Dependency Updates
|
|
749
|
+
|
|
750
|
+
- chore(deps-dev): bump rollup-plugin-typescript2 from 0.28.0 to 0.29.0 [#1324](https://github.com/jdalrymple/gitbeaker/pull/1324) ([@dependabot-preview[bot]](https://github.com/dependabot-preview[bot]))
|
|
751
|
+
|
|
752
|
+
#### Authors: 2
|
|
753
|
+
|
|
754
|
+
- [@dependabot-preview[bot]](https://github.com/dependabot-preview[bot])
|
|
755
|
+
- Omar Awamry ([@wamry](https://github.com/wamry))
|
|
756
|
+
|
|
757
|
+
---
|
|
758
|
+
|
|
759
|
+
# v25.4.0 (Tue Nov 24 2020)
|
|
760
|
+
|
|
761
|
+
#### 🐛 Bug Fix
|
|
762
|
+
|
|
763
|
+
- Supress Bundler typescript warnings [#1328](https://github.com/jdalrymple/gitbeaker/pull/1328) ([@kiprasmel](https://github.com/kiprasmel))
|
|
764
|
+
|
|
765
|
+
#### ⚠️ Pushed to `master`
|
|
766
|
+
|
|
767
|
+
- Temporary omission of ts error ([@jdalrymple](https://github.com/jdalrymple))
|
|
768
|
+
|
|
769
|
+
#### Authors: 2
|
|
770
|
+
|
|
771
|
+
- Justin Dalrymple ([@jdalrymple](https://github.com/jdalrymple))
|
|
772
|
+
- Kipras Melnikovas ([@kiprasmel](https://github.com/kiprasmel))
|
|
773
|
+
|
|
774
|
+
---
|
|
775
|
+
|
|
776
|
+
# v25.3.0 (Fri Nov 06 2020)
|
|
777
|
+
|
|
778
|
+
:tada: This release contains work from a new contributor! :tada:
|
|
779
|
+
|
|
780
|
+
Thank you, Ilya Dus ([@illyaMs](https://github.com/illyaMs)), for all your work!
|
|
781
|
+
|
|
782
|
+
#### 🐛 Bug Fix
|
|
783
|
+
|
|
784
|
+
- refactor: export CommitAction interface [#1307](https://github.com/jdalrymple/gitbeaker/pull/1307) ([@illyaMs](https://github.com/illyaMs))
|
|
785
|
+
|
|
786
|
+
#### Authors: 1
|
|
787
|
+
|
|
788
|
+
- Ilya Dus ([@illyaMs](https://github.com/illyaMs))
|
|
789
|
+
|
|
790
|
+
---
|
|
791
|
+
|
|
792
|
+
# v25.1.0 (Tue Oct 20 2020)
|
|
793
|
+
|
|
794
|
+
#### 🔩 Dependency Updates
|
|
795
|
+
|
|
796
|
+
- chore(deps-dev): bump rollup-plugin-typescript2 from 0.27.3 to 0.28.0 [#1248](https://github.com/jdalrymple/gitbeaker/pull/1248) ([@dependabot-preview[bot]](https://github.com/dependabot-preview[bot]))
|
|
797
|
+
|
|
798
|
+
#### Authors: 1
|
|
799
|
+
|
|
800
|
+
- [@dependabot-preview[bot]](https://github.com/dependabot-preview[bot])
|
|
801
|
+
|
|
802
|
+
---
|
|
803
|
+
|
|
804
|
+
# v25.0.0 (Thu Oct 15 2020)
|
|
805
|
+
|
|
806
|
+
#### 💥 Breaking Change
|
|
807
|
+
|
|
808
|
+
- Add approval rule management [#1233](https://github.com/jdalrymple/gitbeaker/pull/1233) ([@nlochschmidt](https://github.com/nlochschmidt))
|
|
809
|
+
|
|
810
|
+
#### Authors: 1
|
|
811
|
+
|
|
812
|
+
- Niklas Lochschmidt ([@nlochschmidt](https://github.com/nlochschmidt))
|
|
813
|
+
|
|
814
|
+
---
|
|
815
|
+
|
|
816
|
+
# v24.3.0 (Thu Oct 15 2020)
|
|
817
|
+
|
|
818
|
+
:tada: This release contains work from a new contributor! :tada:
|
|
819
|
+
|
|
820
|
+
Thank you, Niklas Lochschmidt ([@nlochschmidt](https://github.com/nlochschmidt)), for all your work!
|
|
821
|
+
|
|
822
|
+
#### 💥 Feature
|
|
823
|
+
|
|
824
|
+
- Add support for Freeze Periods [#1231](https://github.com/jdalrymple/gitbeaker/pull/1231) ([@nlochschmidt](https://github.com/nlochschmidt) [@jdalrymple](https://github.com/jdalrymple))
|
|
825
|
+
|
|
826
|
+
#### Authors: 2
|
|
827
|
+
|
|
828
|
+
- Justin Dalrymple ([@jdalrymple](https://github.com/jdalrymple))
|
|
829
|
+
- Niklas Lochschmidt ([@nlochschmidt](https://github.com/nlochschmidt))
|
|
830
|
+
|
|
831
|
+
---
|
|
832
|
+
|
|
833
|
+
# v24.1.0 (Mon Oct 12 2020)
|
|
834
|
+
|
|
835
|
+
#### 💥 Feature
|
|
836
|
+
|
|
837
|
+
- Adding MR rebase endpoint [#1225](https://github.com/jdalrymple/gitbeaker/pull/1225) ([@jdalrymple](https://github.com/jdalrymple))
|
|
838
|
+
|
|
839
|
+
#### Authors: 1
|
|
840
|
+
|
|
841
|
+
- Justin Dalrymple ([@jdalrymple](https://github.com/jdalrymple))
|
|
842
|
+
|
|
843
|
+
---
|
|
844
|
+
|
|
845
|
+
# vnull (Sun Oct 11 2020)
|
|
846
|
+
|
|
847
|
+
#### 📝 Documentation
|
|
848
|
+
|
|
849
|
+
- Updating incorrect showExtended->showExpanded property documentation [#1205](https://github.com/jdalrymple/gitbeaker/pull/1205) ([@jdalrymple](https://github.com/jdalrymple))
|
|
850
|
+
|
|
851
|
+
#### Authors: 1
|
|
852
|
+
|
|
853
|
+
- Justin Dalrymple ([@jdalrymple](https://github.com/jdalrymple))
|
|
854
|
+
|
|
855
|
+
---
|
|
856
|
+
|
|
857
|
+
# v24.0.0 (Mon Oct 05 2020)
|
|
858
|
+
|
|
859
|
+
:tada: This release contains work from a new contributor! :tada:
|
|
860
|
+
|
|
861
|
+
Thank you, Sander Cox ([@sandercox](https://github.com/sandercox)), for all your work!
|
|
862
|
+
|
|
863
|
+
#### 💥 Breaking Change
|
|
864
|
+
|
|
865
|
+
- Feature: Support keyset pagination [#1184](https://github.com/jdalrymple/gitbeaker/pull/1184) ([@max-wittig](https://github.com/max-wittig) [@jdalrymple](https://github.com/jdalrymple))
|
|
866
|
+
|
|
867
|
+
#### 💥 Feature
|
|
868
|
+
|
|
869
|
+
- feat: Get runners for a group [#1182](https://github.com/jdalrymple/gitbeaker/pull/1182) ([@sandercox](https://github.com/sandercox) [@jdalrymple](https://github.com/jdalrymple))
|
|
870
|
+
|
|
871
|
+
#### Authors: 3
|
|
872
|
+
|
|
873
|
+
- Justin Dalrymple ([@jdalrymple](https://github.com/jdalrymple))
|
|
874
|
+
- Max Wittig ([@max-wittig](https://github.com/max-wittig))
|
|
875
|
+
- Sander Cox ([@sandercox](https://github.com/sandercox))
|
|
876
|
+
|
|
877
|
+
---
|
|
878
|
+
|
|
879
|
+
# v23.7.0 (Tue Sep 29 2020)
|
|
880
|
+
|
|
881
|
+
:tada: This release contains work from a new contributor! :tada:
|
|
882
|
+
|
|
883
|
+
Thank you, null[@st1gok](https://github.com/st1gok), for all your work!
|
|
884
|
+
|
|
885
|
+
#### 🐛 Bug Fix
|
|
886
|
+
|
|
887
|
+
- Update CommitDiscussions.ts [#1168](https://github.com/jdalrymple/gitbeaker/pull/1168) ([@st1gok](https://github.com/st1gok) [@jdalrymple](https://github.com/jdalrymple))
|
|
888
|
+
- Updating changelog \[skip ci\] ([@jdalrymple](https://github.com/jdalrymple))
|
|
889
|
+
|
|
890
|
+
#### Authors: 2
|
|
891
|
+
|
|
892
|
+
- [@st1gok](https://github.com/st1gok)
|
|
893
|
+
- Justin Dalrymple ([@jdalrymple](https://github.com/jdalrymple))
|
|
894
|
+
|
|
895
|
+
---
|
|
896
|
+
|
|
897
|
+
# v23.6.0 (Mon Sep 28 2020)
|
|
898
|
+
|
|
899
|
+
#### 🚀 Enhancement
|
|
900
|
+
|
|
901
|
+
- Restructuring the requester utils and update the related typings [#1163](https://github.com/jdalrymple/gitbeaker/pull/1163) ([@jdalrymple](https://github.com/jdalrymple))
|
|
902
|
+
- Updating terser usage to be only on the browser release [#1163](https://github.com/jdalrymple/gitbeaker/pull/1163) ([@jdalrymple](https://github.com/jdalrymple))
|
|
903
|
+
|
|
904
|
+
#### 🔩 Dependency Updates
|
|
905
|
+
|
|
906
|
+
- chore(deps-dev): bump typescript from 3.9.7 to 4.0.3 [#1163](https://github.com/jdalrymple/gitbeaker/pull/1163) ([@dependabot-preview[bot]](https://github.com/dependabot-preview[bot]))
|
|
907
|
+
- Update ts-node [#1163](https://github.com/jdalrymple/gitbeaker/pull/1163) ([@jdalrymple](https://github.com/jdalrymple))
|
|
908
|
+
- Updating core deps [#1163](https://github.com/jdalrymple/gitbeaker/pull/1163) ([@jdalrymple](https://github.com/jdalrymple))
|
|
909
|
+
- chore(deps-dev): bump rollup-plugin-terser from 6.1.0 to 7.0.0 [#1058](https://github.com/jdalrymple/gitbeaker/pull/1058) ([@dependabot-preview[bot]](https://github.com/dependabot-preview[bot]) [@jdalrymple](https://github.com/jdalrymple))
|
|
910
|
+
|
|
911
|
+
#### Authors: 2
|
|
912
|
+
|
|
913
|
+
- [@dependabot-preview[bot]](https://github.com/dependabot-preview[bot])
|
|
914
|
+
- Justin Dalrymple ([@jdalrymple](https://github.com/jdalrymple))
|
|
915
|
+
|
|
916
|
+
---
|
|
917
|
+
|
|
918
|
+
# v23.4.0 (Sun Jul 12 2020)
|
|
919
|
+
|
|
920
|
+
#### 🐛 Bug Fix
|
|
921
|
+
|
|
922
|
+
- Updating min node version supported [#957](https://github.com/jdalrymple/gitbeaker/pull/957) ([@jdalrymple](https://github.com/jdalrymple))
|
|
923
|
+
- Fixing encoding for requests of archive data [#954](https://github.com/jdalrymple/gitbeaker/pull/954) ([@jdalrymple](https://github.com/jdalrymple))
|
|
924
|
+
|
|
925
|
+
#### Authors: 1
|
|
926
|
+
|
|
927
|
+
- Justin Dalrymple ([@jdalrymple](https://github.com/jdalrymple))
|
|
928
|
+
|
|
929
|
+
---
|
|
930
|
+
|
|
931
|
+
# v23.3.0 (Sat Jul 11 2020)
|
|
932
|
+
|
|
933
|
+
#### 🐛 Bug Fix
|
|
934
|
+
|
|
935
|
+
- Fixing type definitions for optional arguments [#956](https://github.com/jdalrymple/gitbeaker/pull/956) ([@jdalrymple](https://github.com/jdalrymple))
|
|
936
|
+
|
|
937
|
+
#### Authors: 1
|
|
938
|
+
|
|
939
|
+
- Justin Dalrymple ([@jdalrymple](https://github.com/jdalrymple))
|
|
940
|
+
|
|
941
|
+
---
|
|
942
|
+
|
|
943
|
+
# v23.2.0 (Wed Jul 08 2020)
|
|
944
|
+
|
|
945
|
+
#### 🐛 Bug Fix
|
|
946
|
+
|
|
947
|
+
- Fixing closes_issues endpoint [#953](https://github.com/jdalrymple/gitbeaker/pull/953) ([@jdalrymple](https://github.com/jdalrymple))
|
|
948
|
+
|
|
949
|
+
#### Authors: 1
|
|
950
|
+
|
|
951
|
+
- Justin Dalrymple ([@jdalrymple](https://github.com/jdalrymple))
|
|
952
|
+
|
|
953
|
+
---
|
|
954
|
+
|
|
955
|
+
# v23.0.0 (Tue Jul 07 2020)
|
|
956
|
+
|
|
957
|
+
:tada: This release contains work from a new contributor! :tada:
|
|
958
|
+
|
|
959
|
+
Thank you, s-kazuki ([@s-kazuki](https://github.com/s-kazuki)), for all your work!
|
|
960
|
+
|
|
961
|
+
#### 💥 Breaking Change
|
|
962
|
+
|
|
963
|
+
- :up: create todos for issues [#925](https://github.com/jdalrymple/gitbeaker/pull/925) ([@s-kazuki](https://github.com/s-kazuki))
|
|
964
|
+
|
|
965
|
+
#### Authors: 1
|
|
966
|
+
|
|
967
|
+
- s-kazuki ([@s-kazuki](https://github.com/s-kazuki))
|
|
968
|
+
|
|
969
|
+
---
|
|
970
|
+
|
|
971
|
+
# v22.0.1 (Thu Jun 25 2020)
|
|
972
|
+
|
|
973
|
+
:tada: This release contains work from a new contributor! :tada:
|
|
974
|
+
|
|
975
|
+
Thank you, Flavien Bridault ([@fbridault](https://github.com/fbridault)), for all your work!
|
|
976
|
+
|
|
977
|
+
#### 🐛 Bug Fix
|
|
978
|
+
|
|
979
|
+
- Add `related merge requests` and `closed by` in Issues service [#903](https://github.com/jdalrymple/gitbeaker/pull/903) ([@fbridault](https://github.com/fbridault) [@jdalrymple](https://github.com/jdalrymple))
|
|
980
|
+
|
|
981
|
+
#### Authors: 2
|
|
982
|
+
|
|
983
|
+
- Flavien Bridault ([@fbridault](https://github.com/fbridault))
|
|
984
|
+
- Justin Dalrymple ([@jdalrymple](https://github.com/jdalrymple))
|
|
985
|
+
|
|
986
|
+
---
|
|
987
|
+
|
|
988
|
+
# v22.0.0 (Sat Jun 20 2020)
|
|
989
|
+
|
|
990
|
+
#### 💥 Breaking Change
|
|
991
|
+
|
|
992
|
+
- Reach > 90% coverage and add Integration Testing [#709](https://github.com/jdalrymple/gitbeaker/pull/709) ([@jdalrymple](https://github.com/jdalrymple))
|
|
993
|
+
|
|
994
|
+
#### Authors: 1
|
|
995
|
+
|
|
996
|
+
- Justin Dalrymple ([@jdalrymple](https://github.com/jdalrymple))
|
|
997
|
+
|
|
998
|
+
---
|
|
999
|
+
|
|
1000
|
+
# v21.6.0 (Tue Jun 16 2020)
|
|
1001
|
+
|
|
1002
|
+
#### 🐛 Bug Fix
|
|
1003
|
+
|
|
1004
|
+
- Removal of esinterlop to prefer namespace imports over default exports [#893](https://github.com/jdalrymple/gitbeaker/pull/893) ([@jdalrymple](https://github.com/jdalrymple))
|
|
1005
|
+
|
|
1006
|
+
#### Authors: 1
|
|
1007
|
+
|
|
1008
|
+
- Justin Dalrymple ([@jdalrymple](https://github.com/jdalrymple))
|
|
1009
|
+
|
|
1010
|
+
---
|
|
1011
|
+
|
|
1012
|
+
# v21.4.0 (Sun Jun 14 2020)
|
|
1013
|
+
|
|
1014
|
+
#### 🐛 Bug Fix
|
|
1015
|
+
|
|
1016
|
+
- Updating Changelog.md \[skip ci\] ([@jdalrymple](https://github.com/jdalrymple))
|
|
1017
|
+
|
|
1018
|
+
#### Authors: 1
|
|
1019
|
+
|
|
1020
|
+
- Justin Dalrymple ([@jdalrymple](https://github.com/jdalrymple))
|
|
1021
|
+
|
|
1022
|
+
---
|
|
1023
|
+
|
|
1024
|
+
# v21.3.0 (Sun Jun 14 2020)
|
|
1025
|
+
|
|
1026
|
+
#### 🐛 Bug Fix
|
|
1027
|
+
|
|
1028
|
+
- Bump version to: 21.3.0 \[skip ci\] ([@jdalrymple](https://github.com/jdalrymple))
|
|
1029
|
+
|
|
1030
|
+
#### Authors: 1
|
|
1031
|
+
|
|
1032
|
+
- Justin Dalrymple ([@jdalrymple](https://github.com/jdalrymple))
|
|
1033
|
+
|
|
1034
|
+
---
|
|
1035
|
+
|
|
1036
|
+
# v21.2.0 (Sun Jun 14 2020)
|
|
1037
|
+
|
|
1038
|
+
#### 🐛 Bug Fix
|
|
1039
|
+
|
|
1040
|
+
- Fixing missing CLI tests and modifyServices function [#886](https://github.com/jdalrymple/gitbeaker/pull/886) ([@jdalrymple](https://github.com/jdalrymple))
|
|
1041
|
+
- Fixing package versions \[skip ci\] ([@jdalrymple](https://github.com/jdalrymple))
|
|
1042
|
+
|
|
1043
|
+
#### Authors: 1
|
|
1044
|
+
|
|
1045
|
+
- Justin Dalrymple ([@jdalrymple](https://github.com/jdalrymple))
|
|
1046
|
+
|
|
1047
|
+
---
|
|
1048
|
+
|
|
1049
|
+
# v21.0.1 (Fri Jun 12 2020)
|
|
1050
|
+
|
|
1051
|
+
:tada: This release contains work from new contributors! :tada:
|
|
1052
|
+
|
|
1053
|
+
Thanks for all your work!
|
|
1054
|
+
|
|
1055
|
+
:heart: Yevgeny Petukhov ([@yepninja](https://github.com/yepninja))
|
|
1056
|
+
|
|
1057
|
+
:heart: Andrea ([@andreasciamanna](https://github.com/andreasciamanna))
|
|
1058
|
+
|
|
1059
|
+
#### 💥 Breaking Change
|
|
1060
|
+
|
|
1061
|
+
- Adjust casing to be properly handled by the conversion to snake case in the CLI [#857](https://github.com/jdalrymple/gitbeaker/pull/857) ([@jdalrymple](https://github.com/jdalrymple))
|
|
1062
|
+
|
|
1063
|
+
#### 🐛 Bug Fix
|
|
1064
|
+
|
|
1065
|
+
- Additional linting ([@jdalrymple](https://github.com/jdalrymple))
|
|
1066
|
+
- Issue links (get, delete) [#868](https://github.com/jdalrymple/gitbeaker/pull/868) ([@yepninja](https://github.com/yepninja) [@jdalrymple](https://github.com/jdalrymple))
|
|
1067
|
+
- Add YouTrack to the supported services [#853](https://github.com/jdalrymple/gitbeaker/pull/853) ([@andreasciamanna](https://github.com/andreasciamanna))
|
|
1068
|
+
|
|
1069
|
+
#### 👷🏼♀️ Technical Debt
|
|
1070
|
+
|
|
1071
|
+
- Remove Gitlab Instance dependency for CLI tests [#883](https://github.com/jdalrymple/gitbeaker/pull/883) ([@jdalrymple](https://github.com/jdalrymple))
|
|
1072
|
+
|
|
1073
|
+
#### Authors: 3
|
|
1074
|
+
|
|
1075
|
+
- Andrea ([@andreasciamanna](https://github.com/andreasciamanna))
|
|
1076
|
+
- Justin Dalrymple ([@jdalrymple](https://github.com/jdalrymple))
|
|
1077
|
+
- Yevgeny Petukhov ([@yepninja](https://github.com/yepninja))
|
|
1078
|
+
|
|
1079
|
+
---
|
|
1080
|
+
|
|
1081
|
+
# v19.7.0 (Sun May 17 2020)
|
|
1082
|
+
|
|
1083
|
+
:tada: This release contains work from a new contributor! :tada:
|
|
1084
|
+
|
|
1085
|
+
Thank you, null[@xatavian](https://github.com/xatavian), for all your work!
|
|
1086
|
+
|
|
1087
|
+
#### 🚀 Enhancement
|
|
1088
|
+
|
|
1089
|
+
- Feature: Arbitrary parameters for Projects.search [#801](https://github.com/jdalrymple/gitbeaker/pull/801) (avi.szychter@trialog.com [@xatavian](https://github.com/xatavian))
|
|
1090
|
+
|
|
1091
|
+
#### Authors: 2
|
|
1092
|
+
|
|
1093
|
+
- [@xatavian](https://github.com/xatavian)
|
|
1094
|
+
- Avi SZYCHTER (avi.szychter@trialog.com)
|
|
1095
|
+
|
|
1096
|
+
---
|
|
1097
|
+
|
|
1098
|
+
# v19.6.0 (Sat May 16 2020)
|
|
1099
|
+
|
|
1100
|
+
#### 🐛 Bug Fix
|
|
1101
|
+
|
|
1102
|
+
- Project upload is not formatting form-data correctly [#797](https://github.com/jdalrymple/gitbeaker/pull/797) ([@jdalrymple](https://github.com/jdalrymple))
|
|
1103
|
+
|
|
1104
|
+
#### 🔩 Dependencies
|
|
1105
|
+
|
|
1106
|
+
- chore(deps-dev): bump @types/node from 13.13.5 to 14.0.1 [#790](https://github.com/jdalrymple/gitbeaker/pull/790) ([@dependabot-preview[bot]](https://github.com/dependabot-preview[bot]))
|
|
1107
|
+
|
|
1108
|
+
#### 📝 Documentation
|
|
1109
|
+
|
|
1110
|
+
- Update typing to specify that the path or name property must be passed [#796](https://github.com/jdalrymple/gitbeaker/pull/796) ([@jdalrymple](https://github.com/jdalrymple))
|
|
1111
|
+
|
|
1112
|
+
#### Authors: 2
|
|
1113
|
+
|
|
1114
|
+
- [@dependabot-preview[bot]](https://github.com/dependabot-preview[bot])
|
|
1115
|
+
- Justin Dalrymple ([@jdalrymple](https://github.com/jdalrymple))
|
|
1116
|
+
|
|
1117
|
+
---
|
|
1118
|
+
|
|
1119
|
+
# v19.5.0 (Mon May 11 2020)
|
|
1120
|
+
|
|
1121
|
+
:tada: This release contains work from a new contributor! :tada:
|
|
1122
|
+
|
|
1123
|
+
Thank you, Corentin Mors ([@Mikescops](https://github.com/Mikescops)), for all your work!
|
|
1124
|
+
|
|
1125
|
+
#### 🐛 Bug Fix
|
|
1126
|
+
|
|
1127
|
+
- Fix: Update DELETE method to POST in todos.done() [#780](https://github.com/jdalrymple/gitbeaker/pull/780) ([@Mikescops](https://github.com/Mikescops))
|
|
1128
|
+
|
|
1129
|
+
#### Authors: 1
|
|
1130
|
+
|
|
1131
|
+
- Corentin Mors ([@Mikescops](https://github.com/Mikescops))
|
|
1132
|
+
|
|
1133
|
+
---
|
|
1134
|
+
|
|
1135
|
+
# v19.4.0 (Wed May 06 2020)
|
|
1136
|
+
|
|
1137
|
+
:tada: This release contains work from a new contributor! :tada:
|
|
1138
|
+
|
|
1139
|
+
Thank you, Dylan M. Taylor ([@dylanmtaylor](https://github.com/dylanmtaylor)), for all your work!
|
|
1140
|
+
|
|
1141
|
+
#### 💥 Feature
|
|
1142
|
+
|
|
1143
|
+
- Add Deploy tokens API [#762](https://github.com/jdalrymple/gitbeaker/pull/762) ([@jdalrymple](https://github.com/jdalrymple) [@dylanmtaylor](https://github.com/dylanmtaylor))
|
|
1144
|
+
|
|
1145
|
+
#### 🐛 Bug Fix
|
|
1146
|
+
|
|
1147
|
+
- Merge branch 'deploy-fix' ([@jdalrymple](https://github.com/jdalrymple))
|
|
1148
|
+
|
|
1149
|
+
#### Authors: 2
|
|
1150
|
+
|
|
1151
|
+
- Dylan M. Taylor ([@dylanmtaylor](https://github.com/dylanmtaylor))
|
|
1152
|
+
- Justin Dalrymple ([@jdalrymple](https://github.com/jdalrymple))
|
|
1153
|
+
|
|
1154
|
+
---
|
|
1155
|
+
|
|
1156
|
+
# v19.3.0 (Fri May 01 2020)
|
|
1157
|
+
|
|
1158
|
+
#### 🐛 Bug Fix
|
|
1159
|
+
|
|
1160
|
+
- Fixing types field to utils and browser package.json [#742](https://github.com/jdalrymple/gitbeaker/pull/742) ([@jdalrymple](https://github.com/jdalrymple))
|
|
1161
|
+
|
|
1162
|
+
#### Authors: 1
|
|
1163
|
+
|
|
1164
|
+
- Justin Dalrymple ([@jdalrymple](https://github.com/jdalrymple))
|
|
1165
|
+
|
|
1166
|
+
---
|
|
1167
|
+
|
|
1168
|
+
# v19.2.0 (Wed Apr 29 2020)
|
|
1169
|
+
|
|
1170
|
+
:tada: This release contains work from a new contributor! :tada:
|
|
1171
|
+
|
|
1172
|
+
Thank you, Daniel Moore ([@danielmoore](https://github.com/danielmoore)), for all your work!
|
|
1173
|
+
|
|
1174
|
+
#### 🐛 Bug Fix
|
|
1175
|
+
|
|
1176
|
+
- Add types field to node and browser package.json [#737](https://github.com/jdalrymple/gitbeaker/pull/737) ([@danielmoore](https://github.com/danielmoore))
|
|
1177
|
+
|
|
1178
|
+
#### Authors: 1
|
|
1179
|
+
|
|
1180
|
+
- Daniel Moore ([@danielmoore](https://github.com/danielmoore))
|
|
1181
|
+
|
|
1182
|
+
---
|
|
1183
|
+
|
|
1184
|
+
# v19.1.0 (Mon Apr 27 2020)
|
|
1185
|
+
|
|
1186
|
+
#### 🚀 Enhancement
|
|
1187
|
+
|
|
1188
|
+
- feats: adds options interface for MergeRequest.all() [#606](https://github.com/jdalrymple/gitbeaker/pull/606) ([@AlvaroBernalG](https://github.com/AlvaroBernalG) [@jdalrymple](https://github.com/jdalrymple))
|
|
1189
|
+
|
|
1190
|
+
#### Authors: 2
|
|
1191
|
+
|
|
1192
|
+
- Alvaro ([@AlvaroBernalG](https://github.com/AlvaroBernalG))
|
|
1193
|
+
- Justin Dalrymple ([@jdalrymple](https://github.com/jdalrymple))
|
|
1194
|
+
|
|
1195
|
+
---
|
|
1196
|
+
|
|
1197
|
+
# v19.0.0 (Thu Apr 23 2020)
|
|
1198
|
+
|
|
1199
|
+
#### 💥 Breaking Change
|
|
1200
|
+
|
|
1201
|
+
- Adding CLI Integration Tests and Preferring named exports [#711](https://github.com/jdalrymple/gitbeaker/pull/711) ([@jdalrymple](https://github.com/jdalrymple))
|
|
1202
|
+
|
|
1203
|
+
#### Authors: 1
|
|
1204
|
+
|
|
1205
|
+
- Justin Dalrymple ([@jdalrymple](https://github.com/jdalrymple))
|
|
1206
|
+
|
|
1207
|
+
---
|
|
1208
|
+
|
|
1209
|
+
# v18.1.0 (Wed Apr 22 2020)
|
|
1210
|
+
|
|
1211
|
+
#### 🚀 Enhancement
|
|
1212
|
+
|
|
1213
|
+
- Adding integration tests for the browser usage [#697](https://github.com/jdalrymple/gitbeaker/pull/697) ([@jdalrymple](https://github.com/jdalrymple))
|
|
1214
|
+
|
|
1215
|
+
#### Authors: 1
|
|
1216
|
+
|
|
1217
|
+
- Justin Dalrymple ([@jdalrymple](https://github.com/jdalrymple))
|
|
1218
|
+
|
|
1219
|
+
---
|
|
1220
|
+
|
|
1221
|
+
# v18.0.0 (Tue Apr 21 2020)
|
|
1222
|
+
|
|
1223
|
+
#### 💥 Breaking Change
|
|
1224
|
+
|
|
1225
|
+
- feat: Updated an API parameter for GitLab 12.9 [#647](https://github.com/jdalrymple/gitbeaker/pull/647) ([@schindld](https://github.com/schindld))
|
|
1226
|
+
|
|
1227
|
+
#### 🐛 Bug Fix
|
|
1228
|
+
|
|
1229
|
+
- Testing with verbose logs ([@jdalrymple](https://github.com/jdalrymple))
|
|
1230
|
+
- docs: Updating README badges ([@jdalrymple](https://github.com/jdalrymple))
|
|
1231
|
+
|
|
1232
|
+
#### Authors: 2
|
|
1233
|
+
|
|
1234
|
+
- [@schindld](https://github.com/schindld)
|
|
1235
|
+
- Justin Dalrymple ([@jdalrymple](https://github.com/jdalrymple))
|
|
1236
|
+
|
|
1237
|
+
---
|
|
1238
|
+
|
|
1239
|
+
# v17.0.2 (Sun Apr 19 2020)
|
|
1240
|
+
|
|
1241
|
+
#### 🔩 Dependencies
|
|
1242
|
+
|
|
1243
|
+
- chore(deps-dev): bump rollup-plugin-typescript2 from 0.26.0 to 0.27.0 [#654](https://github.com/jdalrymple/gitbeaker/pull/654) ([@dependabot-preview[bot]](https://github.com/dependabot-preview[bot]))
|
|
1244
|
+
|
|
1245
|
+
#### Authors: 1
|
|
1246
|
+
|
|
1247
|
+
- [@dependabot-preview[bot]](https://github.com/dependabot-preview[bot])
|