@kintone/rest-api-client 3.1.4 → 3.1.7

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,980 +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.4](https://github.com/kintone/js-sdk/compare/@kintone/rest-api-client@3.1.3...@kintone/rest-api-client@3.1.4) (2022-06-29)
7
-
8
-
9
- ### Bug Fixes
10
-
11
- * **deps:** update dependency core-js to ^3.23.2 ([#1565](https://github.com/kintone/js-sdk/issues/1565)) ([312185a](https://github.com/kintone/js-sdk/commit/312185a85caa1153227f1467ecd86a0dee4e092d))
12
- * **deps:** update dependency core-js to ^3.23.3 ([#1588](https://github.com/kintone/js-sdk/issues/1588)) ([0a279c6](https://github.com/kintone/js-sdk/commit/0a279c6d205758c9457c49243e398f15b9878633))
13
- * **rest-api-client:** throw an error if `location` is undefined on browser ([#1590](https://github.com/kintone/js-sdk/issues/1590)) ([adc67c5](https://github.com/kintone/js-sdk/commit/adc67c5bbf2614257b0092189dbbe987e80e2594))
14
-
15
-
16
-
17
-
18
-
19
- ## [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)
20
-
21
-
22
- ### Bug Fixes
23
-
24
- * **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))
25
- * **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))
26
-
27
-
28
-
29
-
30
-
31
- ## [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)
32
-
33
-
34
- ### Bug Fixes
35
-
36
- * **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))
37
- * **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))
38
-
39
-
40
-
41
-
42
-
43
- ## [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)
44
-
45
-
46
- ### Bug Fixes
47
-
48
- * **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))
49
- * **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))
50
-
51
-
52
-
53
-
54
-
55
- # [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)
56
-
57
-
58
- ### Features
59
-
60
- * **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))
61
-
62
-
63
-
64
-
65
-
66
- # [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)
67
-
68
-
69
- * 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)
70
-
71
-
72
- ### Bug Fixes
73
-
74
- * **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))
75
- * **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))
76
- * **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))
77
- * **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))
78
- * **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))
79
-
80
-
81
- ### BREAKING CHANGES
82
-
83
- * drop Node v12 support because of the EOL.
84
-
85
- * ci: update Node version 14 -> 16
86
-
87
- * ci: remove Node 18.x from test workflow
88
-
89
-
90
-
91
-
92
-
93
- ## [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)
94
-
95
-
96
- ### Bug Fixes
97
-
98
- * **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))
99
- * **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))
100
-
101
-
102
-
103
-
104
-
105
- ## [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)
106
-
107
-
108
- ### Bug Fixes
109
-
110
- * **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))
111
-
112
-
113
-
114
-
115
-
116
- ## [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)
117
-
118
-
119
- ### Bug Fixes
120
-
121
- * **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))
122
- * **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))
123
-
124
-
125
-
126
-
127
-
128
- ## 2.0.35 (2022-02-14)
129
-
130
-
131
- ### Bug Fixes
132
-
133
- * **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))
134
-
135
-
136
-
137
-
138
-
139
- ## 2.0.34 (2022-02-04)
140
-
141
- **Note:** Version bump only for package @kintone/rest-api-client
142
-
143
-
144
-
145
-
146
-
147
- ## 2.0.33 (2022-01-18)
148
-
149
- **Note:** Version bump only for package @kintone/rest-api-client
150
-
151
-
152
-
153
-
154
-
155
- ## 2.0.32 (2022-01-11)
156
-
157
- **Note:** Version bump only for package @kintone/rest-api-client
158
-
159
-
160
-
161
-
162
-
163
- ## 2.0.31 (2021-12-24)
164
-
165
- **Note:** Version bump only for package @kintone/rest-api-client
166
-
167
-
168
-
169
-
170
-
171
- ## 2.0.30 (2021-12-24)
172
-
173
- **Note:** Version bump only for package @kintone/rest-api-client
174
-
175
-
176
-
177
-
178
-
179
- ## [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)
180
-
181
- **Note:** Version bump only for package @kintone/rest-api-client
182
-
183
-
184
-
185
-
186
-
187
- ## [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)
188
-
189
-
190
- ### Bug Fixes
191
-
192
- * **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))
193
- * **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))
194
-
195
-
196
-
197
-
198
-
199
- ## [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)
200
-
201
-
202
- ### Bug Fixes
203
-
204
- * **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))
205
-
206
-
207
-
208
-
209
-
210
- ## [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)
211
-
212
- **Note:** Version bump only for package @kintone/rest-api-client
213
-
214
-
215
-
216
-
217
-
218
- ## [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)
219
-
220
-
221
- ### Bug Fixes
222
-
223
- * **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))
224
-
225
-
226
-
227
-
228
-
229
- ## [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)
230
-
231
- **Note:** Version bump only for package @kintone/rest-api-client
232
-
233
-
234
-
235
-
236
-
237
- ## [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)
238
-
239
-
240
- ### Bug Fixes
241
-
242
- * **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))
243
-
244
-
245
-
246
-
247
-
248
- ## [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)
249
-
250
-
251
- ### Bug Fixes
252
-
253
- * **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))
254
- * **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))
255
-
256
-
257
-
258
-
259
-
260
- ## [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)
261
-
262
-
263
- ### Bug Fixes
264
-
265
- * **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))
266
-
267
-
268
-
269
-
270
-
271
- ## [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)
272
-
273
- **Note:** Version bump only for package @kintone/rest-api-client
274
-
275
-
276
-
277
-
278
-
279
- ## [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)
280
-
281
-
282
- ### Bug Fixes
283
-
284
- * **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))
285
-
286
-
287
-
288
-
289
-
290
- ## [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)
291
-
292
-
293
- ### Bug Fixes
294
-
295
- * **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))
296
- * **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))
297
- * **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))
298
-
299
-
300
-
301
-
302
-
303
- ## [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)
304
-
305
-
306
- ### Bug Fixes
307
-
308
- * **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))
309
- * **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))
310
-
311
-
312
-
313
-
314
-
315
- ## [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)
316
-
317
- **Note:** Version bump only for package @kintone/rest-api-client
318
-
319
-
320
-
321
-
322
-
323
- ## [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)
324
-
325
-
326
- ### Bug Fixes
327
-
328
- * **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))
329
- * **rest-api-client:** validate guestSpaceId ([#1065](https://github.com/kintone/js-sdk/issues/1065)) ([5115573](https://github.com/kintone/js-sdk/commit/51155731e6d3241e2fc1a6c24e2f390e8f37114e))
330
-
331
-
332
-
333
-
334
-
335
- ## [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)
336
-
337
-
338
- ### Bug Fixes
339
-
340
- * **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))
341
-
342
-
343
-
344
-
345
-
346
- ## [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)
347
-
348
-
349
- ### Bug Fixes
350
-
351
- * **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))
352
-
353
-
354
-
355
-
356
-
357
- ## [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)
358
-
359
- **Note:** Version bump only for package @kintone/rest-api-client
360
-
361
-
362
-
363
-
364
-
365
- ## [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)
366
-
367
- **Note:** Version bump only for package @kintone/rest-api-client
368
-
369
-
370
-
371
-
372
-
373
- ## [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)
374
-
375
- **Note:** Version bump only for package @kintone/rest-api-client
376
-
377
-
378
-
379
-
380
-
381
- ## [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)
382
-
383
-
384
- ### Bug Fixes
385
-
386
- * **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))
387
-
388
-
389
-
390
-
391
-
392
- ## [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)
393
-
394
-
395
- ### Bug Fixes
396
-
397
- * **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))
398
-
399
-
400
-
401
-
402
-
403
- ## [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)
404
-
405
-
406
- ### Bug Fixes
407
-
408
- * **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))
409
-
410
-
411
-
412
-
413
-
414
- ## [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)
415
-
416
- **Note:** Version bump only for package @kintone/rest-api-client
417
-
418
-
419
-
420
-
421
-
422
- ## [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)
423
-
424
-
425
- ### Bug Fixes
426
-
427
- * **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))
428
- * **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))
429
- * **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))
430
-
431
-
432
-
433
-
434
-
435
- ## [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)
436
-
437
-
438
- ### Bug Fixes
439
-
440
- * 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))
441
-
442
-
443
-
444
-
445
-
446
- ## [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)
447
-
448
-
449
- ### Bug Fixes
450
-
451
- * **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))
452
- * **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))
453
-
454
-
455
-
456
-
457
-
458
- ## [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)
459
-
460
- **Note:** Version bump only for package @kintone/rest-api-client
461
-
462
-
463
-
464
-
465
-
466
- ## [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)
467
-
468
- **Note:** Version bump only for package @kintone/rest-api-client
469
-
470
-
471
-
472
-
473
-
474
- # [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)
475
-
476
-
477
- ### Bug Fixes
478
-
479
- * **deps:** update dependency core-js to ^3.11.1 ([1e569b7](https://github.com/kintone/js-sdk/commit/1e569b79d84d07655e34929753adcfb6e2b1eadb))
480
- * **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))
481
- * **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))
482
- * **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))
483
-
484
-
485
- ### chore
486
-
487
- * drop Node v10 support ([#870](https://github.com/kintone/js-sdk/issues/870)) ([5263389](https://github.com/kintone/js-sdk/commit/526338928e5a89a1f24c7458fc0c7c2452e36cc1))
488
-
489
-
490
- ### BREAKING CHANGES
491
-
492
- * drop Node v10 support because of the EOL.
493
-
494
-
495
-
496
-
497
-
498
- # [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)
499
-
500
-
501
- ### Bug Fixes
502
-
503
- * **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))
504
-
505
-
506
- ### Features
507
-
508
- * **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))
509
- * **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))
510
-
511
-
512
-
513
-
514
-
515
- ## [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)
516
-
517
-
518
- ### Bug Fixes
519
-
520
- * **deps:** update dependency core-js to ^3.10.2 ([1ffcc04](https://github.com/kintone/js-sdk/commit/1ffcc043529bac39aff57e5682632c85562c8785))
521
-
522
-
523
-
524
-
525
-
526
- ## [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)
527
-
528
-
529
- ### Bug Fixes
530
-
531
- * **deps:** update dependency core-js to ^3.10.1 ([061b24b](https://github.com/kintone/js-sdk/commit/061b24bf61d4e1131e5ac7d9c230610959eacc59))
532
-
533
-
534
-
535
-
536
-
537
- ## [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)
538
-
539
-
540
- ### Bug Fixes
541
-
542
- * **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))
543
-
544
-
545
-
546
-
547
-
548
- ## [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)
549
-
550
- **Note:** Version bump only for package @kintone/rest-api-client
551
-
552
-
553
-
554
-
555
-
556
- # [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)
557
-
558
-
559
- ### Bug Fixes
560
-
561
- * **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))
562
-
563
-
564
- ### Features
565
-
566
- * **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)
567
-
568
-
569
-
570
-
571
-
572
- ## [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)
573
-
574
-
575
- ### Bug Fixes
576
-
577
- * **rest-api-client:** fix ReminderNotificationForResponse type ([#751](https://github.com/kintone/js-sdk/issues/751)) ([4e194a3](https://github.com/kintone/js-sdk/commit/4e194a3707ecc6ac87113cb4f6c59371c0fda3d6))
578
- * **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))
579
- * **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))
580
-
581
-
582
-
583
-
584
-
585
- ## [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)
586
-
587
- **Note:** Version bump only for package @kintone/rest-api-client
588
-
589
-
590
-
591
-
592
-
593
- # [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)
594
-
595
-
596
- ### Bug Fixes
597
-
598
- * **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))
599
- * **deps:** update dependency core-js to ^3.9.1 ([2004d5b](https://github.com/kintone/js-sdk/commit/2004d5b5c51082de6f6db0cec3b3cc29a94c4751))
600
-
601
-
602
- ### Features
603
-
604
- * 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))
605
- * **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))
606
- * **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))
607
- * **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))
608
-
609
-
610
-
611
-
612
-
613
- # [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)
614
-
615
-
616
- ### Bug Fixes
617
-
618
- * **deps:** update dependency form-data to ^3.0.1 ([89da8fe](https://github.com/kintone/js-sdk/commit/89da8feee911a499288d079c26b882c44cdcd179))
619
- * **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))
620
-
621
-
622
- ### Features
623
-
624
- * **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))
625
-
626
-
627
-
628
-
629
-
630
- # [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)
631
-
632
-
633
- ### Features
634
-
635
- * **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))
636
-
637
-
638
-
639
-
640
-
641
- ## [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)
642
-
643
-
644
- ### Bug Fixes
645
-
646
- * **deps:** update dependency qs to ^6.9.6 ([bf9961e](https://github.com/kintone/js-sdk/commit/bf9961ed7f92882f9e52166beed54cc31d729962))
647
-
648
-
649
-
650
-
651
-
652
- ## [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)
653
-
654
-
655
- ### Bug Fixes
656
-
657
- * **deps:** update dependency core-js to ^3.8.3 ([31a9c2d](https://github.com/kintone/js-sdk/commit/31a9c2d6002b5a0c9aad63de6ad674e398929ac2))
658
-
659
-
660
-
661
-
662
-
663
- # [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)
664
-
665
-
666
- ### Bug Fixes
667
-
668
- * 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))
669
-
670
-
671
- ### Features
672
-
673
- * 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))
674
-
675
-
676
-
677
-
678
-
679
- ## [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)
680
-
681
-
682
- ### Bug Fixes
683
-
684
- * **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))
685
- * **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))
686
- * **deps:** update dependency core-js to ^3.8.1 ([6230fa8](https://github.com/kintone/js-sdk/commit/6230fa846bc5e7f833bd3e745cfb0c3849e04a0e))
687
- * adjust browserslist to product ([#506](https://github.com/kintone/js-sdk/issues/506)) ([c5843f5](https://github.com/kintone/js-sdk/commit/c5843f58439677a26c5fe68a9bb17f023e4f44a2))
688
- * Modify `properties` type in AppClient ([#469](https://github.com/kintone/js-sdk/issues/469)) ([a6f727f](https://github.com/kintone/js-sdk/commit/a6f727f0e0b266a78c69eb7f3ae0d2df29379cbb))
689
- * **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))
690
- * **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))
691
-
692
-
693
-
694
-
695
-
696
- ## [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)
697
-
698
-
699
- ### Bug Fixes
700
-
701
- * 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))
702
-
703
-
704
-
705
-
706
-
707
- # [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)
708
-
709
-
710
- ### Features
711
-
712
- * 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))
713
-
714
-
715
-
716
-
717
-
718
- # [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)
719
-
720
-
721
- ### Bug Fixes
722
-
723
- * **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))
724
- * 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))
725
- * **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))
726
-
727
-
728
- ### Features
729
-
730
- * 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))
731
-
732
-
733
-
734
-
735
-
736
- ## [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)
737
-
738
- **Note:** Version bump only for package @kintone/rest-api-client
739
-
740
-
741
-
742
-
743
-
744
- ## [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)
745
-
746
-
747
- ### Bug Fixes
748
-
749
- * 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))
750
- * **deps:** update dependency js-base64 to ^2.6.4 ([d300a27](https://github.com/kintone/js-sdk/commit/d300a27f3a7505db2276461908889c6a63d70341))
751
-
752
-
753
-
754
-
755
-
756
- # [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)
757
-
758
-
759
- ### Bug Fixes
760
-
761
- * 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))
762
- * **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))
763
- * **deps:** update dependency js-base64 to ^2.6.2 ([be37d9f](https://github.com/kintone/js-sdk/commit/be37d9fcd938b34602767ad6c3acedb82928634b))
764
- * **deps:** update dependency js-base64 to ^2.6.3 ([10964c3](https://github.com/kintone/js-sdk/commit/10964c3614061d02e2838db12386d343fd9afa49))
765
- * 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))
766
-
767
-
768
- ### Features
769
-
770
- * 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))
771
- * add a version property into KintoneRestAPIClient ([#287](https://github.com/kintone/js-sdk/issues/287)) ([edb76ac](https://github.com/kintone/js-sdk/commit/edb76ac981795b40d41e1273aeb0bb92cbd6a1f0))
772
-
773
-
774
-
775
-
776
-
777
- ## [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)
778
-
779
-
780
- ### Bug Fixes
781
-
782
- * 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))
783
-
784
-
785
-
786
-
787
-
788
- ## [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)
789
-
790
-
791
- ### Bug Fixes
792
-
793
- * 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))
794
-
795
-
796
-
797
-
798
-
799
- # [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)
800
-
801
-
802
- ### Bug Fixes
803
-
804
- * 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))
805
-
806
-
807
- ### Features
808
-
809
- * 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))
810
-
811
-
812
-
813
-
814
-
815
- # [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)
816
-
817
-
818
- ### Bug Fixes
819
-
820
- * **deps:** update dependency qs to ^6.9.4 ([c2e8c8f](https://github.com/kintone/js-sdk/commit/c2e8c8ffc3d38ccadd51a7605a4664df69a9b2ec))
821
-
822
-
823
- ### Features
824
-
825
- * Add proxy option ([#181](https://github.com/kintone/js-sdk/issues/181)) ([ecfa2da](https://github.com/kintone/js-sdk/commit/ecfa2da1e0934ec13beaf455d822ffa20a7a9bde))
826
- * add type definitions for field layout ([#221](https://github.com/kintone/js-sdk/issues/221)) ([b135e72](https://github.com/kintone/js-sdk/commit/b135e72f3cb92ea68f264e3f109446334936a9ce))
827
- * add type definitions for field properties ([#199](https://github.com/kintone/js-sdk/issues/199)) ([4ddc6ea](https://github.com/kintone/js-sdk/commit/4ddc6ea068d136586ac90f77d6bdb058f52dab41))
828
- * add type definitions for fields ([#193](https://github.com/kintone/js-sdk/issues/193)) ([6abb480](https://github.com/kintone/js-sdk/commit/6abb480daff3ef5308b51ef98a9fa6ff28c829f0))
829
- * 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))
830
-
831
-
832
-
833
-
834
-
835
- # [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)
836
-
837
-
838
- ### Bug Fixes
839
-
840
- * **deps:** update dependency core-js to ^3.6.5 ([daff728](https://github.com/kintone/js-sdk/commit/daff7281e0b4a06b6f7ecce6e2013f3206f8863f))
841
- * incorrect response type of `evaluateRecordAcl` ([#173](https://github.com/kintone/js-sdk/issues/173)) ([2425ac8](https://github.com/kintone/js-sdk/commit/2425ac8758e234663eabffce5bf52d0635d8df22))
842
- * the response type of bulkRequest ([#175](https://github.com/kintone/js-sdk/issues/175)) ([1f5c3cc](https://github.com/kintone/js-sdk/commit/1f5c3cc7090ed4c83b31d4790666443bbfab2903))
843
-
844
-
845
- ### Features
846
-
847
- * add an endpointName parameter to bulkRequest ([#152](https://github.com/kintone/js-sdk/issues/152)) ([6ccfb0e](https://github.com/kintone/js-sdk/commit/6ccfb0e97caac549759a8ae4232aff9c379e13f0))
848
- * 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)
849
- * support OAuth token ([#149](https://github.com/kintone/js-sdk/issues/149)) ([064717c](https://github.com/kintone/js-sdk/commit/064717c7e24b7c6eb61c68e101a2a791ed03b610))
850
-
851
-
852
-
853
-
854
-
855
- # [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)
856
-
857
-
858
- ### Bug Fixes
859
-
860
- * **deps:** update dependency axios to ^0.19.2 ([a9366e3](https://github.com/kintone/js-sdk/commit/a9366e35e18c19deb0eba469b747b68660254524))
861
- * **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))
862
- * **deps:** update dependency js-base64 to ^2.5.2 ([d621c86](https://github.com/kintone/js-sdk/commit/d621c86efb7731fe8d8b1366669f8909d43161bb))
863
- * **deps:** update dependency qs to ^6.9.1 ([b8ad488](https://github.com/kintone/js-sdk/commit/b8ad488fcdc87aa0fe3594b5aeac028d3fc55b5f))
864
- * **deps:** update dependency qs to ^6.9.2 ([c1b51c3](https://github.com/kintone/js-sdk/commit/c1b51c37aa6cc264e297cbdde582dbaade339942))
865
- * **deps:** update dependency qs to ^6.9.3 ([80597a2](https://github.com/kintone/js-sdk/commit/80597a28dc70a162f368afa5e9fcead51a3f8d94))
866
- * consider when error.bulkRequestIndex = 0 ([#126](https://github.com/kintone/js-sdk/issues/126)) ([4f29b27](https://github.com/kintone/js-sdk/commit/4f29b27f2ab51d45111d5dce28de0f7185b9552d))
867
- * 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))
868
- * 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))
869
- * 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))
870
-
871
-
872
- ### Features
873
-
874
- * add records property into addRecords response ([#73](https://github.com/kintone/js-sdk/issues/73)) ([00f67e3](https://github.com/kintone/js-sdk/commit/00f67e3930a55b44f42298b317af5f9069128b7c))
875
- * deleteAllRecords ([#120](https://github.com/kintone/js-sdk/issues/120)) ([634b9d7](https://github.com/kintone/js-sdk/commit/634b9d78d1b81808488ff6f023ed2568e24b1e4a))
876
- * implement updateAllRecords ([#109](https://github.com/kintone/js-sdk/issues/109)) ([132ccbd](https://github.com/kintone/js-sdk/commit/132ccbd12bde85b156363638c4c4dd2bad9d9ff9))
877
- * implement upsertRecord ([#101](https://github.com/kintone/js-sdk/issues/101)) ([72a17b6](https://github.com/kintone/js-sdk/commit/72a17b63d68a1674bf3f6dc053d0ba9c4650d8ce))
878
- * 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)
879
- * 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))
880
- * support upload file with file path ([#116](https://github.com/kintone/js-sdk/issues/116)) ([bffc827](https://github.com/kintone/js-sdk/commit/bffc82739d76c60bbb4328f3428a33451d8a89e2))
881
- * Support X-HTTP-Method-Override ([#63](https://github.com/kintone/js-sdk/issues/63)) ([8b4f7c3](https://github.com/kintone/js-sdk/commit/8b4f7c34072e0c932b94f2cac689670c178af1b0))
882
-
883
-
884
-
885
-
886
-
887
- # [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)
888
-
889
-
890
- ### Bug Fixes
891
-
892
- * better error message ([0b9c2c5](https://github.com/kintone/js-sdk/commit/0b9c2c590ea63f1dd75ca2f00be22e80951ed046))
893
- * incorrect return type of app.getAppSettings ([12a7512](https://github.com/kintone/js-sdk/commit/12a751200e838f5318458305a94e6c931df531ae))
894
- * incorrect return type of app.updateAppSettings ([d59b0ee](https://github.com/kintone/js-sdk/commit/d59b0ee978cb71eebdb2adb165035f4b7410a69d))
895
- * print an appropriate error message when an error response doesn't exist ([f177bb4](https://github.com/kintone/js-sdk/commit/f177bb4025dafc240e56045d66d3b0982862ec69))
896
- * remove unnecessary whitespace ([1608c4e](https://github.com/kintone/js-sdk/commit/1608c4e32c1511bd6704609418cc5aa0a9da5aa1))
897
- * return type of buildDataFromBulkRequestResults ([5c2fb95](https://github.com/kintone/js-sdk/commit/5c2fb95465d1219fdb05f05e0a17a157044efac5))
898
- * type definition of Comment.id ([1d8e28a](https://github.com/kintone/js-sdk/commit/1d8e28a7eb233fb69864f87fddf7d10bd60e0ea8))
899
- * type definition of ErrorResponse ([3ed4846](https://github.com/kintone/js-sdk/commit/3ed484653a1e635bd062bd81f95c4fea80d8ce40))
900
- * type of ErrorResponseData array ([21aaad3](https://github.com/kintone/js-sdk/commit/21aaad3fee29411ea2e42a909a0393fbfdcd652a))
901
-
902
-
903
- ### Features
904
-
905
- * add basicAuth to KintoneRestAPIClient ([4a354d0](https://github.com/kintone/js-sdk/commit/4a354d064a27235708dbe0465da87c06d8402420))
906
- * 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))
907
- * handle error response of bulkRequest API ([8ade572](https://github.com/kintone/js-sdk/commit/8ade5724417237ec105a9a97819693470c3a5a73))
908
- * improve error message format ([aa76409](https://github.com/kintone/js-sdk/commit/aa76409900a533669ac36faaa761fa211843e648))
909
- * improve the type definition of ErrorResponse.data ([78f48ca](https://github.com/kintone/js-sdk/commit/78f48caa019467a197e62f00c9d4d5b788c01703))
910
- * set bulkRequestIndex in KintoneRestAPIError ([6dd83f1](https://github.com/kintone/js-sdk/commit/6dd83f18b5e091c8ca7c534b2987409d83271145))
911
-
912
-
913
-
914
-
915
-
916
- # [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)
917
-
918
-
919
- ### chore
920
-
921
- * drop support Node v8 ([4c2d9f7](https://github.com/kintone/js-sdk/commit/4c2d9f7f4b39b66d65f13487d85b31ef82c65596))
922
-
923
-
924
- ### Features
925
-
926
- * enable to omit the `baseUrl` parameter in the browser environment ([680e383](https://github.com/kintone/js-sdk/commit/680e383ece2d09a16752a8739dbe4b55c14b7de7))
927
- * make options optional ([ae52d02](https://github.com/kintone/js-sdk/commit/ae52d02dba4791e4d6bb4098d60cce24c1e2170e))
928
- * rename the `host` parameter of KintoneRestAPIClient to `baseUrl` ([efe62cf](https://github.com/kintone/js-sdk/commit/efe62cf76f6e082f5c0db6fb18e87906c256d3a9))
929
-
930
-
931
- ### BREAKING CHANGES
932
-
933
- * no longer support Node v8
934
-
935
-
936
-
937
-
938
-
939
- # [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)
940
-
941
-
942
- ### Bug Fixes
943
-
944
- * enable updateAppSettings to receive all color theme ([7668730](https://github.com/kintone/js-sdk/commit/76687300ff8b6f8ad9a8c588601cf3ad1a2cb626))
945
- * make `auth` optional and set default value ([35e87be](https://github.com/kintone/js-sdk/commit/35e87be524dce44c63226e37afb0b42b8fe80a99))
946
- * modify getAllRecordsRecursiveWithOffset to be private ([943c5e5](https://github.com/kintone/js-sdk/commit/943c5e5afc06a399ffe256f5da55b5a7404ad55d))
947
- * returned `id` and `revision` are always string ([eb006e9](https://github.com/kintone/js-sdk/commit/eb006e9e708d42ef599f18381dfa4a1878697f18))
948
-
949
-
950
- ### Features
951
-
952
- * enable AppClient to receive guestSpaceId ([b1e4cc8](https://github.com/kintone/js-sdk/commit/b1e4cc8a334b84a20f9019b4dbe95c2a95467eec))
953
- * enable BulkRequestClient to receive guestSpaceId ([bc60b66](https://github.com/kintone/js-sdk/commit/bc60b661c3314640a79720768dc4095f09ea6d13))
954
- * enable FileClient to receive guestSpaceId ([890c3cc](https://github.com/kintone/js-sdk/commit/890c3cc013d11cf8c4e3e06db95116e46ce87a12))
955
- * enable RecordClient to receive guestSpaceId ([3436237](https://github.com/kintone/js-sdk/commit/3436237ac37a0c9ad9da0f0b51709124742443c2))
956
- * implement buildPath ([75b9b82](https://github.com/kintone/js-sdk/commit/75b9b826fbcb4e6ece80ed9bcfb6f85750aadd13))
957
- * implemet methods for GET & PUT /app/settings.json ([ccba739](https://github.com/kintone/js-sdk/commit/ccba7392f1f2ffd79aafbd79b523d158842ac441))
958
-
959
-
960
-
961
-
962
-
963
- # 0.1.0 (2019-12-25)
964
-
965
-
966
- ### Bug Fixes
967
-
968
- * add esm and umd directory into a npm package ([7f67812](https://github.com/kintone/js-sdk/commit/7f67812e9e09aa988f46111fdfea8c42819cff9f))
969
- * app is required for updateRecordAcl and updateFieldAcl ([41cc86a](https://github.com/kintone/js-sdk/commit/41cc86acaa2f55df7f4b56f71555244c4649b349))
970
- * don't generate source-map on production ([c6088e2](https://github.com/kintone/js-sdk/commit/c6088e2144be9fe264121b675db0df861c7051e4))
971
- * homepage url ([0715f8e](https://github.com/kintone/js-sdk/commit/0715f8ec8c77d7f75dd31f8fef71b65981114441))
972
- * rename KintoneAPIClient|KintoneAPIError -> KintoneRestAPIClient|KintoneRestAPIError ([89de578](https://github.com/kintone/js-sdk/commit/89de578894ffa201d7ababb10a2c410ea88246fc))
973
-
974
-
975
- ### Features
976
-
977
- * add umd build environment ([86b39cb](https://github.com/kintone/js-sdk/commit/86b39cb4307c90bb39f10d5ba7fdd5b156283747))
978
- * implement method for GET /app/customize.json ([8837793](https://github.com/kintone/js-sdk/commit/8837793538c8b25d99f0ac3e2f293af54ab6ddbb))
979
- * implement method for PUT /app/customize.json ([c14c8e2](https://github.com/kintone/js-sdk/commit/c14c8e297b39ed27a131a3a88cab0dab42a5558a))
980
- * rename the package name to @kintone/rest-api-client ([075345c](https://github.com/kintone/js-sdk/commit/075345c7f10d5ecbb7f48089bab02cb03ed548cc))