@kintone/rest-api-client 3.1.3 → 3.1.6

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 DELETED
@@ -1,967 +0,0 @@
1
- # Change Log
2
-
3
- All notable changes to this project will be documented in this file.
4
- See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
-
6
- ## [3.1.3](https://github.com/kintone/js-sdk/compare/@kintone/rest-api-client@3.1.2...@kintone/rest-api-client@3.1.3) (2022-06-22)
7
-
8
-
9
- ### Bug Fixes
10
-
11
- * **deps:** update dependency qs to ^6.10.5 ([#1556](https://github.com/kintone/js-sdk/issues/1556)) ([ab05ba0](https://github.com/kintone/js-sdk/commit/ab05ba023c24ef4ccb977467b9e60394a25cc836))
12
- * **rest-api-client:** throw an Error if baseUrl is `http` ([#1567](https://github.com/kintone/js-sdk/issues/1567)) ([671ee9a](https://github.com/kintone/js-sdk/commit/671ee9ad9585cf38b47310b5ff27f8883f258376))
13
-
14
-
15
-
16
-
17
-
18
- ## [3.1.2](https://github.com/kintone/js-sdk/compare/@kintone/rest-api-client@3.1.1...@kintone/rest-api-client@3.1.2) (2022-06-08)
19
-
20
-
21
- ### Bug Fixes
22
-
23
- * **deps:** update dependency core-js to ^3.22.8 ([#1544](https://github.com/kintone/js-sdk/issues/1544)) ([535ba87](https://github.com/kintone/js-sdk/commit/535ba875d26d1069a220f4a119c786203d44b2ec))
24
- * **deps:** update dependency qs to ^6.10.4 ([#1553](https://github.com/kintone/js-sdk/issues/1553)) ([2144990](https://github.com/kintone/js-sdk/commit/21449903d7cf803b22dbb3005c12452d1ce8f5b2))
25
-
26
-
27
-
28
-
29
-
30
- ## [3.1.1](https://github.com/kintone/js-sdk/compare/@kintone/rest-api-client@3.1.0...@kintone/rest-api-client@3.1.1) (2022-06-01)
31
-
32
-
33
- ### Bug Fixes
34
-
35
- * **deps:** update dependency core-js to ^3.22.6 ([#1526](https://github.com/kintone/js-sdk/issues/1526)) ([e90f568](https://github.com/kintone/js-sdk/commit/e90f5683e9592ee62f98f562e14fabf463e3871b))
36
- * **deps:** update dependency core-js to ^3.22.7 ([#1528](https://github.com/kintone/js-sdk/issues/1528)) ([2292c9d](https://github.com/kintone/js-sdk/commit/2292c9d843c1bff1f50aac3669aaec1a9a64f365))
37
-
38
-
39
-
40
-
41
-
42
- # [3.1.0](https://github.com/kintone/js-sdk/compare/@kintone/rest-api-client@3.0.0...@kintone/rest-api-client@3.1.0) (2022-05-20)
43
-
44
-
45
- ### Features
46
-
47
- * **rest-api-client:** add `httpsAgent` property to constructor options ([#1495](https://github.com/kintone/js-sdk/issues/1495)) ([721d25e](https://github.com/kintone/js-sdk/commit/721d25e88988c66923523a7ba7a9c4f2ecddecb0))
48
-
49
-
50
-
51
-
52
-
53
- # [3.0.0](https://github.com/kintone/js-sdk/compare/@kintone/rest-api-client@2.0.38...@kintone/rest-api-client@3.0.0) (2022-05-13)
54
-
55
-
56
- * chore!: drop Node v12 support because of the EOL (BREAKING CHANGE) (#1493) ([0d9dae1](https://github.com/kintone/js-sdk/commit/0d9dae10582fc40d89a1af8db4a2efc1d776a456)), closes [#1493](https://github.com/kintone/js-sdk/issues/1493)
57
-
58
-
59
- ### Bug Fixes
60
-
61
- * **deps:** update dependency axios to ^0.27.2 ([#1457](https://github.com/kintone/js-sdk/issues/1457)) ([a1f069c](https://github.com/kintone/js-sdk/commit/a1f069cd705129f58bb7149bad7738a7c90d903d))
62
- * **deps:** update dependency core-js to ^3.22.3 ([#1467](https://github.com/kintone/js-sdk/issues/1467)) ([c7329bc](https://github.com/kintone/js-sdk/commit/c7329bc54820059cb7e0c800d7b97749159fbdaf))
63
- * **deps:** update dependency core-js to ^3.22.4 ([#1480](https://github.com/kintone/js-sdk/issues/1480)) ([7b603ab](https://github.com/kintone/js-sdk/commit/7b603abe8f1334b350e11d85cfccf539720c600c))
64
- * **deps:** update dependency core-js to ^3.22.5 ([#1491](https://github.com/kintone/js-sdk/issues/1491)) ([0cd469a](https://github.com/kintone/js-sdk/commit/0cd469a2ae8d2f7ac191650d348af03dd8e5d13a))
65
- * **rest-api-client:** remove trailing slash from baseUrl automatically ([#1485](https://github.com/kintone/js-sdk/issues/1485)) ([6d52938](https://github.com/kintone/js-sdk/commit/6d52938e527942cdfb47c9429532258d8040b976))
66
-
67
-
68
- ### BREAKING CHANGES
69
-
70
- * drop Node v12 support because of the EOL.
71
-
72
- * ci: update Node version 14 -> 16
73
-
74
- * ci: remove Node 18.x from test workflow
75
-
76
-
77
-
78
-
79
-
80
- ## [2.0.38](https://github.com/kintone/js-sdk/compare/@kintone/rest-api-client@2.0.37...@kintone/rest-api-client@2.0.38) (2022-04-28)
81
-
82
-
83
- ### Bug Fixes
84
-
85
- * **deps:** update dependency core-js to ^3.22.1 ([#1441](https://github.com/kintone/js-sdk/issues/1441)) ([19f40bb](https://github.com/kintone/js-sdk/commit/19f40bb1be985d93d748c2ce529b8f0c884fc4a0))
86
- * **deps:** update dependency core-js to ^3.22.2 ([#1452](https://github.com/kintone/js-sdk/issues/1452)) ([a28beae](https://github.com/kintone/js-sdk/commit/a28beae73c58f92e32dfe2beba17b9b32b3a5568))
87
-
88
-
89
-
90
-
91
-
92
- ## [2.0.37](https://github.com/kintone/js-sdk/compare/@kintone/rest-api-client@2.0.36...@kintone/rest-api-client@2.0.37) (2022-03-18)
93
-
94
-
95
- ### Bug Fixes
96
-
97
- * **deps:** update dependency axios to ^0.26.1 ([#1399](https://github.com/kintone/js-sdk/issues/1399)) ([ebba9fc](https://github.com/kintone/js-sdk/commit/ebba9fc8bf8c12d436945b2d07f988c8dcc4ac4c))
98
-
99
-
100
-
101
-
102
-
103
- ## [2.0.36](https://github.com/kintone/js-sdk/compare/@kintone/rest-api-client@2.0.35...@kintone/rest-api-client@2.0.36) (2022-03-04)
104
-
105
-
106
- ### Bug Fixes
107
-
108
- * **deps:** update dependency axios to ^0.26.0 ([#1325](https://github.com/kintone/js-sdk/issues/1325)) ([181387a](https://github.com/kintone/js-sdk/commit/181387aebfa5eb8481036be6439a95bd11d08d7b))
109
- * **deps:** update dependency core-js to ^3.21.1 ([#1366](https://github.com/kintone/js-sdk/issues/1366)) ([46ad32c](https://github.com/kintone/js-sdk/commit/46ad32ce32a9fcfb59d66f37e10925b874b3af1d))
110
-
111
-
112
-
113
-
114
-
115
- ## 2.0.35 (2022-02-14)
116
-
117
-
118
- ### Bug Fixes
119
-
120
- * **deps:** update dependency @kintone/rest-api-client to ^2.0.34 ([#1341](https://github.com/kintone/js-sdk/issues/1341)) ([0e01847](https://github.com/kintone/js-sdk/commit/0e018475d77c68f42d414d563377aef56a7a1d41))
121
-
122
-
123
-
124
-
125
-
126
- ## 2.0.34 (2022-02-04)
127
-
128
- **Note:** Version bump only for package @kintone/rest-api-client
129
-
130
-
131
-
132
-
133
-
134
- ## 2.0.33 (2022-01-18)
135
-
136
- **Note:** Version bump only for package @kintone/rest-api-client
137
-
138
-
139
-
140
-
141
-
142
- ## 2.0.32 (2022-01-11)
143
-
144
- **Note:** Version bump only for package @kintone/rest-api-client
145
-
146
-
147
-
148
-
149
-
150
- ## 2.0.31 (2021-12-24)
151
-
152
- **Note:** Version bump only for package @kintone/rest-api-client
153
-
154
-
155
-
156
-
157
-
158
- ## 2.0.30 (2021-12-24)
159
-
160
- **Note:** Version bump only for package @kintone/rest-api-client
161
-
162
-
163
-
164
-
165
-
166
- ## [2.0.29](https://github.com/kintone/js-sdk/compare/@kintone/rest-api-client@2.0.28...@kintone/rest-api-client@2.0.29) (2021-12-21)
167
-
168
- **Note:** Version bump only for package @kintone/rest-api-client
169
-
170
-
171
-
172
-
173
-
174
- ## [2.0.28](https://github.com/kintone/js-sdk/compare/@kintone/rest-api-client@2.0.27...@kintone/rest-api-client@2.0.28) (2021-12-15)
175
-
176
-
177
- ### Bug Fixes
178
-
179
- * **deps:** update dependency core-js to ^3.19.3 ([#1237](https://github.com/kintone/js-sdk/issues/1237)) ([fdf637b](https://github.com/kintone/js-sdk/commit/fdf637b60dfd3c499259c1e74144fdb8437cc6ef))
180
- * **deps:** update dependency qs to ^6.10.2 ([#1239](https://github.com/kintone/js-sdk/issues/1239)) ([4505209](https://github.com/kintone/js-sdk/commit/450520989c2e13bcc35a265a754351d76e44fe49))
181
-
182
-
183
-
184
-
185
-
186
- ## [2.0.27](https://github.com/kintone/js-sdk/compare/@kintone/rest-api-client@2.0.26...@kintone/rest-api-client@2.0.27) (2021-12-01)
187
-
188
-
189
- ### Bug Fixes
190
-
191
- * **deps:** update dependency core-js to ^3.19.2 ([#1183](https://github.com/kintone/js-sdk/issues/1183)) ([da57c87](https://github.com/kintone/js-sdk/commit/da57c879542da3ae371b5acfecbe367488151dc5))
192
-
193
-
194
-
195
-
196
-
197
- ## [2.0.26](https://github.com/kintone/js-sdk/compare/@kintone/rest-api-client@2.0.25...@kintone/rest-api-client@2.0.26) (2021-11-24)
198
-
199
- **Note:** Version bump only for package @kintone/rest-api-client
200
-
201
-
202
-
203
-
204
-
205
- ## [2.0.25](https://github.com/kintone/js-sdk/compare/@kintone/rest-api-client@2.0.24...@kintone/rest-api-client@2.0.25) (2021-11-17)
206
-
207
-
208
- ### Bug Fixes
209
-
210
- * **deps:** update dependency axios to ^0.24.0 ([#1182](https://github.com/kintone/js-sdk/issues/1182)) ([ff21391](https://github.com/kintone/js-sdk/commit/ff21391d17adb476e77d3f82df0539328bcd3772))
211
-
212
-
213
-
214
-
215
-
216
- ## [2.0.24](https://github.com/kintone/js-sdk/compare/@kintone/rest-api-client@2.0.23...@kintone/rest-api-client@2.0.24) (2021-10-27)
217
-
218
- **Note:** Version bump only for package @kintone/rest-api-client
219
-
220
-
221
-
222
-
223
-
224
- ## [2.0.23](https://github.com/kintone/js-sdk/compare/@kintone/rest-api-client@2.0.22...@kintone/rest-api-client@2.0.23) (2021-10-20)
225
-
226
-
227
- ### Bug Fixes
228
-
229
- * **deps:** update dependency axios to ^0.23.0 ([#1133](https://github.com/kintone/js-sdk/issues/1133)) ([40ee9df](https://github.com/kintone/js-sdk/commit/40ee9dfb701e25cbbc75a9b709767b04672c03a5))
230
-
231
-
232
-
233
-
234
-
235
- ## [2.0.22](https://github.com/kintone/js-sdk/compare/@kintone/rest-api-client@2.0.21...@kintone/rest-api-client@2.0.22) (2021-10-13)
236
-
237
-
238
- ### Bug Fixes
239
-
240
- * **deps:** update dependency core-js to ^3.18.2 ([#1139](https://github.com/kintone/js-sdk/issues/1139)) ([808cbbb](https://github.com/kintone/js-sdk/commit/808cbbb668ae2540b202abdcaa89aec8b1106082))
241
- * **deps:** update dependency core-js to ^3.18.3 ([#1149](https://github.com/kintone/js-sdk/issues/1149)) ([2c7b5e0](https://github.com/kintone/js-sdk/commit/2c7b5e032312da7bfee512fe07d06a03c43f02f7))
242
-
243
-
244
-
245
-
246
-
247
- ## [2.0.21](https://github.com/kintone/js-sdk/compare/@kintone/rest-api-client@2.0.20...@kintone/rest-api-client@2.0.21) (2021-10-06)
248
-
249
-
250
- ### Bug Fixes
251
-
252
- * **deps:** update dependency core-js to ^3.18.1 ([#1112](https://github.com/kintone/js-sdk/issues/1112)) ([082f8c4](https://github.com/kintone/js-sdk/commit/082f8c4c2a06850415dcfc7326fb5d74c9566523))
253
-
254
-
255
-
256
-
257
-
258
- ## [2.0.20](https://github.com/kintone/js-sdk/compare/@kintone/rest-api-client@2.0.19...@kintone/rest-api-client@2.0.20) (2021-09-29)
259
-
260
- **Note:** Version bump only for package @kintone/rest-api-client
261
-
262
-
263
-
264
-
265
-
266
- ## [2.0.19](https://github.com/kintone/js-sdk/compare/@kintone/rest-api-client@2.0.18...@kintone/rest-api-client@2.0.19) (2021-09-15)
267
-
268
-
269
- ### Bug Fixes
270
-
271
- * **deps:** update dependency core-js to ^3.17.3 ([#1081](https://github.com/kintone/js-sdk/issues/1081)) ([c1c33ff](https://github.com/kintone/js-sdk/commit/c1c33ff80bd1ffab091a267482b2f0cc888d0f10))
272
-
273
-
274
-
275
-
276
-
277
- ## [2.0.18](https://github.com/kintone/js-sdk/compare/@kintone/rest-api-client@2.0.17...@kintone/rest-api-client@2.0.18) (2021-09-08)
278
-
279
-
280
- ### Bug Fixes
281
-
282
- * **deps:** update dependency axios to ^0.21.2 ([#1087](https://github.com/kintone/js-sdk/issues/1087)) ([5ce05bf](https://github.com/kintone/js-sdk/commit/5ce05bfb331765ff23e05eb6fca96f6ba6519f1d))
283
- * **deps:** update dependency axios to ^0.21.3 ([#1088](https://github.com/kintone/js-sdk/issues/1088)) ([2a557e9](https://github.com/kintone/js-sdk/commit/2a557e979e4260752d72645a522ec19d9d7107c3))
284
- * **deps:** update dependency axios to ^0.21.4 ([#1089](https://github.com/kintone/js-sdk/issues/1089)) ([52d5af5](https://github.com/kintone/js-sdk/commit/52d5af5dc216eb65f677ab1f6dbe40b24ce6cb9d))
285
-
286
-
287
-
288
-
289
-
290
- ## [2.0.17](https://github.com/kintone/js-sdk/compare/@kintone/rest-api-client@2.0.16...@kintone/rest-api-client@2.0.17) (2021-09-01)
291
-
292
-
293
- ### Bug Fixes
294
-
295
- * **deps:** update dependency core-js to ^3.16.3 ([#1072](https://github.com/kintone/js-sdk/issues/1072)) ([f1d3297](https://github.com/kintone/js-sdk/commit/f1d32976717cf2ac23f6d4fd2ea5376a84ac8c3a))
296
- * **deps:** update dependency core-js to ^3.16.4 ([#1076](https://github.com/kintone/js-sdk/issues/1076)) ([3d9940b](https://github.com/kintone/js-sdk/commit/3d9940beda489b0f8882fb8155c2324b2f7b133b))
297
-
298
-
299
-
300
-
301
-
302
- ## [2.0.16](https://github.com/kintone/js-sdk/compare/@kintone/rest-api-client@2.0.15...@kintone/rest-api-client@2.0.16) (2021-08-25)
303
-
304
- **Note:** Version bump only for package @kintone/rest-api-client
305
-
306
-
307
-
308
-
309
-
310
- ## [2.0.15](https://github.com/kintone/js-sdk/compare/@kintone/rest-api-client@2.0.14...@kintone/rest-api-client@2.0.15) (2021-08-18)
311
-
312
-
313
- ### Bug Fixes
314
-
315
- * **deps:** update dependency core-js to ^3.16.2 ([#1066](https://github.com/kintone/js-sdk/issues/1066)) ([ff9ce29](https://github.com/kintone/js-sdk/commit/ff9ce294eaa6b2b6ece55f67b9e0e49bb9d3b049))
316
- * **rest-api-client:** validate guestSpaceId ([#1065](https://github.com/kintone/js-sdk/issues/1065)) ([5115573](https://github.com/kintone/js-sdk/commit/51155731e6d3241e2fc1a6c24e2f390e8f37114e))
317
-
318
-
319
-
320
-
321
-
322
- ## [2.0.14](https://github.com/kintone/js-sdk/compare/@kintone/rest-api-client@2.0.13...@kintone/rest-api-client@2.0.14) (2021-08-11)
323
-
324
-
325
- ### Bug Fixes
326
-
327
- * **deps:** update dependency core-js to ^3.16.1 ([#1057](https://github.com/kintone/js-sdk/issues/1057)) ([3c4ee58](https://github.com/kintone/js-sdk/commit/3c4ee58a200913e1f8ed515d70edac735d8a5e7c))
328
-
329
-
330
-
331
-
332
-
333
- ## [2.0.13](https://github.com/kintone/js-sdk/compare/@kintone/rest-api-client@2.0.12...@kintone/rest-api-client@2.0.13) (2021-08-04)
334
-
335
-
336
- ### Bug Fixes
337
-
338
- * **deps:** update dependency core-js to ^3.16.0 ([#1041](https://github.com/kintone/js-sdk/issues/1041)) ([1d32bac](https://github.com/kintone/js-sdk/commit/1d32bacd9591cd2cceed68254223ebf30e4d625f))
339
-
340
-
341
-
342
-
343
-
344
- ## [2.0.12](https://github.com/kintone/js-sdk/compare/@kintone/rest-api-client@2.0.11...@kintone/rest-api-client@2.0.12) (2021-07-28)
345
-
346
- **Note:** Version bump only for package @kintone/rest-api-client
347
-
348
-
349
-
350
-
351
-
352
- ## [2.0.11](https://github.com/kintone/js-sdk/compare/@kintone/rest-api-client@2.0.10...@kintone/rest-api-client@2.0.11) (2021-07-21)
353
-
354
- **Note:** Version bump only for package @kintone/rest-api-client
355
-
356
-
357
-
358
-
359
-
360
- ## [2.0.10](https://github.com/kintone/js-sdk/compare/@kintone/rest-api-client@2.0.9...@kintone/rest-api-client@2.0.10) (2021-07-12)
361
-
362
- **Note:** Version bump only for package @kintone/rest-api-client
363
-
364
-
365
-
366
-
367
-
368
- ## [2.0.9](https://github.com/kintone/js-sdk/compare/@kintone/rest-api-client@2.0.8...@kintone/rest-api-client@2.0.9) (2021-07-06)
369
-
370
-
371
- ### Bug Fixes
372
-
373
- * **deps:** update dependency core-js to ^3.15.2 ([#981](https://github.com/kintone/js-sdk/issues/981)) ([444fa63](https://github.com/kintone/js-sdk/commit/444fa63f42d1272592fe284b238b311a17eb8654))
374
-
375
-
376
-
377
-
378
-
379
- ## [2.0.8](https://github.com/kintone/js-sdk/compare/@kintone/rest-api-client@2.0.7...@kintone/rest-api-client@2.0.8) (2021-06-29)
380
-
381
-
382
- ### Bug Fixes
383
-
384
- * **deps:** update dependency core-js to ^3.15.1 ([#974](https://github.com/kintone/js-sdk/issues/974)) ([1afb364](https://github.com/kintone/js-sdk/commit/1afb364b2bfddd08604c76933ad018cbcbd09ac7))
385
-
386
-
387
-
388
-
389
-
390
- ## [2.0.7](https://github.com/kintone/js-sdk/compare/@kintone/rest-api-client@2.0.6...@kintone/rest-api-client@2.0.7) (2021-06-22)
391
-
392
-
393
- ### Bug Fixes
394
-
395
- * **deps:** update dependency core-js to ^3.15.0 ([#966](https://github.com/kintone/js-sdk/issues/966)) ([5ac50cc](https://github.com/kintone/js-sdk/commit/5ac50cc8b7946fd6e7a04120cb050492f4b1fc3b))
396
-
397
-
398
-
399
-
400
-
401
- ## [2.0.6](https://github.com/kintone/js-sdk/compare/@kintone/rest-api-client@2.0.5...@kintone/rest-api-client@2.0.6) (2021-06-15)
402
-
403
- **Note:** Version bump only for package @kintone/rest-api-client
404
-
405
-
406
-
407
-
408
-
409
- ## [2.0.5](https://github.com/kintone/js-sdk/compare/@kintone/rest-api-client@2.0.4...@kintone/rest-api-client@2.0.5) (2021-06-08)
410
-
411
-
412
- ### Bug Fixes
413
-
414
- * **deps:** update dependency core-js to ^3.14.0 ([#932](https://github.com/kintone/js-sdk/issues/932)) ([5dd1899](https://github.com/kintone/js-sdk/commit/5dd1899f86f84204f32f33f7f54c31b8c95511f8))
415
- * **deps:** update dependency prettier to ^2.3.1 ([#931](https://github.com/kintone/js-sdk/issues/931)) ([0eca21d](https://github.com/kintone/js-sdk/commit/0eca21d2a80ad68468fc57443d98a571713d4157))
416
- * **rest-api-client:** `baseUrl` is not used when `location` is undefined ([#855](https://github.com/kintone/js-sdk/issues/855)) ([b892520](https://github.com/kintone/js-sdk/commit/b89252029bbc947d395b26c8a61815b0f5b12c7c))
417
-
418
-
419
-
420
-
421
-
422
- ## [2.0.4](https://github.com/kintone/js-sdk/compare/@kintone/rest-api-client@2.0.3...@kintone/rest-api-client@2.0.4) (2021-06-04)
423
-
424
-
425
- ### Bug Fixes
426
-
427
- * set maxBodyLength: Infinity to avoid "ERR_FR_MAX_BODY_LENGTH_EXCEEDED" error ([#918](https://github.com/kintone/js-sdk/issues/918)) ([712f3f8](https://github.com/kintone/js-sdk/commit/712f3f82d09a04ea18846b4382a36840293d5bf1))
428
-
429
-
430
-
431
-
432
-
433
- ## [2.0.3](https://github.com/kintone/js-sdk/compare/@kintone/rest-api-client@2.0.2...@kintone/rest-api-client@2.0.3) (2021-06-01)
434
-
435
-
436
- ### Bug Fixes
437
-
438
- * **deps:** update dependency core-js to ^3.13.0 ([#912](https://github.com/kintone/js-sdk/issues/912)) ([0f07fca](https://github.com/kintone/js-sdk/commit/0f07fcac5a71b0b4a6f89b46329148b536a05b66))
439
- * **deps:** update dependency core-js to ^3.13.1 ([#922](https://github.com/kintone/js-sdk/issues/922)) ([b1442c4](https://github.com/kintone/js-sdk/commit/b1442c453c372ed6ecc4e71e0768eb8ff4cfb416))
440
-
441
-
442
-
443
-
444
-
445
- ## [2.0.2](https://github.com/kintone/js-sdk/compare/@kintone/rest-api-client@2.0.1...@kintone/rest-api-client@2.0.2) (2021-05-25)
446
-
447
- **Note:** Version bump only for package @kintone/rest-api-client
448
-
449
-
450
-
451
-
452
-
453
- ## [2.0.1](https://github.com/kintone/js-sdk/compare/@kintone/rest-api-client@2.0.0...@kintone/rest-api-client@2.0.1) (2021-05-18)
454
-
455
- **Note:** Version bump only for package @kintone/rest-api-client
456
-
457
-
458
-
459
-
460
-
461
- # [2.0.0](https://github.com/kintone/js-sdk/compare/@kintone/rest-api-client@1.13.0...@kintone/rest-api-client@2.0.0) (2021-05-11)
462
-
463
-
464
- ### Bug Fixes
465
-
466
- * **deps:** update dependency core-js to ^3.11.1 ([1e569b7](https://github.com/kintone/js-sdk/commit/1e569b79d84d07655e34929753adcfb6e2b1eadb))
467
- * **deps:** update dependency core-js to ^3.11.2 ([#857](https://github.com/kintone/js-sdk/issues/857)) ([4aa5530](https://github.com/kintone/js-sdk/commit/4aa553038eaa32be5f3b35ed1a738fe1fe72dab0))
468
- * **deps:** update dependency core-js to ^3.11.3 ([#863](https://github.com/kintone/js-sdk/issues/863)) ([0ddd350](https://github.com/kintone/js-sdk/commit/0ddd350dbd009659d3214a25795d7430072794f0))
469
- * **deps:** update dependency core-js to ^3.12.1 ([#874](https://github.com/kintone/js-sdk/issues/874)) ([217053c](https://github.com/kintone/js-sdk/commit/217053ca4b5ec1d9ca11ecc454473475d5e12561))
470
-
471
-
472
- ### chore
473
-
474
- * drop Node v10 support ([#870](https://github.com/kintone/js-sdk/issues/870)) ([5263389](https://github.com/kintone/js-sdk/commit/526338928e5a89a1f24c7458fc0c7c2452e36cc1))
475
-
476
-
477
- ### BREAKING CHANGES
478
-
479
- * drop Node v10 support because of the EOL.
480
-
481
-
482
-
483
-
484
-
485
- # [1.13.0](https://github.com/kintone/js-sdk/compare/@kintone/rest-api-client@1.12.4...@kintone/rest-api-client@1.13.0) (2021-04-27)
486
-
487
-
488
- ### Bug Fixes
489
-
490
- * **deps:** update dependency core-js to ^3.11.0 ([#829](https://github.com/kintone/js-sdk/issues/829)) ([28b664c](https://github.com/kintone/js-sdk/commit/28b664c630487a6d2fb77c6350a9e5b923311de2))
491
-
492
-
493
- ### Features
494
-
495
- * **rest-api-client:** add an option to set a custom User-Agent string in Node.js environment ([#822](https://github.com/kintone/js-sdk/issues/822)) ([4d7ed5d](https://github.com/kintone/js-sdk/commit/4d7ed5da7b8b4ab7851447833d048878ff1ce826))
496
- * **rest-api-client:** Support App Action Settings API ([#833](https://github.com/kintone/js-sdk/issues/833)) ([bca0d98](https://github.com/kintone/js-sdk/commit/bca0d9805636423c9de5694ea8f908149c9ff65f))
497
-
498
-
499
-
500
-
501
-
502
- ## [1.12.4](https://github.com/kintone/js-sdk/compare/@kintone/rest-api-client@1.12.3...@kintone/rest-api-client@1.12.4) (2021-04-20)
503
-
504
-
505
- ### Bug Fixes
506
-
507
- * **deps:** update dependency core-js to ^3.10.2 ([1ffcc04](https://github.com/kintone/js-sdk/commit/1ffcc043529bac39aff57e5682632c85562c8785))
508
-
509
-
510
-
511
-
512
-
513
- ## [1.12.3](https://github.com/kintone/js-sdk/compare/@kintone/rest-api-client@1.12.2...@kintone/rest-api-client@1.12.3) (2021-04-13)
514
-
515
-
516
- ### Bug Fixes
517
-
518
- * **deps:** update dependency core-js to ^3.10.1 ([061b24b](https://github.com/kintone/js-sdk/commit/061b24bf61d4e1131e5ac7d9c230610959eacc59))
519
-
520
-
521
-
522
-
523
-
524
- ## [1.12.2](https://github.com/kintone/js-sdk/compare/@kintone/rest-api-client@1.12.1...@kintone/rest-api-client@1.12.2) (2021-04-06)
525
-
526
-
527
- ### Bug Fixes
528
-
529
- * **deps:** update dependency core-js to ^3.10.0 ([#795](https://github.com/kintone/js-sdk/issues/795)) ([446f861](https://github.com/kintone/js-sdk/commit/446f86143380c1a291a0b80ed00a71497975c623))
530
-
531
-
532
-
533
-
534
-
535
- ## [1.12.1](https://github.com/kintone/js-sdk/compare/@kintone/rest-api-client@1.12.0...@kintone/rest-api-client@1.12.1) (2021-03-31)
536
-
537
- **Note:** Version bump only for package @kintone/rest-api-client
538
-
539
-
540
-
541
-
542
-
543
- # [1.12.0](https://github.com/kintone/js-sdk/compare/@kintone/rest-api-client@1.11.2...@kintone/rest-api-client@1.12.0) (2021-03-23)
544
-
545
-
546
- ### Bug Fixes
547
-
548
- * **deps:** update dependency qs to ^6.10.1 ([#768](https://github.com/kintone/js-sdk/issues/768)) ([0363926](https://github.com/kintone/js-sdk/commit/0363926b668f9b2103d1d81f2a190f383ca44099))
549
-
550
-
551
- ### Features
552
-
553
- * **rest-api-client:** Support graph settings API ([#763](https://github.com/kintone/js-sdk/issues/763)) ([32d691f](https://github.com/kintone/js-sdk/commit/32d691f43931f0b8878424929da528cc6f269de2)), closes [#735](https://github.com/kintone/js-sdk/issues/735) [#731](https://github.com/kintone/js-sdk/issues/731)
554
-
555
-
556
-
557
-
558
-
559
- ## [1.11.2](https://github.com/kintone/js-sdk/compare/@kintone/rest-api-client@1.11.1...@kintone/rest-api-client@1.11.2) (2021-03-18)
560
-
561
-
562
- ### Bug Fixes
563
-
564
- * **rest-api-client:** fix ReminderNotificationForResponse type ([#751](https://github.com/kintone/js-sdk/issues/751)) ([4e194a3](https://github.com/kintone/js-sdk/commit/4e194a3707ecc6ac87113cb4f6c59371c0fda3d6))
565
- * **rest-api-client:** prevent infinite loop when `condition` contains OR clause ([#726](https://github.com/kintone/js-sdk/issues/726)) ([6afdd84](https://github.com/kintone/js-sdk/commit/6afdd84c265684188536b816aebfaee8dee2694f))
566
- * **rest-api-client:** remove an unnecessary property from the notifications param of app.updateGeneralNotifications ([#750](https://github.com/kintone/js-sdk/issues/750)) ([8b07e24](https://github.com/kintone/js-sdk/commit/8b07e243ff4e1009a20654bf0621f4afc6c810c7))
567
-
568
-
569
-
570
-
571
-
572
- ## [1.11.1](https://github.com/kintone/js-sdk/compare/@kintone/rest-api-client@1.11.0...@kintone/rest-api-client@1.11.1) (2021-03-09)
573
-
574
- **Note:** Version bump only for package @kintone/rest-api-client
575
-
576
-
577
-
578
-
579
-
580
- # [1.11.0](https://github.com/kintone/js-sdk/compare/@kintone/rest-api-client@1.10.0...@kintone/rest-api-client@1.11.0) (2021-03-02)
581
-
582
-
583
- ### Bug Fixes
584
-
585
- * **deps:** update dependency core-js to ^3.9.0 ([#706](https://github.com/kintone/js-sdk/issues/706)) ([e8a31fa](https://github.com/kintone/js-sdk/commit/e8a31fa892ffd137b4df50ef5ed447bccc18a07e))
586
- * **deps:** update dependency core-js to ^3.9.1 ([2004d5b](https://github.com/kintone/js-sdk/commit/2004d5b5c51082de6f6db0cec3b3cc29a94c4751))
587
-
588
-
589
- ### Features
590
-
591
- * add PUT /k/v1/preview/app/notifications/reminder.json ([#612](https://github.com/kintone/js-sdk/issues/612)) ([155f5a7](https://github.com/kintone/js-sdk/commit/155f5a7a657777e1039148ce18396fa27fb9f437))
592
- * **rest-api-client:** add GET /k/v1/app/notifications/reminder.json ([#606](https://github.com/kintone/js-sdk/issues/606)) ([b924a57](https://github.com/kintone/js-sdk/commit/b924a57a5fdd1355f85ac50abeff22438c2535bb))
593
- * **rest-api-client:** implement GET /k/v1/app/notifications/perRecord.json ([#609](https://github.com/kintone/js-sdk/issues/609)) ([6f5f289](https://github.com/kintone/js-sdk/commit/6f5f2895757e70bb063b4719601f9e1a43e61b61))
594
- * **rest-api-client:** implement PUT /k/v1/preview/app/notifications/general.json ([#607](https://github.com/kintone/js-sdk/issues/607)) ([cadc46c](https://github.com/kintone/js-sdk/commit/cadc46ccc292527932604a46d9c51619bdb77d6c))
595
-
596
-
597
-
598
-
599
-
600
- # [1.10.0](https://github.com/kintone/js-sdk/compare/@kintone/rest-api-client@1.9.0...@kintone/rest-api-client@1.10.0) (2021-02-17)
601
-
602
-
603
- ### Bug Fixes
604
-
605
- * **deps:** update dependency form-data to ^3.0.1 ([89da8fe](https://github.com/kintone/js-sdk/commit/89da8feee911a499288d079c26b882c44cdcd179))
606
- * **deps:** update dependency form-data to v4 ([#696](https://github.com/kintone/js-sdk/issues/696)) ([1622248](https://github.com/kintone/js-sdk/commit/1622248e45d81c1f4cc3c76db2ae8a5803f3aaea))
607
-
608
-
609
- ### Features
610
-
611
- * **rest-api-client:** implement GET /k/v1/app/notifications/general.json ([#604](https://github.com/kintone/js-sdk/issues/604)) ([48f2170](https://github.com/kintone/js-sdk/commit/48f217049c997230f8d2e8efced9e768e37e44bb))
612
-
613
-
614
-
615
-
616
-
617
- # [1.9.0](https://github.com/kintone/js-sdk/compare/@kintone/rest-api-client@1.8.2...@kintone/rest-api-client@1.9.0) (2021-02-09)
618
-
619
-
620
- ### Features
621
-
622
- * **rest-api-client:** implement PUT /k/v1/preview/app/notifications/perRecord.json ([#611](https://github.com/kintone/js-sdk/issues/611)) ([e0d502e](https://github.com/kintone/js-sdk/commit/e0d502e64158fad2a50fd1b6a1a946fbeaa3a2ee))
623
-
624
-
625
-
626
-
627
-
628
- ## [1.8.2](https://github.com/kintone/js-sdk/compare/@kintone/rest-api-client@1.8.1...@kintone/rest-api-client@1.8.2) (2021-02-02)
629
-
630
-
631
- ### Bug Fixes
632
-
633
- * **deps:** update dependency qs to ^6.9.6 ([bf9961e](https://github.com/kintone/js-sdk/commit/bf9961ed7f92882f9e52166beed54cc31d729962))
634
-
635
-
636
-
637
-
638
-
639
- ## [1.8.1](https://github.com/kintone/js-sdk/compare/@kintone/rest-api-client@1.8.0...@kintone/rest-api-client@1.8.1) (2021-01-26)
640
-
641
-
642
- ### Bug Fixes
643
-
644
- * **deps:** update dependency core-js to ^3.8.3 ([31a9c2d](https://github.com/kintone/js-sdk/commit/31a9c2d6002b5a0c9aad63de6ad674e398929ac2))
645
-
646
-
647
-
648
-
649
-
650
- # [1.8.0](https://github.com/kintone/js-sdk/compare/@kintone/rest-api-client@1.7.2...@kintone/rest-api-client@1.8.0) (2021-01-19)
651
-
652
-
653
- ### Bug Fixes
654
-
655
- * add package.json into pkg.exports in package.json of rest-api-client ([#599](https://github.com/kintone/js-sdk/issues/599)) ([c665746](https://github.com/kintone/js-sdk/commit/c6657467e9c536d7f4ec12d00fc0e4d52e0e2a1e))
656
-
657
-
658
- ### Features
659
-
660
- * export error classes to allow users to import them ([#601](https://github.com/kintone/js-sdk/issues/601)) ([edcd2e9](https://github.com/kintone/js-sdk/commit/edcd2e9323fdb639bd76016c99503f42e86635df))
661
-
662
-
663
-
664
-
665
-
666
- ## [1.7.2](https://github.com/kintone/js-sdk/compare/@kintone/rest-api-client@1.7.1...@kintone/rest-api-client@1.7.2) (2020-12-16)
667
-
668
-
669
- ### Bug Fixes
670
-
671
- * **deps:** update dependency core-js to ^3.7.0 ([#525](https://github.com/kintone/js-sdk/issues/525)) ([0cb45b6](https://github.com/kintone/js-sdk/commit/0cb45b6983cc46477e649b5cb39694baa7054028))
672
- * **deps:** update dependency core-js to ^3.8.0 ([#557](https://github.com/kintone/js-sdk/issues/557)) ([bddee3d](https://github.com/kintone/js-sdk/commit/bddee3da2472386090dbda80ef0bedecb8eddd2f))
673
- * **deps:** update dependency core-js to ^3.8.1 ([6230fa8](https://github.com/kintone/js-sdk/commit/6230fa846bc5e7f833bd3e745cfb0c3849e04a0e))
674
- * adjust browserslist to product ([#506](https://github.com/kintone/js-sdk/issues/506)) ([c5843f5](https://github.com/kintone/js-sdk/commit/c5843f58439677a26c5fe68a9bb17f023e4f44a2))
675
- * Modify `properties` type in AppClient ([#469](https://github.com/kintone/js-sdk/issues/469)) ([a6f727f](https://github.com/kintone/js-sdk/commit/a6f727f0e0b266a78c69eb7f3ae0d2df29379cbb))
676
- * **deps:** update dependency axios to ^0.21.0 ([#493](https://github.com/kintone/js-sdk/issues/493)) ([934eb37](https://github.com/kintone/js-sdk/commit/934eb37583edbd5184482b04179f91ae55ee6d7a))
677
- * **deps:** update dependency puppeteer to v5.4.1 ([#492](https://github.com/kintone/js-sdk/issues/492)) ([f330e34](https://github.com/kintone/js-sdk/commit/f330e3478997f8f465e22ff8237f5c22405a5c26))
678
-
679
-
680
-
681
-
682
-
683
- ## [1.7.1](https://github.com/kintone/js-sdk/compare/@kintone/rest-api-client@1.7.0...@kintone/rest-api-client@1.7.1) (2020-10-23)
684
-
685
-
686
- ### Bug Fixes
687
-
688
- * change the timing to show the warning for large offset ([#470](https://github.com/kintone/js-sdk/issues/470)) ([c86e5b4](https://github.com/kintone/js-sdk/commit/c86e5b457820e1286d0dce8dcb87fc90cce9ddc1))
689
-
690
-
691
-
692
-
693
-
694
- # [1.7.0](https://github.com/kintone/js-sdk/compare/@kintone/rest-api-client@1.6.0...@kintone/rest-api-client@1.7.0) (2020-10-21)
695
-
696
-
697
- ### Features
698
-
699
- * support Node.js native ESM for rest-api-client ([#436](https://github.com/kintone/js-sdk/issues/436)) ([fee6655](https://github.com/kintone/js-sdk/commit/fee66553b10ea779efd8e0a2809c3711957a6c99))
700
-
701
-
702
-
703
-
704
-
705
- # [1.6.0](https://github.com/kintone/js-sdk/compare/@kintone/rest-api-client@1.5.2...@kintone/rest-api-client@1.6.0) (2020-10-12)
706
-
707
-
708
- ### Bug Fixes
709
-
710
- * **deps:** revert js-base64 v3 to v2 ([#438](https://github.com/kintone/js-sdk/issues/438)) ([06fd3ea](https://github.com/kintone/js-sdk/commit/06fd3eaddb78b69bf3afb2a2b613df9455c4635b))
711
- * add Element type definition to avoid an error of @types/puppeteer ([#402](https://github.com/kintone/js-sdk/issues/402)) ([04493ad](https://github.com/kintone/js-sdk/commit/04493ad2dbbced8a905b2810a829da9269435b6d))
712
- * **deps:** update dependency js-base64 to v3 ([#319](https://github.com/kintone/js-sdk/issues/319)) ([9a0b05a](https://github.com/kintone/js-sdk/commit/9a0b05a67b34faf147023b8e111a50bb45aa174c))
713
-
714
-
715
- ### Features
716
-
717
- * export type definitions for Kintone fields from package root ([#404](https://github.com/kintone/js-sdk/issues/404)) ([974bb73](https://github.com/kintone/js-sdk/commit/974bb73aca45f52bf30f2ce611e34f90482d7b74))
718
-
719
-
720
-
721
-
722
-
723
- ## [1.5.2](https://github.com/kintone/js-sdk/compare/@kintone/rest-api-client@1.5.1...@kintone/rest-api-client@1.5.2) (2020-09-02)
724
-
725
- **Note:** Version bump only for package @kintone/rest-api-client
726
-
727
-
728
-
729
-
730
-
731
- ## [1.5.1](https://github.com/kintone/js-sdk/compare/@kintone/rest-api-client@1.5.0...@kintone/rest-api-client@1.5.1) (2020-08-28)
732
-
733
-
734
- ### Bug Fixes
735
-
736
- * KintoneRestAPIClient.version differs between UMD files and npm ([#380](https://github.com/kintone/js-sdk/issues/380)) ([83f8882](https://github.com/kintone/js-sdk/commit/83f88822df493723bfb47c0123d76714094c7256))
737
- * **deps:** update dependency js-base64 to ^2.6.4 ([d300a27](https://github.com/kintone/js-sdk/commit/d300a27f3a7505db2276461908889c6a63d70341))
738
-
739
-
740
-
741
-
742
-
743
- # [1.5.0](https://github.com/kintone/js-sdk/compare/@kintone/rest-api-client@1.4.2...@kintone/rest-api-client@1.5.0) (2020-07-29)
744
-
745
-
746
- ### Bug Fixes
747
-
748
- * fix a order to check kintone/garoon object ([#311](https://github.com/kintone/js-sdk/issues/311)) ([8fe908e](https://github.com/kintone/js-sdk/commit/8fe908ee3097719bb420b705054299a66db8ac99))
749
- * **deps:** update dependency js-base64 to ^2.6.1 ([#277](https://github.com/kintone/js-sdk/issues/277)) ([829ef68](https://github.com/kintone/js-sdk/commit/829ef68e59c889b0965b6221338eb6c784c66486))
750
- * **deps:** update dependency js-base64 to ^2.6.2 ([be37d9f](https://github.com/kintone/js-sdk/commit/be37d9fcd938b34602767ad6c3acedb82928634b))
751
- * **deps:** update dependency js-base64 to ^2.6.3 ([10964c3](https://github.com/kintone/js-sdk/commit/10964c3614061d02e2838db12386d343fd9afa49))
752
- * wait the response to delete cursor in `getAllRecordsWithCursor` ([#266](https://github.com/kintone/js-sdk/issues/266)) ([1499383](https://github.com/kintone/js-sdk/commit/1499383637cb37ab79dd999ac936dba878f8226e))
753
-
754
-
755
- ### Features
756
-
757
- * Add a new option to throw an error for x-cybozu-warning ([#304](https://github.com/kintone/js-sdk/issues/304)) ([cc9ae56](https://github.com/kintone/js-sdk/commit/cc9ae56a7d2c40c46c46c0e7aef50720293e7f58))
758
- * add a version property into KintoneRestAPIClient ([#287](https://github.com/kintone/js-sdk/issues/287)) ([edb76ac](https://github.com/kintone/js-sdk/commit/edb76ac981795b40d41e1273aeb0bb92cbd6a1f0))
759
-
760
-
761
-
762
-
763
-
764
- ## [1.4.2](https://github.com/kintone/js-sdk/compare/@kintone/rest-api-client@1.4.1...@kintone/rest-api-client@1.4.2) (2020-06-22)
765
-
766
-
767
- ### Bug Fixes
768
-
769
- * use location.{protocol, host} instead of location.origin ([#273](https://github.com/kintone/js-sdk/issues/273)) ([e32cbc0](https://github.com/kintone/js-sdk/commit/e32cbc0147503f2fd4e0dc6f02ce1b5866913b73))
770
-
771
-
772
-
773
-
774
-
775
- ## [1.4.1](https://github.com/kintone/js-sdk/compare/@kintone/rest-api-client@1.4.0...@kintone/rest-api-client@1.4.1) (2020-06-12)
776
-
777
-
778
- ### Bug Fixes
779
-
780
- * upload files larger than 2MB from Node.js ([#264](https://github.com/kintone/js-sdk/issues/264)) ([2ba667d](https://github.com/kintone/js-sdk/commit/2ba667d1069d283b7c296d01e387fb3218960823))
781
-
782
-
783
-
784
-
785
-
786
- # [1.4.0](https://github.com/kintone/js-sdk/compare/@kintone/rest-api-client@1.3.0...@kintone/rest-api-client@1.4.0) (2020-06-02)
787
-
788
-
789
- ### Bug Fixes
790
-
791
- * Enable uploadFile in FileClient.ts to receive string. ([#246](https://github.com/kintone/js-sdk/issues/246)) ([bb1419b](https://github.com/kintone/js-sdk/commit/bb1419b12ba380c4406efa9083bbfa9d73e2ff09))
792
-
793
-
794
- ### Features
795
-
796
- * support `garoon.connect.kintone.getRequestToken()` of Garoon JavaScript API ([#241](https://github.com/kintone/js-sdk/issues/241)) ([579816e](https://github.com/kintone/js-sdk/commit/579816ec98987a709aaac290441839b7f4c01f3e))
797
-
798
-
799
-
800
-
801
-
802
- # [1.3.0](https://github.com/kintone/js-sdk/compare/@kintone/rest-api-client@1.2.0...@kintone/rest-api-client@1.3.0) (2020-05-19)
803
-
804
-
805
- ### Bug Fixes
806
-
807
- * **deps:** update dependency qs to ^6.9.4 ([c2e8c8f](https://github.com/kintone/js-sdk/commit/c2e8c8ffc3d38ccadd51a7605a4664df69a9b2ec))
808
-
809
-
810
- ### Features
811
-
812
- * Add proxy option ([#181](https://github.com/kintone/js-sdk/issues/181)) ([ecfa2da](https://github.com/kintone/js-sdk/commit/ecfa2da1e0934ec13beaf455d822ffa20a7a9bde))
813
- * add type definitions for field layout ([#221](https://github.com/kintone/js-sdk/issues/221)) ([b135e72](https://github.com/kintone/js-sdk/commit/b135e72f3cb92ea68f264e3f109446334936a9ce))
814
- * add type definitions for field properties ([#199](https://github.com/kintone/js-sdk/issues/199)) ([4ddc6ea](https://github.com/kintone/js-sdk/commit/4ddc6ea068d136586ac90f77d6bdb058f52dab41))
815
- * add type definitions for fields ([#193](https://github.com/kintone/js-sdk/issues/193)) ([6abb480](https://github.com/kintone/js-sdk/commit/6abb480daff3ef5308b51ef98a9fa6ff28c829f0))
816
- * Add User-Agent header for Node.js ([#213](https://github.com/kintone/js-sdk/issues/213)) ([a859fdb](https://github.com/kintone/js-sdk/commit/a859fdb74e225ef58d65baaff1ad094819414f5d))
817
-
818
-
819
-
820
-
821
-
822
- # [1.2.0](https://github.com/kintone/js-sdk/compare/@kintone/rest-api-client@1.1.0...@kintone/rest-api-client@1.2.0) (2020-04-17)
823
-
824
-
825
- ### Bug Fixes
826
-
827
- * **deps:** update dependency core-js to ^3.6.5 ([daff728](https://github.com/kintone/js-sdk/commit/daff7281e0b4a06b6f7ecce6e2013f3206f8863f))
828
- * incorrect response type of `evaluateRecordAcl` ([#173](https://github.com/kintone/js-sdk/issues/173)) ([2425ac8](https://github.com/kintone/js-sdk/commit/2425ac8758e234663eabffce5bf52d0635d8df22))
829
- * the response type of bulkRequest ([#175](https://github.com/kintone/js-sdk/issues/175)) ([1f5c3cc](https://github.com/kintone/js-sdk/commit/1f5c3cc7090ed4c83b31d4790666443bbfab2903))
830
-
831
-
832
- ### Features
833
-
834
- * add an endpointName parameter to bulkRequest ([#152](https://github.com/kintone/js-sdk/issues/152)) ([6ccfb0e](https://github.com/kintone/js-sdk/commit/6ccfb0e97caac549759a8ae4232aff9c379e13f0))
835
- * support client certificate ([#128](https://github.com/kintone/js-sdk/issues/128)) ([683a4dc](https://github.com/kintone/js-sdk/commit/683a4dc28e015e2c478895f061f5df00b28706c4)), closes [#161](https://github.com/kintone/js-sdk/issues/161)
836
- * support OAuth token ([#149](https://github.com/kintone/js-sdk/issues/149)) ([064717c](https://github.com/kintone/js-sdk/commit/064717c7e24b7c6eb61c68e101a2a791ed03b610))
837
-
838
-
839
-
840
-
841
-
842
- # [1.1.0](https://github.com/kintone/js-sdk/compare/@kintone/rest-api-client@1.0.0...@kintone/rest-api-client@1.1.0) (2020-04-01)
843
-
844
-
845
- ### Bug Fixes
846
-
847
- * **deps:** update dependency axios to ^0.19.2 ([a9366e3](https://github.com/kintone/js-sdk/commit/a9366e35e18c19deb0eba469b747b68660254524))
848
- * **deps:** update dependency core-js to ^3.6.4 ([#89](https://github.com/kintone/js-sdk/issues/89)) ([e0df15a](https://github.com/kintone/js-sdk/commit/e0df15a4559f15ae7a1091a8291749125778041e))
849
- * **deps:** update dependency js-base64 to ^2.5.2 ([d621c86](https://github.com/kintone/js-sdk/commit/d621c86efb7731fe8d8b1366669f8909d43161bb))
850
- * **deps:** update dependency qs to ^6.9.1 ([b8ad488](https://github.com/kintone/js-sdk/commit/b8ad488fcdc87aa0fe3594b5aeac028d3fc55b5f))
851
- * **deps:** update dependency qs to ^6.9.2 ([c1b51c3](https://github.com/kintone/js-sdk/commit/c1b51c37aa6cc264e297cbdde582dbaade339942))
852
- * **deps:** update dependency qs to ^6.9.3 ([80597a2](https://github.com/kintone/js-sdk/commit/80597a28dc70a162f368afa5e9fcead51a3f8d94))
853
- * consider when error.bulkRequestIndex = 0 ([#126](https://github.com/kintone/js-sdk/issues/126)) ([4f29b27](https://github.com/kintone/js-sdk/commit/4f29b27f2ab51d45111d5dce28de0f7185b9552d))
854
- * make the type of form fields & layout have properties ([#123](https://github.com/kintone/js-sdk/issues/123)) ([1ac0e72](https://github.com/kintone/js-sdk/commit/1ac0e7232868b48660c8c206c21984dd3219c943))
855
- * response types of RecordClient.updateRecords & BulkRequestClient.send ([#72](https://github.com/kintone/js-sdk/issues/72)) ([1b37c0a](https://github.com/kintone/js-sdk/commit/1b37c0aa79758a32c7f1fcb26a03e0a8bdbba1c8))
856
- * upsertRecord adds a record with the updateKey field ([#117](https://github.com/kintone/js-sdk/issues/117)) ([cf17607](https://github.com/kintone/js-sdk/commit/cf17607abd1507165d2acef3d34c550c2b816d19))
857
-
858
-
859
- ### Features
860
-
861
- * add records property into addRecords response ([#73](https://github.com/kintone/js-sdk/issues/73)) ([00f67e3](https://github.com/kintone/js-sdk/commit/00f67e3930a55b44f42298b317af5f9069128b7c))
862
- * deleteAllRecords ([#120](https://github.com/kintone/js-sdk/issues/120)) ([634b9d7](https://github.com/kintone/js-sdk/commit/634b9d78d1b81808488ff6f023ed2568e24b1e4a))
863
- * implement updateAllRecords ([#109](https://github.com/kintone/js-sdk/issues/109)) ([132ccbd](https://github.com/kintone/js-sdk/commit/132ccbd12bde85b156363638c4c4dd2bad9d9ff9))
864
- * implement upsertRecord ([#101](https://github.com/kintone/js-sdk/issues/101)) ([72a17b6](https://github.com/kintone/js-sdk/commit/72a17b63d68a1674bf3f6dc053d0ba9c4650d8ce))
865
- * implements addAllRecords. ([#70](https://github.com/kintone/js-sdk/issues/70)) ([6c7006b](https://github.com/kintone/js-sdk/commit/6c7006b05ef6763b0ceeb8baaf51541e4c8a8375)), closes [#92](https://github.com/kintone/js-sdk/issues/92)
866
- * make the type of `updateKey` more specific ([#144](https://github.com/kintone/js-sdk/issues/144)) ([af69d3f](https://github.com/kintone/js-sdk/commit/af69d3f572f75861bcb96a7128c6fc2250862d05))
867
- * support upload file with file path ([#116](https://github.com/kintone/js-sdk/issues/116)) ([bffc827](https://github.com/kintone/js-sdk/commit/bffc82739d76c60bbb4328f3428a33451d8a89e2))
868
- * Support X-HTTP-Method-Override ([#63](https://github.com/kintone/js-sdk/issues/63)) ([8b4f7c3](https://github.com/kintone/js-sdk/commit/8b4f7c34072e0c932b94f2cac689670c178af1b0))
869
-
870
-
871
-
872
-
873
-
874
- # [1.0.0](https://github.com/kintone/js-sdk/compare/@kintone/rest-api-client@0.3.0...@kintone/rest-api-client@1.0.0) (2020-02-18)
875
-
876
-
877
- ### Bug Fixes
878
-
879
- * better error message ([0b9c2c5](https://github.com/kintone/js-sdk/commit/0b9c2c590ea63f1dd75ca2f00be22e80951ed046))
880
- * incorrect return type of app.getAppSettings ([12a7512](https://github.com/kintone/js-sdk/commit/12a751200e838f5318458305a94e6c931df531ae))
881
- * incorrect return type of app.updateAppSettings ([d59b0ee](https://github.com/kintone/js-sdk/commit/d59b0ee978cb71eebdb2adb165035f4b7410a69d))
882
- * print an appropriate error message when an error response doesn't exist ([f177bb4](https://github.com/kintone/js-sdk/commit/f177bb4025dafc240e56045d66d3b0982862ec69))
883
- * remove unnecessary whitespace ([1608c4e](https://github.com/kintone/js-sdk/commit/1608c4e32c1511bd6704609418cc5aa0a9da5aa1))
884
- * return type of buildDataFromBulkRequestResults ([5c2fb95](https://github.com/kintone/js-sdk/commit/5c2fb95465d1219fdb05f05e0a17a157044efac5))
885
- * type definition of Comment.id ([1d8e28a](https://github.com/kintone/js-sdk/commit/1d8e28a7eb233fb69864f87fddf7d10bd60e0ea8))
886
- * type definition of ErrorResponse ([3ed4846](https://github.com/kintone/js-sdk/commit/3ed484653a1e635bd062bd81f95c4fea80d8ce40))
887
- * type of ErrorResponseData array ([21aaad3](https://github.com/kintone/js-sdk/commit/21aaad3fee29411ea2e42a909a0393fbfdcd652a))
888
-
889
-
890
- ### Features
891
-
892
- * add basicAuth to KintoneRestAPIClient ([4a354d0](https://github.com/kintone/js-sdk/commit/4a354d064a27235708dbe0465da87c06d8402420))
893
- * display warning when using getRecords with large offset ([#58](https://github.com/kintone/js-sdk/issues/58)) ([b3a4711](https://github.com/kintone/js-sdk/commit/b3a47118d8fb109e5d27b5d7a1e5f1a39059c9da))
894
- * handle error response of bulkRequest API ([8ade572](https://github.com/kintone/js-sdk/commit/8ade5724417237ec105a9a97819693470c3a5a73))
895
- * improve error message format ([aa76409](https://github.com/kintone/js-sdk/commit/aa76409900a533669ac36faaa761fa211843e648))
896
- * improve the type definition of ErrorResponse.data ([78f48ca](https://github.com/kintone/js-sdk/commit/78f48caa019467a197e62f00c9d4d5b788c01703))
897
- * set bulkRequestIndex in KintoneRestAPIError ([6dd83f1](https://github.com/kintone/js-sdk/commit/6dd83f18b5e091c8ca7c534b2987409d83271145))
898
-
899
-
900
-
901
-
902
-
903
- # [0.3.0](https://github.com/kintone/js-sdk/compare/@kintone/rest-api-client@0.2.0...@kintone/rest-api-client@0.3.0) (2020-01-15)
904
-
905
-
906
- ### chore
907
-
908
- * drop support Node v8 ([4c2d9f7](https://github.com/kintone/js-sdk/commit/4c2d9f7f4b39b66d65f13487d85b31ef82c65596))
909
-
910
-
911
- ### Features
912
-
913
- * enable to omit the `baseUrl` parameter in the browser environment ([680e383](https://github.com/kintone/js-sdk/commit/680e383ece2d09a16752a8739dbe4b55c14b7de7))
914
- * make options optional ([ae52d02](https://github.com/kintone/js-sdk/commit/ae52d02dba4791e4d6bb4098d60cce24c1e2170e))
915
- * rename the `host` parameter of KintoneRestAPIClient to `baseUrl` ([efe62cf](https://github.com/kintone/js-sdk/commit/efe62cf76f6e082f5c0db6fb18e87906c256d3a9))
916
-
917
-
918
- ### BREAKING CHANGES
919
-
920
- * no longer support Node v8
921
-
922
-
923
-
924
-
925
-
926
- # [0.2.0](https://github.com/kintone/js-sdk/compare/@kintone/rest-api-client@0.1.0...@kintone/rest-api-client@0.2.0) (2020-01-09)
927
-
928
-
929
- ### Bug Fixes
930
-
931
- * enable updateAppSettings to receive all color theme ([7668730](https://github.com/kintone/js-sdk/commit/76687300ff8b6f8ad9a8c588601cf3ad1a2cb626))
932
- * make `auth` optional and set default value ([35e87be](https://github.com/kintone/js-sdk/commit/35e87be524dce44c63226e37afb0b42b8fe80a99))
933
- * modify getAllRecordsRecursiveWithOffset to be private ([943c5e5](https://github.com/kintone/js-sdk/commit/943c5e5afc06a399ffe256f5da55b5a7404ad55d))
934
- * returned `id` and `revision` are always string ([eb006e9](https://github.com/kintone/js-sdk/commit/eb006e9e708d42ef599f18381dfa4a1878697f18))
935
-
936
-
937
- ### Features
938
-
939
- * enable AppClient to receive guestSpaceId ([b1e4cc8](https://github.com/kintone/js-sdk/commit/b1e4cc8a334b84a20f9019b4dbe95c2a95467eec))
940
- * enable BulkRequestClient to receive guestSpaceId ([bc60b66](https://github.com/kintone/js-sdk/commit/bc60b661c3314640a79720768dc4095f09ea6d13))
941
- * enable FileClient to receive guestSpaceId ([890c3cc](https://github.com/kintone/js-sdk/commit/890c3cc013d11cf8c4e3e06db95116e46ce87a12))
942
- * enable RecordClient to receive guestSpaceId ([3436237](https://github.com/kintone/js-sdk/commit/3436237ac37a0c9ad9da0f0b51709124742443c2))
943
- * implement buildPath ([75b9b82](https://github.com/kintone/js-sdk/commit/75b9b826fbcb4e6ece80ed9bcfb6f85750aadd13))
944
- * implemet methods for GET & PUT /app/settings.json ([ccba739](https://github.com/kintone/js-sdk/commit/ccba7392f1f2ffd79aafbd79b523d158842ac441))
945
-
946
-
947
-
948
-
949
-
950
- # 0.1.0 (2019-12-25)
951
-
952
-
953
- ### Bug Fixes
954
-
955
- * add esm and umd directory into a npm package ([7f67812](https://github.com/kintone/js-sdk/commit/7f67812e9e09aa988f46111fdfea8c42819cff9f))
956
- * app is required for updateRecordAcl and updateFieldAcl ([41cc86a](https://github.com/kintone/js-sdk/commit/41cc86acaa2f55df7f4b56f71555244c4649b349))
957
- * don't generate source-map on production ([c6088e2](https://github.com/kintone/js-sdk/commit/c6088e2144be9fe264121b675db0df861c7051e4))
958
- * homepage url ([0715f8e](https://github.com/kintone/js-sdk/commit/0715f8ec8c77d7f75dd31f8fef71b65981114441))
959
- * rename KintoneAPIClient|KintoneAPIError -> KintoneRestAPIClient|KintoneRestAPIError ([89de578](https://github.com/kintone/js-sdk/commit/89de578894ffa201d7ababb10a2c410ea88246fc))
960
-
961
-
962
- ### Features
963
-
964
- * add umd build environment ([86b39cb](https://github.com/kintone/js-sdk/commit/86b39cb4307c90bb39f10d5ba7fdd5b156283747))
965
- * implement method for GET /app/customize.json ([8837793](https://github.com/kintone/js-sdk/commit/8837793538c8b25d99f0ac3e2f293af54ab6ddbb))
966
- * implement method for PUT /app/customize.json ([c14c8e2](https://github.com/kintone/js-sdk/commit/c14c8e297b39ed27a131a3a88cab0dab42a5558a))
967
- * rename the package name to @kintone/rest-api-client ([075345c](https://github.com/kintone/js-sdk/commit/075345c7f10d5ecbb7f48089bab02cb03ed548cc))