@forestadmin/datasource-sql 1.0.0-beta.50 → 1.0.0-beta.51

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.
Files changed (2) hide show
  1. package/package.json +3 -3
  2. package/CHANGELOG.md +0 -536
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@forestadmin/datasource-sql",
3
- "version": "1.0.0-beta.50",
3
+ "version": "1.0.0-beta.51",
4
4
  "main": "dist/index.js",
5
5
  "license": "GPL-3.0",
6
6
  "publishConfig": {
@@ -12,8 +12,8 @@
12
12
  "directory": "packages/datasource-sql"
13
13
  },
14
14
  "dependencies": {
15
- "@forestadmin/datasource-sequelize": "1.0.0-beta.42",
16
- "@forestadmin/datasource-toolkit": "1.0.0-beta.32",
15
+ "@forestadmin/datasource-sequelize": "1.0.0-beta.43",
16
+ "@forestadmin/datasource-toolkit": "1.0.0-beta.33",
17
17
  "pluralize": "^8.0.0",
18
18
  "sequelize": "6.21.3"
19
19
  },
package/CHANGELOG.md DELETED
@@ -1,536 +0,0 @@
1
- # @forestadmin/datasource-sql [1.0.0-beta.50](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/datasource-sql@1.0.0-beta.49...@forestadmin/datasource-sql@1.0.0-beta.50) (2022-09-12)
2
-
3
-
4
- ### Performance Improvements
5
-
6
- * **datasource-sql:** query structure, indexes and references in parallel ([#419](https://github.com/ForestAdmin/agent-nodejs/issues/419)) ([f08e48a](https://github.com/ForestAdmin/agent-nodejs/commit/f08e48a948c5f85b37ba85e165299ea44fda9fb6))
7
-
8
- # @forestadmin/datasource-sql [1.0.0-beta.49](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/datasource-sql@1.0.0-beta.48...@forestadmin/datasource-sql@1.0.0-beta.49) (2022-09-12)
9
-
10
-
11
-
12
-
13
-
14
- ### Dependencies
15
-
16
- * **@forestadmin/datasource-sequelize:** upgraded to 1.0.0-beta.42
17
- * **@forestadmin/datasource-toolkit:** upgraded to 1.0.0-beta.32
18
-
19
- # @forestadmin/datasource-sql [1.0.0-beta.48](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/datasource-sql@1.0.0-beta.47...@forestadmin/datasource-sql@1.0.0-beta.48) (2022-09-08)
20
-
21
-
22
-
23
-
24
-
25
- ### Dependencies
26
-
27
- * **@forestadmin/datasource-sequelize:** upgraded to 1.0.0-beta.41
28
- * **@forestadmin/datasource-toolkit:** upgraded to 1.0.0-beta.31
29
-
30
- # @forestadmin/datasource-sql [1.0.0-beta.47](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/datasource-sql@1.0.0-beta.46...@forestadmin/datasource-sql@1.0.0-beta.47) (2022-09-07)
31
-
32
-
33
-
34
-
35
-
36
- ### Dependencies
37
-
38
- * **@forestadmin/datasource-sequelize:** upgraded to 1.0.0-beta.40
39
- * **@forestadmin/datasource-toolkit:** upgraded to 1.0.0-beta.30
40
-
41
- # @forestadmin/datasource-sql [1.0.0-beta.46](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/datasource-sql@1.0.0-beta.45...@forestadmin/datasource-sql@1.0.0-beta.46) (2022-09-07)
42
-
43
-
44
-
45
-
46
-
47
- ### Dependencies
48
-
49
- * **@forestadmin/datasource-sequelize:** upgraded to 1.0.0-beta.39
50
-
51
- # @forestadmin/datasource-sql [1.0.0-beta.45](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/datasource-sql@1.0.0-beta.44...@forestadmin/datasource-sql@1.0.0-beta.45) (2022-09-05)
52
-
53
-
54
-
55
-
56
-
57
- ### Dependencies
58
-
59
- * **@forestadmin/datasource-sequelize:** upgraded to 1.0.0-beta.38
60
- * **@forestadmin/datasource-toolkit:** upgraded to 1.0.0-beta.29
61
-
62
- # @forestadmin/datasource-sql [1.0.0-beta.44](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/datasource-sql@1.0.0-beta.43...@forestadmin/datasource-sql@1.0.0-beta.44) (2022-09-05)
63
-
64
-
65
-
66
-
67
-
68
- ### Dependencies
69
-
70
- * **@forestadmin/datasource-sequelize:** upgraded to 1.0.0-beta.37
71
- * **@forestadmin/datasource-toolkit:** upgraded to 1.0.0-beta.28
72
-
73
- # @forestadmin/datasource-sql [1.0.0-beta.43](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/datasource-sql@1.0.0-beta.42...@forestadmin/datasource-sql@1.0.0-beta.43) (2022-09-02)
74
-
75
-
76
- ### Bug Fixes
77
-
78
- * **datasource-sql:** skip models which do not have primary keys ([#393](https://github.com/ForestAdmin/agent-nodejs/issues/393)) ([820fbe9](https://github.com/ForestAdmin/agent-nodejs/commit/820fbe9087ec9977fc998363016ce1728438c8f2))
79
-
80
- # @forestadmin/datasource-sql [1.0.0-beta.42](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/datasource-sql@1.0.0-beta.41...@forestadmin/datasource-sql@1.0.0-beta.42) (2022-08-23)
81
-
82
-
83
-
84
-
85
-
86
- ### Dependencies
87
-
88
- * **@forestadmin/datasource-sequelize:** upgraded to 1.0.0-beta.36
89
- * **@forestadmin/datasource-toolkit:** upgraded to 1.0.0-beta.27
90
-
91
- # @forestadmin/datasource-sql [1.0.0-beta.41](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/datasource-sql@1.0.0-beta.40...@forestadmin/datasource-sql@1.0.0-beta.41) (2022-08-23)
92
-
93
-
94
-
95
-
96
-
97
- ### Dependencies
98
-
99
- * **@forestadmin/datasource-sequelize:** upgraded to 1.0.0-beta.35
100
-
101
- # @forestadmin/datasource-sql [1.0.0-beta.40](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/datasource-sql@1.0.0-beta.39...@forestadmin/datasource-sql@1.0.0-beta.40) (2022-07-25)
102
-
103
-
104
- ### Bug Fixes
105
-
106
- * update code and sequelize version to avoid crash ([#374](https://github.com/ForestAdmin/agent-nodejs/issues/374)) ([e003416](https://github.com/ForestAdmin/agent-nodejs/commit/e0034166b86e48781ea099086fd93aa7c68dba03))
107
-
108
-
109
-
110
-
111
-
112
- ### Dependencies
113
-
114
- * **@forestadmin/datasource-sequelize:** upgraded to 1.0.0-beta.34
115
-
116
- # @forestadmin/datasource-sql [1.0.0-beta.39](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/datasource-sql@1.0.0-beta.38...@forestadmin/datasource-sql@1.0.0-beta.39) (2022-06-27)
117
-
118
-
119
-
120
-
121
-
122
- ### Dependencies
123
-
124
- * **@forestadmin/datasource-sequelize:** upgraded to 1.0.0-beta.33
125
-
126
- # @forestadmin/datasource-sql [1.0.0-beta.38](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/datasource-sql@1.0.0-beta.37...@forestadmin/datasource-sql@1.0.0-beta.38) (2022-06-16)
127
-
128
-
129
-
130
-
131
-
132
- ### Dependencies
133
-
134
- * **@forestadmin/datasource-sequelize:** upgraded to 1.0.0-beta.32
135
-
136
- # @forestadmin/datasource-sql [1.0.0-beta.37](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/datasource-sql@1.0.0-beta.36...@forestadmin/datasource-sql@1.0.0-beta.37) (2022-06-16)
137
-
138
-
139
- ### Bug Fixes
140
-
141
- * **patch-package:** remove feature change on sequelize patch ([#356](https://github.com/ForestAdmin/agent-nodejs/issues/356)) ([ac3d7d5](https://github.com/ForestAdmin/agent-nodejs/commit/ac3d7d583c65b392fe668225ebcd9b63729f9f23))
142
-
143
- # @forestadmin/datasource-sql [1.0.0-beta.36](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/datasource-sql@1.0.0-beta.35...@forestadmin/datasource-sql@1.0.0-beta.36) (2022-06-15)
144
-
145
-
146
-
147
-
148
-
149
- ### Dependencies
150
-
151
- * **@forestadmin/datasource-sequelize:** upgraded to 1.0.0-beta.31
152
- * **@forestadmin/datasource-toolkit:** upgraded to 1.0.0-beta.26
153
-
154
- # @forestadmin/datasource-sql [1.0.0-beta.35](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/datasource-sql@1.0.0-beta.34...@forestadmin/datasource-sql@1.0.0-beta.35) (2022-06-15)
155
-
156
-
157
-
158
-
159
-
160
- ### Dependencies
161
-
162
- * **@forestadmin/datasource-sequelize:** upgraded to 1.0.0-beta.30
163
- * **@forestadmin/datasource-toolkit:** upgraded to 1.0.0-beta.25
164
-
165
- # @forestadmin/datasource-sql [1.0.0-beta.34](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/datasource-sql@1.0.0-beta.33...@forestadmin/datasource-sql@1.0.0-beta.34) (2022-06-14)
166
-
167
-
168
-
169
-
170
-
171
- ### Dependencies
172
-
173
- * **@forestadmin/datasource-sequelize:** upgraded to 1.0.0-beta.29
174
- * **@forestadmin/datasource-toolkit:** upgraded to 1.0.0-beta.24
175
-
176
- # @forestadmin/datasource-sql [1.0.0-beta.33](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/datasource-sql@1.0.0-beta.32...@forestadmin/datasource-sql@1.0.0-beta.33) (2022-06-14)
177
-
178
-
179
-
180
-
181
-
182
- ### Dependencies
183
-
184
- * **@forestadmin/datasource-sequelize:** upgraded to 1.0.0-beta.28
185
- * **@forestadmin/datasource-toolkit:** upgraded to 1.0.0-beta.23
186
-
187
- # @forestadmin/datasource-sql [1.0.0-beta.32](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/datasource-sql@1.0.0-beta.31...@forestadmin/datasource-sql@1.0.0-beta.32) (2022-06-09)
188
-
189
-
190
-
191
-
192
-
193
- ### Dependencies
194
-
195
- * **@forestadmin/datasource-sequelize:** upgraded to 1.0.0-beta.27
196
- * **@forestadmin/datasource-toolkit:** upgraded to 1.0.0-beta.22
197
-
198
- # @forestadmin/datasource-sql [1.0.0-beta.31](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/datasource-sql@1.0.0-beta.30...@forestadmin/datasource-sql@1.0.0-beta.31) (2022-06-01)
199
-
200
-
201
-
202
-
203
-
204
- ### Dependencies
205
-
206
- * **@forestadmin/datasource-sequelize:** upgraded to 1.0.0-beta.26
207
- * **@forestadmin/datasource-toolkit:** upgraded to 1.0.0-beta.21
208
-
209
- # @forestadmin/datasource-sql [1.0.0-beta.30](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/datasource-sql@1.0.0-beta.29...@forestadmin/datasource-sql@1.0.0-beta.30) (2022-05-31)
210
-
211
-
212
-
213
-
214
-
215
- ### Dependencies
216
-
217
- * **@forestadmin/datasource-sequelize:** upgraded to 1.0.0-beta.25
218
- * **@forestadmin/datasource-toolkit:** upgraded to 1.0.0-beta.20
219
-
220
- # @forestadmin/datasource-sql [1.0.0-beta.29](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/datasource-sql@1.0.0-beta.28...@forestadmin/datasource-sql@1.0.0-beta.29) (2022-05-25)
221
-
222
-
223
-
224
-
225
-
226
- ### Dependencies
227
-
228
- * **@forestadmin/datasource-sequelize:** upgraded to 1.0.0-beta.24
229
- * **@forestadmin/datasource-toolkit:** upgraded to 1.0.0-beta.19
230
-
231
- # @forestadmin/datasource-sql [1.0.0-beta.28](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/datasource-sql@1.0.0-beta.27...@forestadmin/datasource-sql@1.0.0-beta.28) (2022-05-24)
232
-
233
-
234
-
235
-
236
-
237
- ### Dependencies
238
-
239
- * **@forestadmin/datasource-sequelize:** upgraded to 1.0.0-beta.23
240
- * **@forestadmin/datasource-toolkit:** upgraded to 1.0.0-beta.18
241
-
242
- # @forestadmin/datasource-sql [1.0.0-beta.27](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/datasource-sql@1.0.0-beta.26...@forestadmin/datasource-sql@1.0.0-beta.27) (2022-05-24)
243
-
244
-
245
-
246
-
247
-
248
- ### Dependencies
249
-
250
- * **@forestadmin/datasource-sequelize:** upgraded to 1.0.0-beta.22
251
- * **@forestadmin/datasource-toolkit:** upgraded to 1.0.0-beta.17
252
-
253
- # @forestadmin/datasource-sql [1.0.0-beta.26](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/datasource-sql@1.0.0-beta.25...@forestadmin/datasource-sql@1.0.0-beta.26) (2022-05-16)
254
-
255
-
256
-
257
-
258
-
259
- ### Dependencies
260
-
261
- * **@forestadmin/datasource-sequelize:** upgraded to 1.0.0-beta.21
262
- * **@forestadmin/datasource-toolkit:** upgraded to 1.0.0-beta.16
263
-
264
- # @forestadmin/datasource-sql [1.0.0-beta.25](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/datasource-sql@1.0.0-beta.24...@forestadmin/datasource-sql@1.0.0-beta.25) (2022-05-12)
265
-
266
-
267
-
268
-
269
-
270
- ### Dependencies
271
-
272
- * **@forestadmin/datasource-sequelize:** upgraded to 1.0.0-beta.20
273
- * **@forestadmin/datasource-toolkit:** upgraded to 1.0.0-beta.15
274
-
275
- # @forestadmin/datasource-sql [1.0.0-beta.24](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/datasource-sql@1.0.0-beta.23...@forestadmin/datasource-sql@1.0.0-beta.24) (2022-05-09)
276
-
277
-
278
- ### Bug Fixes
279
-
280
- * **datasource sql:** throw an user friendly error when the provided connection uri is invalid ([#297](https://github.com/ForestAdmin/agent-nodejs/issues/297)) ([db1ac83](https://github.com/ForestAdmin/agent-nodejs/commit/db1ac83d3ef023c7875e4affbaecdc52de1e5fc3))
281
-
282
- # @forestadmin/datasource-sql [1.0.0-beta.23](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/datasource-sql@1.0.0-beta.22...@forestadmin/datasource-sql@1.0.0-beta.23) (2022-05-09)
283
-
284
-
285
-
286
-
287
-
288
- ### Dependencies
289
-
290
- * **@forestadmin/datasource-sequelize:** upgraded to 1.0.0-beta.19
291
- * **@forestadmin/datasource-toolkit:** upgraded to 1.0.0-beta.14
292
-
293
- # @forestadmin/datasource-sql [1.0.0-beta.22](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/datasource-sql@1.0.0-beta.21...@forestadmin/datasource-sql@1.0.0-beta.22) (2022-05-09)
294
-
295
-
296
-
297
-
298
-
299
- ### Dependencies
300
-
301
- * **@forestadmin/datasource-sequelize:** upgraded to 1.0.0-beta.18
302
- * **@forestadmin/datasource-toolkit:** upgraded to 1.0.0-beta.13
303
-
304
- # @forestadmin/datasource-sql [1.0.0-beta.21](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/datasource-sql@1.0.0-beta.20...@forestadmin/datasource-sql@1.0.0-beta.21) (2022-05-09)
305
-
306
-
307
- ### Bug Fixes
308
-
309
- * datasource naming consistency ([#292](https://github.com/ForestAdmin/agent-nodejs/issues/292)) ([ff50a1f](https://github.com/ForestAdmin/agent-nodejs/commit/ff50a1f02aa65b3d99824c2bc9fb19d729a4e465))
310
-
311
-
312
-
313
-
314
-
315
- ### Dependencies
316
-
317
- * **@forestadmin/datasource-sequelize:** upgraded to 1.0.0-beta.17
318
- * **@forestadmin/datasource-toolkit:** upgraded to 1.0.0-beta.12
319
-
320
- # @forestadmin/datasource-sql [1.0.0-beta.20](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/datasource-sql@1.0.0-beta.19...@forestadmin/datasource-sql@1.0.0-beta.20) (2022-05-04)
321
-
322
-
323
-
324
-
325
-
326
- ### Dependencies
327
-
328
- * **@forestadmin/datasource-sequelize:** upgraded to 1.0.0-beta.16
329
- * **@forestadmin/datasource-toolkit:** upgraded to 1.0.0-beta.11
330
-
331
- # @forestadmin/datasource-sql [1.0.0-beta.19](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/datasource-sql@1.0.0-beta.18...@forestadmin/datasource-sql@1.0.0-beta.19) (2022-04-29)
332
-
333
-
334
-
335
-
336
-
337
- ### Dependencies
338
-
339
- * **@forestadmin/datasource-sequelize:** upgraded to 1.0.0-beta.15
340
- * **@forestadmin/datasource-toolkit:** upgraded to 1.0.0-beta.10
341
-
342
- # @forestadmin/datasource-sql [1.0.0-beta.18](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/datasource-sql@1.0.0-beta.17...@forestadmin/datasource-sql@1.0.0-beta.18) (2022-04-29)
343
-
344
-
345
-
346
-
347
-
348
- ### Dependencies
349
-
350
- * **@forestadmin/datasource-sequelize:** upgraded to 1.0.0-beta.14
351
- * **@forestadmin/datasource-toolkit:** upgraded to 1.0.0-beta.9
352
-
353
- # @forestadmin/datasource-sql [1.0.0-beta.17](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/datasource-sql@1.0.0-beta.16...@forestadmin/datasource-sql@1.0.0-beta.17) (2022-04-28)
354
-
355
-
356
-
357
-
358
-
359
- ### Dependencies
360
-
361
- * **@forestadmin/datasource-sequelize:** upgraded to 1.0.0-beta.13
362
- * **@forestadmin/datasource-toolkit:** upgraded to 1.0.0-beta.8
363
-
364
- # @forestadmin/datasource-sql [1.0.0-beta.16](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/datasource-sql@1.0.0-beta.15...@forestadmin/datasource-sql@1.0.0-beta.16) (2022-04-26)
365
-
366
-
367
-
368
-
369
-
370
- ### Dependencies
371
-
372
- * **@forestadmin/datasource-sequelize:** upgraded to 1.0.0-beta.12
373
-
374
- # @forestadmin/datasource-sql [1.0.0-beta.15](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/datasource-sql@1.0.0-beta.14...@forestadmin/datasource-sql@1.0.0-beta.15) (2022-04-26)
375
-
376
-
377
-
378
-
379
-
380
- ### Dependencies
381
-
382
- * **@forestadmin/datasource-sequelize:** upgraded to 1.0.0-beta.11
383
- * **@forestadmin/datasource-toolkit:** upgraded to 1.0.0-beta.7
384
-
385
- # @forestadmin/datasource-sql [1.0.0-beta.14](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/datasource-sql@1.0.0-beta.13...@forestadmin/datasource-sql@1.0.0-beta.14) (2022-04-25)
386
-
387
-
388
-
389
-
390
-
391
- ### Dependencies
392
-
393
- * **@forestadmin/datasource-sequelize:** upgraded to 1.0.0-beta.10
394
-
395
- # @forestadmin/datasource-sql [1.0.0-beta.13](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/datasource-sql@1.0.0-beta.12...@forestadmin/datasource-sql@1.0.0-beta.13) (2022-04-25)
396
-
397
-
398
- ### Bug Fixes
399
-
400
- * import packages from js ([#260](https://github.com/ForestAdmin/agent-nodejs/issues/260)) ([de00886](https://github.com/ForestAdmin/agent-nodejs/commit/de008862971ea5d3559e5a4c3136b0dd2161d760))
401
-
402
-
403
-
404
-
405
-
406
- ### Dependencies
407
-
408
- * **@forestadmin/datasource-sequelize:** upgraded to 1.0.0-beta.9
409
-
410
- # @forestadmin/datasource-sql [1.0.0-beta.12](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/datasource-sql@1.0.0-beta.11...@forestadmin/datasource-sql@1.0.0-beta.12) (2022-04-21)
411
-
412
-
413
- ### Features
414
-
415
- * harmonize datasource creation and pass logger to it ([#257](https://github.com/ForestAdmin/agent-nodejs/issues/257)) ([82cb4ea](https://github.com/ForestAdmin/agent-nodejs/commit/82cb4ea37ac0a9fe83423d917226dfd8fad7d0a6))
416
-
417
-
418
-
419
-
420
-
421
- ### Dependencies
422
-
423
- * **@forestadmin/datasource-sequelize:** upgraded to 1.0.0-beta.8
424
- * **@forestadmin/datasource-toolkit:** upgraded to 1.0.0-beta.6
425
-
426
- # @forestadmin/datasource-sql [1.0.0-beta.11](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/datasource-sql@1.0.0-beta.10...@forestadmin/datasource-sql@1.0.0-beta.11) (2022-04-21)
427
-
428
-
429
- ### Bug Fixes
430
-
431
- * **datasource sql:** has one detection ([#254](https://github.com/ForestAdmin/agent-nodejs/issues/254)) ([68e68b3](https://github.com/ForestAdmin/agent-nodejs/commit/68e68b33063ba7bbfb9cfc747572f59953b64050))
432
-
433
- # @forestadmin/datasource-sql [1.0.0-beta.10](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/datasource-sql@1.0.0-beta.9...@forestadmin/datasource-sql@1.0.0-beta.10) (2022-04-20)
434
-
435
-
436
- ### Features
437
-
438
- * **datasource sql:** handle relations ([#224](https://github.com/ForestAdmin/agent-nodejs/issues/224)) ([275cf7e](https://github.com/ForestAdmin/agent-nodejs/commit/275cf7ed6835933fce418f92a6a4e2521a9721fe))
439
-
440
- # @forestadmin/datasource-sql [1.0.0-beta.9](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/datasource-sql@1.0.0-beta.8...@forestadmin/datasource-sql@1.0.0-beta.9) (2022-04-20)
441
-
442
-
443
-
444
-
445
-
446
- ### Dependencies
447
-
448
- * **@forestadmin/datasource-sequelize:** upgraded to 1.0.0-beta.7
449
-
450
- # @forestadmin/datasource-sql [1.0.0-beta.8](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/datasource-sql@1.0.0-beta.7...@forestadmin/datasource-sql@1.0.0-beta.8) (2022-04-19)
451
-
452
-
453
-
454
-
455
-
456
- ### Dependencies
457
-
458
- * **@forestadmin/datasource-sequelize:** upgraded to 1.0.0-beta.6
459
- * **@forestadmin/datasource-toolkit:** upgraded to 1.0.0-beta.5
460
-
461
- # @forestadmin/datasource-sql [1.0.0-beta.7](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/datasource-sql@1.0.0-beta.6...@forestadmin/datasource-sql@1.0.0-beta.7) (2022-04-19)
462
-
463
-
464
-
465
-
466
-
467
- ### Dependencies
468
-
469
- * **@forestadmin/datasource-sequelize:** upgraded to 1.0.0-beta.5
470
-
471
- # @forestadmin/datasource-sql [1.0.0-beta.6](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/datasource-sql@1.0.0-beta.5...@forestadmin/datasource-sql@1.0.0-beta.6) (2022-04-15)
472
-
473
-
474
- ### Features
475
-
476
- * **datasource sql:** handle primitive fields and default values ([#215](https://github.com/ForestAdmin/agent-nodejs/issues/215)) ([59a56da](https://github.com/ForestAdmin/agent-nodejs/commit/59a56da2721f39d0487b14d72b11d71b38b83a1f))
477
-
478
- # @forestadmin/datasource-sql [1.0.0-beta.5](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/datasource-sql@1.0.0-beta.4...@forestadmin/datasource-sql@1.0.0-beta.5) (2022-04-15)
479
-
480
-
481
-
482
-
483
-
484
- ### Dependencies
485
-
486
- * **@forestadmin/datasource-sequelize:** upgraded to 1.0.0-beta.4
487
- * **@forestadmin/datasource-toolkit:** upgraded to 1.0.0-beta.4
488
-
489
- # @forestadmin/datasource-sql [1.0.0-beta.4](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/datasource-sql@1.0.0-beta.3...@forestadmin/datasource-sql@1.0.0-beta.4) (2022-04-15)
490
-
491
-
492
- ### Bug Fixes
493
-
494
- * switched from qiwi to dhoulb version of msr ([020c3e0](https://github.com/ForestAdmin/agent-nodejs/commit/020c3e04c64164c3f26aae293989db7842f82e8c))
495
-
496
- # @forestadmin/datasource-sql [1.0.0-beta.3](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/datasource-sql@1.0.0-beta.2...@forestadmin/datasource-sql@1.0.0-beta.3) (2022-04-15)
497
-
498
-
499
- ### Bug Fixes
500
-
501
- * correct versions in package.json of all datasources ([540d395](https://github.com/ForestAdmin/agent-nodejs/commit/540d395bc5e42bdd7edb3dce5806ade8554f3d7a))
502
-
503
-
504
-
505
-
506
-
507
- ### Dependencies
508
-
509
- * **@forestadmin/datasource-sequelize:** upgraded to 1.0.0-beta.3
510
-
511
- # @forestadmin/datasource-sql [1.0.0-beta.2](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/datasource-sql@1.0.0-beta.1...@forestadmin/datasource-sql@1.0.0-beta.2) (2022-04-15)
512
-
513
-
514
-
515
-
516
-
517
- ### Dependencies
518
-
519
- * **@forestadmin/datasource-sequelize:** upgraded to 1.0.0-beta.2
520
- * **@forestadmin/datasource-toolkit:** upgraded to 1.0.0-beta.3
521
-
522
- # @forestadmin/datasource-sql 1.0.0-beta.1 (2022-04-15)
523
-
524
-
525
- ### Bug Fixes
526
-
527
- * enable npm, git and github distribution ([bd91825](https://github.com/ForestAdmin/agent-nodejs/commit/bd91825f4d185874a259da28b0f7a6c7f557196d))
528
- * fix semantic release ([3a2fa73](https://github.com/ForestAdmin/agent-nodejs/commit/3a2fa738af84a50b9563db6ac039c922b77f55cc))
529
-
530
-
531
-
532
-
533
-
534
- ### Dependencies
535
-
536
- * **@forestadmin/datasource-sequelize:** upgraded to 1.0.0-beta.1