@cocreate/crud-server 1.22.0 → 1.22.2
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/.github/FUNDING.yml +3 -3
- package/.github/workflows/automated.yml +56 -43
- package/CHANGELOG.md +811 -796
- package/CONTRIBUTING.md +96 -96
- package/CoCreate.config.js +25 -25
- package/LICENSE +578 -578
- package/README.md +66 -66
- package/docs/index.html +193 -65
- package/package.json +3 -3
- package/release.config.js +21 -21
- package/src/backup.js +150 -150
- package/src/index.js +240 -240
package/CHANGELOG.md
CHANGED
|
@@ -1,797 +1,812 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
###
|
|
5
|
-
|
|
6
|
-
*
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
###
|
|
39
|
-
|
|
40
|
-
*
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
*
|
|
221
|
-
|
|
222
|
-
## [1.17.
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
### Bug Fixes
|
|
226
|
-
|
|
227
|
-
* bump
|
|
228
|
-
|
|
229
|
-
## [1.17.
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
### Bug Fixes
|
|
233
|
-
|
|
234
|
-
* bump dependencies ([
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
*
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
*
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
|
|
470
|
-
|
|
471
|
-
|
|
472
|
-
*
|
|
473
|
-
|
|
474
|
-
|
|
475
|
-
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
|
|
484
|
-
|
|
485
|
-
|
|
486
|
-
|
|
487
|
-
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
|
|
491
|
-
|
|
492
|
-
|
|
493
|
-
|
|
494
|
-
|
|
495
|
-
|
|
496
|
-
*
|
|
497
|
-
|
|
498
|
-
|
|
499
|
-
|
|
500
|
-
|
|
501
|
-
|
|
502
|
-
|
|
503
|
-
|
|
504
|
-
|
|
505
|
-
|
|
506
|
-
|
|
507
|
-
|
|
508
|
-
|
|
509
|
-
|
|
510
|
-
|
|
511
|
-
*
|
|
512
|
-
|
|
513
|
-
|
|
514
|
-
|
|
515
|
-
|
|
516
|
-
|
|
517
|
-
|
|
518
|
-
|
|
519
|
-
|
|
520
|
-
|
|
521
|
-
|
|
522
|
-
|
|
523
|
-
|
|
524
|
-
|
|
525
|
-
|
|
526
|
-
|
|
527
|
-
|
|
528
|
-
|
|
529
|
-
*
|
|
530
|
-
|
|
531
|
-
|
|
532
|
-
|
|
533
|
-
|
|
534
|
-
### Features
|
|
535
|
-
|
|
536
|
-
*
|
|
537
|
-
*
|
|
538
|
-
|
|
539
|
-
## [1.
|
|
540
|
-
|
|
541
|
-
|
|
542
|
-
### Bug Fixes
|
|
543
|
-
|
|
544
|
-
*
|
|
545
|
-
|
|
546
|
-
|
|
547
|
-
|
|
548
|
-
|
|
549
|
-
###
|
|
550
|
-
|
|
551
|
-
*
|
|
552
|
-
|
|
553
|
-
|
|
554
|
-
|
|
555
|
-
|
|
556
|
-
|
|
557
|
-
|
|
558
|
-
|
|
559
|
-
*
|
|
560
|
-
|
|
561
|
-
|
|
562
|
-
|
|
563
|
-
|
|
564
|
-
###
|
|
565
|
-
|
|
566
|
-
*
|
|
567
|
-
|
|
568
|
-
|
|
569
|
-
|
|
570
|
-
|
|
571
|
-
|
|
572
|
-
|
|
573
|
-
|
|
574
|
-
*
|
|
575
|
-
|
|
576
|
-
# [1.
|
|
577
|
-
|
|
578
|
-
|
|
579
|
-
### Features
|
|
580
|
-
|
|
581
|
-
*
|
|
582
|
-
|
|
583
|
-
|
|
584
|
-
|
|
585
|
-
|
|
586
|
-
|
|
587
|
-
|
|
588
|
-
|
|
589
|
-
*
|
|
590
|
-
|
|
591
|
-
# [1.
|
|
592
|
-
|
|
593
|
-
|
|
594
|
-
### Features
|
|
595
|
-
|
|
596
|
-
*
|
|
597
|
-
|
|
598
|
-
## [1.
|
|
599
|
-
|
|
600
|
-
|
|
601
|
-
### Bug Fixes
|
|
602
|
-
|
|
603
|
-
*
|
|
604
|
-
|
|
605
|
-
|
|
606
|
-
|
|
607
|
-
|
|
608
|
-
|
|
609
|
-
|
|
610
|
-
|
|
611
|
-
|
|
612
|
-
|
|
613
|
-
|
|
614
|
-
|
|
615
|
-
|
|
616
|
-
|
|
617
|
-
|
|
618
|
-
|
|
619
|
-
|
|
620
|
-
|
|
621
|
-
|
|
622
|
-
|
|
623
|
-
|
|
624
|
-
|
|
625
|
-
*
|
|
626
|
-
|
|
627
|
-
|
|
628
|
-
|
|
629
|
-
|
|
630
|
-
###
|
|
631
|
-
|
|
632
|
-
*
|
|
633
|
-
|
|
634
|
-
## [1.
|
|
635
|
-
|
|
636
|
-
|
|
637
|
-
### Bug Fixes
|
|
638
|
-
|
|
639
|
-
*
|
|
640
|
-
*
|
|
641
|
-
|
|
642
|
-
|
|
643
|
-
|
|
644
|
-
|
|
645
|
-
|
|
646
|
-
|
|
647
|
-
|
|
648
|
-
|
|
649
|
-
|
|
650
|
-
|
|
651
|
-
|
|
652
|
-
|
|
653
|
-
|
|
654
|
-
|
|
655
|
-
*
|
|
656
|
-
|
|
657
|
-
|
|
658
|
-
|
|
659
|
-
|
|
660
|
-
|
|
661
|
-
|
|
662
|
-
|
|
663
|
-
|
|
664
|
-
|
|
665
|
-
|
|
666
|
-
|
|
667
|
-
|
|
668
|
-
|
|
669
|
-
|
|
670
|
-
*
|
|
671
|
-
|
|
672
|
-
|
|
673
|
-
|
|
674
|
-
|
|
675
|
-
|
|
676
|
-
|
|
677
|
-
|
|
678
|
-
|
|
679
|
-
|
|
680
|
-
|
|
681
|
-
|
|
682
|
-
|
|
683
|
-
|
|
684
|
-
|
|
685
|
-
|
|
686
|
-
|
|
687
|
-
|
|
688
|
-
|
|
689
|
-
|
|
690
|
-
*
|
|
691
|
-
|
|
692
|
-
|
|
693
|
-
|
|
694
|
-
|
|
695
|
-
|
|
696
|
-
|
|
697
|
-
|
|
698
|
-
|
|
699
|
-
|
|
700
|
-
|
|
701
|
-
|
|
702
|
-
|
|
703
|
-
|
|
704
|
-
|
|
705
|
-
*
|
|
706
|
-
|
|
707
|
-
|
|
708
|
-
|
|
709
|
-
|
|
710
|
-
|
|
711
|
-
|
|
712
|
-
|
|
713
|
-
|
|
714
|
-
|
|
715
|
-
|
|
716
|
-
|
|
717
|
-
|
|
718
|
-
|
|
719
|
-
|
|
720
|
-
*
|
|
721
|
-
|
|
722
|
-
## [1.2.
|
|
723
|
-
|
|
724
|
-
|
|
725
|
-
### Bug Fixes
|
|
726
|
-
|
|
727
|
-
* update .
|
|
728
|
-
|
|
729
|
-
## [1.2.
|
|
730
|
-
|
|
731
|
-
|
|
732
|
-
### Bug Fixes
|
|
733
|
-
|
|
734
|
-
*
|
|
735
|
-
|
|
736
|
-
|
|
737
|
-
|
|
738
|
-
|
|
739
|
-
|
|
740
|
-
|
|
741
|
-
|
|
742
|
-
|
|
743
|
-
|
|
744
|
-
|
|
745
|
-
|
|
746
|
-
|
|
747
|
-
|
|
748
|
-
|
|
749
|
-
|
|
750
|
-
|
|
751
|
-
|
|
752
|
-
|
|
753
|
-
|
|
754
|
-
|
|
755
|
-
|
|
756
|
-
|
|
757
|
-
|
|
758
|
-
|
|
759
|
-
|
|
760
|
-
|
|
761
|
-
|
|
762
|
-
|
|
763
|
-
|
|
764
|
-
|
|
765
|
-
|
|
766
|
-
|
|
767
|
-
|
|
768
|
-
|
|
769
|
-
|
|
770
|
-
|
|
771
|
-
|
|
772
|
-
|
|
773
|
-
|
|
774
|
-
|
|
775
|
-
|
|
776
|
-
|
|
777
|
-
|
|
778
|
-
|
|
779
|
-
|
|
780
|
-
|
|
781
|
-
|
|
782
|
-
|
|
783
|
-
|
|
784
|
-
|
|
785
|
-
|
|
786
|
-
|
|
787
|
-
|
|
788
|
-
|
|
789
|
-
|
|
790
|
-
|
|
791
|
-
|
|
792
|
-
|
|
793
|
-
|
|
794
|
-
|
|
795
|
-
|
|
796
|
-
|
|
1
|
+
## [1.22.2](https://github.com/CoCreate-app/CoCreate-crud-server/compare/v1.22.1...v1.22.2) (2023-06-04)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* [@v3](https://github.com/v3) ([9807ae7](https://github.com/CoCreate-app/CoCreate-crud-server/commit/9807ae7b0c773d8e10efdf5365420ed9b0953fc6))
|
|
7
|
+
* html formating ([c972e3a](https://github.com/CoCreate-app/CoCreate-crud-server/commit/c972e3ab69fc8cc57e59f2bcadb983de8e35bf55))
|
|
8
|
+
|
|
9
|
+
## [1.22.1](https://github.com/CoCreate-app/CoCreate-crud-server/compare/v1.22.0...v1.22.1) (2023-05-25)
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
### Bug Fixes
|
|
13
|
+
|
|
14
|
+
* Update dependencies versions ([640e696](https://github.com/CoCreate-app/CoCreate-crud-server/commit/640e696750b42a31d3e7c15b1c67706eb6d5a461))
|
|
15
|
+
|
|
16
|
+
# [1.22.0](https://github.com/CoCreate-app/CoCreate-crud-server/compare/v1.21.1...v1.22.0) (2023-05-24)
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
### Features
|
|
20
|
+
|
|
21
|
+
* Supports multiple databases to be used independently or as a mesh. ([32e0897](https://github.com/CoCreate-app/CoCreate-crud-server/commit/32e08973f4b8cb1f5bf031417adc683e9d00ce9e))
|
|
22
|
+
|
|
23
|
+
## [1.21.1](https://github.com/CoCreate-app/CoCreate-crud-server/compare/v1.21.0...v1.21.1) (2023-05-20)
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
### Bug Fixes
|
|
27
|
+
|
|
28
|
+
* updated dependencies to their latest versions ([152be79](https://github.com/CoCreate-app/CoCreate-crud-server/commit/152be794f1bdc450ec835029b75f0e042e808950))
|
|
29
|
+
|
|
30
|
+
# [1.21.0](https://github.com/CoCreate-app/CoCreate-crud-server/compare/v1.20.5...v1.21.0) (2023-05-19)
|
|
31
|
+
|
|
32
|
+
|
|
33
|
+
### Bug Fixes
|
|
34
|
+
|
|
35
|
+
* wsManager listeners & add async/await consistency ([f8b21be](https://github.com/CoCreate-app/CoCreate-crud-server/commit/f8b21beafa41888ea85c16391880fb1bfce10231))
|
|
36
|
+
|
|
37
|
+
|
|
38
|
+
### Features
|
|
39
|
+
|
|
40
|
+
* Refactor code to ensure data.db is always an Array ([ce76271](https://github.com/CoCreate-app/CoCreate-crud-server/commit/ce76271518a0b7525e6dbbd80d7dc25e8184692d))
|
|
41
|
+
* update data.organization_id if previously transformed to platform_id ([bb95274](https://github.com/CoCreate-app/CoCreate-crud-server/commit/bb9527425ee5cb13c81933a658a6a732ac306407))
|
|
42
|
+
|
|
43
|
+
## [1.20.5](https://github.com/CoCreate-app/CoCreate-crud-server/compare/v1.20.4...v1.20.5) (2023-05-11)
|
|
44
|
+
|
|
45
|
+
|
|
46
|
+
### Bug Fixes
|
|
47
|
+
|
|
48
|
+
* replace key ([84d197d](https://github.com/CoCreate-app/CoCreate-crud-server/commit/84d197d316beb82a92e73769c7d145b76ea0ac83))
|
|
49
|
+
|
|
50
|
+
## [1.20.4](https://github.com/CoCreate-app/CoCreate-crud-server/compare/v1.20.3...v1.20.4) (2023-05-10)
|
|
51
|
+
|
|
52
|
+
|
|
53
|
+
### Bug Fixes
|
|
54
|
+
|
|
55
|
+
* apikey renamed to key ([7132442](https://github.com/CoCreate-app/CoCreate-crud-server/commit/71324420f4708f1c8ec03b64e6286deb34238cf8))
|
|
56
|
+
|
|
57
|
+
## [1.20.3](https://github.com/CoCreate-app/CoCreate-crud-server/compare/v1.20.2...v1.20.3) (2023-05-10)
|
|
58
|
+
|
|
59
|
+
|
|
60
|
+
### Bug Fixes
|
|
61
|
+
|
|
62
|
+
* return resolve ([eafc5e5](https://github.com/CoCreate-app/CoCreate-crud-server/commit/eafc5e59c59e3a3835a85b6e46a164f11fc6a80b))
|
|
63
|
+
|
|
64
|
+
## [1.20.2](https://github.com/CoCreate-app/CoCreate-crud-server/compare/v1.20.1...v1.20.2) (2023-05-07)
|
|
65
|
+
|
|
66
|
+
|
|
67
|
+
### Bug Fixes
|
|
68
|
+
|
|
69
|
+
* if platform org set dbUrl ([0dbafc9](https://github.com/CoCreate-app/CoCreate-crud-server/commit/0dbafc9b5ba77f3d16a5e14105a67e358ad697b8))
|
|
70
|
+
|
|
71
|
+
## [1.20.1](https://github.com/CoCreate-app/CoCreate-crud-server/compare/v1.20.0...v1.20.1) (2023-04-11)
|
|
72
|
+
|
|
73
|
+
|
|
74
|
+
### Bug Fixes
|
|
75
|
+
|
|
76
|
+
* urls typo ([94b4f83](https://github.com/CoCreate-app/CoCreate-crud-server/commit/94b4f8377aff42c59364e357e34199107f437a52))
|
|
77
|
+
|
|
78
|
+
# [1.20.0](https://github.com/CoCreate-app/CoCreate-crud-server/compare/v1.19.1...v1.20.0) (2023-04-11)
|
|
79
|
+
|
|
80
|
+
|
|
81
|
+
### Features
|
|
82
|
+
|
|
83
|
+
* use platform database to get databases from organization ([8b2f9b3](https://github.com/CoCreate-app/CoCreate-crud-server/commit/8b2f9b39538448ff1d9a718b580d81cbcbaf52d5))
|
|
84
|
+
|
|
85
|
+
## [1.19.1](https://github.com/CoCreate-app/CoCreate-crud-server/compare/v1.19.0...v1.19.1) (2023-04-11)
|
|
86
|
+
|
|
87
|
+
|
|
88
|
+
### Bug Fixes
|
|
89
|
+
|
|
90
|
+
* pass dbUrl to constructor ([7900c05](https://github.com/CoCreate-app/CoCreate-crud-server/commit/7900c0539998cb5f42cd27aed3844d0d43f5370b))
|
|
91
|
+
|
|
92
|
+
# [1.19.0](https://github.com/CoCreate-app/CoCreate-crud-server/compare/v1.18.0...v1.19.0) (2023-04-11)
|
|
93
|
+
|
|
94
|
+
|
|
95
|
+
### Bug Fixes
|
|
96
|
+
|
|
97
|
+
* renamed domans to hosts ([312353a](https://github.com/CoCreate-app/CoCreate-crud-server/commit/312353a9ec03d65b05d749675db9c73a1e16e069))
|
|
98
|
+
|
|
99
|
+
|
|
100
|
+
### Features
|
|
101
|
+
|
|
102
|
+
* custom dburls stored and fetched from platform db organizations. sync fields from org and user to platform prototype ([183839b](https://github.com/CoCreate-app/CoCreate-crud-server/commit/183839b02655ac4d7edf24375b9012ad80feeee9))
|
|
103
|
+
* if dbUrls not defined query platform db ([05fecfe](https://github.com/CoCreate-app/CoCreate-crud-server/commit/05fecfe999f471541717765e606aa57649398821))
|
|
104
|
+
|
|
105
|
+
# [1.18.0](https://github.com/CoCreate-app/CoCreate-crud-server/compare/v1.17.29...v1.18.0) (2023-03-19)
|
|
106
|
+
|
|
107
|
+
|
|
108
|
+
### Bug Fixes
|
|
109
|
+
|
|
110
|
+
* dynamically get dburl per db type ([3c32d12](https://github.com/CoCreate-app/CoCreate-crud-server/commit/3c32d1262c54e72aae007a2333f0493cd5c4b036))
|
|
111
|
+
|
|
112
|
+
|
|
113
|
+
### Features
|
|
114
|
+
|
|
115
|
+
* send custom db urls with database request to store in user defined database ([70be46f](https://github.com/CoCreate-app/CoCreate-crud-server/commit/70be46fef1e25406f311ae809adc27a8e38f5018))
|
|
116
|
+
|
|
117
|
+
## [1.17.29](https://github.com/CoCreate-app/CoCreate-crud-server/compare/v1.17.28...v1.17.29) (2023-02-01)
|
|
118
|
+
|
|
119
|
+
|
|
120
|
+
### Bug Fixes
|
|
121
|
+
|
|
122
|
+
* bump dependencies ([c7a4b59](https://github.com/CoCreate-app/CoCreate-crud-server/commit/c7a4b5908bd8b7ccb615e93f1c03c14486bb3ffb))
|
|
123
|
+
|
|
124
|
+
## [1.17.28](https://github.com/CoCreate-app/CoCreate-crud-server/compare/v1.17.27...v1.17.28) (2023-01-31)
|
|
125
|
+
|
|
126
|
+
|
|
127
|
+
### Bug Fixes
|
|
128
|
+
|
|
129
|
+
* bump dependencies ([ed58a52](https://github.com/CoCreate-app/CoCreate-crud-server/commit/ed58a52a7ccd758eb65778c351f4215f65c358dc))
|
|
130
|
+
|
|
131
|
+
## [1.17.27](https://github.com/CoCreate-app/CoCreate-crud-server/compare/v1.17.26...v1.17.27) (2023-01-30)
|
|
132
|
+
|
|
133
|
+
|
|
134
|
+
### Bug Fixes
|
|
135
|
+
|
|
136
|
+
* bump dependencies ([ddef419](https://github.com/CoCreate-app/CoCreate-crud-server/commit/ddef4192e98ff3ab9053e051d5d0074c6bbb0050))
|
|
137
|
+
|
|
138
|
+
## [1.17.26](https://github.com/CoCreate-app/CoCreate-crud-server/compare/v1.17.25...v1.17.26) (2023-01-29)
|
|
139
|
+
|
|
140
|
+
|
|
141
|
+
### Bug Fixes
|
|
142
|
+
|
|
143
|
+
* bump dependencies ([15fd34f](https://github.com/CoCreate-app/CoCreate-crud-server/commit/15fd34f16cf8d910ebd188fe543347bcf6ad9eee))
|
|
144
|
+
|
|
145
|
+
## [1.17.25](https://github.com/CoCreate-app/CoCreate-crud-server/compare/v1.17.24...v1.17.25) (2023-01-29)
|
|
146
|
+
|
|
147
|
+
|
|
148
|
+
### Bug Fixes
|
|
149
|
+
|
|
150
|
+
* bump dependencies ([32a6c76](https://github.com/CoCreate-app/CoCreate-crud-server/commit/32a6c76665c4943dddfb81e5c5e62b0206d9c81a))
|
|
151
|
+
|
|
152
|
+
## [1.17.24](https://github.com/CoCreate-app/CoCreate-crud-server/compare/v1.17.23...v1.17.24) (2023-01-28)
|
|
153
|
+
|
|
154
|
+
|
|
155
|
+
### Bug Fixes
|
|
156
|
+
|
|
157
|
+
* bump dependencies ([807aa19](https://github.com/CoCreate-app/CoCreate-crud-server/commit/807aa1984c7c966e42e94ac8d6d1e7e1e53d1798))
|
|
158
|
+
|
|
159
|
+
## [1.17.23](https://github.com/CoCreate-app/CoCreate-crud-server/compare/v1.17.22...v1.17.23) (2023-01-13)
|
|
160
|
+
|
|
161
|
+
|
|
162
|
+
### Bug Fixes
|
|
163
|
+
|
|
164
|
+
* bump dependencies ([0b060de](https://github.com/CoCreate-app/CoCreate-crud-server/commit/0b060de7c4c5e3b527fde88957b1acc15d62fd58))
|
|
165
|
+
|
|
166
|
+
## [1.17.22](https://github.com/CoCreate-app/CoCreate-crud-server/compare/v1.17.21...v1.17.22) (2023-01-10)
|
|
167
|
+
|
|
168
|
+
|
|
169
|
+
### Bug Fixes
|
|
170
|
+
|
|
171
|
+
* bump dependencies ([b35d672](https://github.com/CoCreate-app/CoCreate-crud-server/commit/b35d6725e7758ae9e7784d1ab68512866af53385))
|
|
172
|
+
|
|
173
|
+
## [1.17.21](https://github.com/CoCreate-app/CoCreate-crud-server/compare/v1.17.20...v1.17.21) (2023-01-09)
|
|
174
|
+
|
|
175
|
+
|
|
176
|
+
### Bug Fixes
|
|
177
|
+
|
|
178
|
+
* bump dependnecies ([83fcdbe](https://github.com/CoCreate-app/CoCreate-crud-server/commit/83fcdbee9f19a3bba581ef5a11d57aadb9b0bf12))
|
|
179
|
+
|
|
180
|
+
## [1.17.20](https://github.com/CoCreate-app/CoCreate-crud-server/compare/v1.17.19...v1.17.20) (2023-01-06)
|
|
181
|
+
|
|
182
|
+
|
|
183
|
+
### Bug Fixes
|
|
184
|
+
|
|
185
|
+
* bump dependencies, worklow [@v3](https://github.com/v3) ([8af6272](https://github.com/CoCreate-app/CoCreate-crud-server/commit/8af6272d86ddb34903be9fa9fd2aea9882937451))
|
|
186
|
+
|
|
187
|
+
## [1.17.19](https://github.com/CoCreate-app/CoCreate-crud-server/compare/v1.17.18...v1.17.19) (2023-01-05)
|
|
188
|
+
|
|
189
|
+
|
|
190
|
+
### Bug Fixes
|
|
191
|
+
|
|
192
|
+
* bump dependencies ([44e8a4b](https://github.com/CoCreate-app/CoCreate-crud-server/commit/44e8a4b652470cd8cb6397760c174594eb52e097))
|
|
193
|
+
|
|
194
|
+
## [1.17.18](https://github.com/CoCreate-app/CoCreate-crud-server/compare/v1.17.17...v1.17.18) (2023-01-01)
|
|
195
|
+
|
|
196
|
+
|
|
197
|
+
### Bug Fixes
|
|
198
|
+
|
|
199
|
+
* docs sanbox overflow ([f56e32d](https://github.com/CoCreate-app/CoCreate-crud-server/commit/f56e32da96659ecbbacde32318d495f79eaa434d))
|
|
200
|
+
|
|
201
|
+
## [1.17.17](https://github.com/CoCreate-app/CoCreate-crud-server/compare/v1.17.16...v1.17.17) (2022-12-31)
|
|
202
|
+
|
|
203
|
+
|
|
204
|
+
### Bug Fixes
|
|
205
|
+
|
|
206
|
+
* bump dependencies ([dc76aaa](https://github.com/CoCreate-app/CoCreate-crud-server/commit/dc76aaaba4d551a211b5e94c9cb236ae1b1a9483))
|
|
207
|
+
|
|
208
|
+
## [1.17.16](https://github.com/CoCreate-app/CoCreate-crud-server/compare/v1.17.15...v1.17.16) (2022-12-30)
|
|
209
|
+
|
|
210
|
+
|
|
211
|
+
### Bug Fixes
|
|
212
|
+
|
|
213
|
+
* update config sources to use template braces with entry on src ([e130e5f](https://github.com/CoCreate-app/CoCreate-crud-server/commit/e130e5f48fdcf508caa4bbad8eaec4f885addaec))
|
|
214
|
+
|
|
215
|
+
## [1.17.15](https://github.com/CoCreate-app/CoCreate-crud-server/compare/v1.17.14...v1.17.15) (2022-12-29)
|
|
216
|
+
|
|
217
|
+
|
|
218
|
+
### Bug Fixes
|
|
219
|
+
|
|
220
|
+
* bump dependencies ([f34df5d](https://github.com/CoCreate-app/CoCreate-crud-server/commit/f34df5d57e5d72b0e0325f96f0d692e29470427c))
|
|
221
|
+
|
|
222
|
+
## [1.17.14](https://github.com/CoCreate-app/CoCreate-crud-server/compare/v1.17.13...v1.17.14) (2022-12-27)
|
|
223
|
+
|
|
224
|
+
|
|
225
|
+
### Bug Fixes
|
|
226
|
+
|
|
227
|
+
* bump dependencies ([c81ac9c](https://github.com/CoCreate-app/CoCreate-crud-server/commit/c81ac9c5f8a64226a6aaa046714e864fd5dc74f0))
|
|
228
|
+
|
|
229
|
+
## [1.17.13](https://github.com/CoCreate-app/CoCreate-crud-server/compare/v1.17.12...v1.17.13) (2022-12-25)
|
|
230
|
+
|
|
231
|
+
|
|
232
|
+
### Bug Fixes
|
|
233
|
+
|
|
234
|
+
* bump dependencies ([2828824](https://github.com/CoCreate-app/CoCreate-crud-server/commit/282882410cff450131f2677848374dddd5f4b5b1))
|
|
235
|
+
* update cdn to latest ([71f81af](https://github.com/CoCreate-app/CoCreate-crud-server/commit/71f81af48b643ec71155db704121096683880a3c))
|
|
236
|
+
|
|
237
|
+
## [1.17.12](https://github.com/CoCreate-app/CoCreate-crud-server/compare/v1.17.11...v1.17.12) (2022-12-23)
|
|
238
|
+
|
|
239
|
+
|
|
240
|
+
### Bug Fixes
|
|
241
|
+
|
|
242
|
+
* bump dependnecies ([ad0bf24](https://github.com/CoCreate-app/CoCreate-crud-server/commit/ad0bf243b8ac1e768ab9ecb72155e3854438a41c))
|
|
243
|
+
|
|
244
|
+
## [1.17.11](https://github.com/CoCreate-app/CoCreate-crud-server/compare/v1.17.10...v1.17.11) (2022-12-22)
|
|
245
|
+
|
|
246
|
+
|
|
247
|
+
### Bug Fixes
|
|
248
|
+
|
|
249
|
+
* bump dependencies ([57f66f0](https://github.com/CoCreate-app/CoCreate-crud-server/commit/57f66f0b871d858cea2dcaf0f9a58771cb2d736c))
|
|
250
|
+
|
|
251
|
+
## [1.17.10](https://github.com/CoCreate-app/CoCreate-crud-server/compare/v1.17.9...v1.17.10) (2022-12-22)
|
|
252
|
+
|
|
253
|
+
|
|
254
|
+
### Bug Fixes
|
|
255
|
+
|
|
256
|
+
* update demos and bump dependencies ([4f0b553](https://github.com/CoCreate-app/CoCreate-crud-server/commit/4f0b5531a18d21fce360e80e2be57d57cbbf16ed))
|
|
257
|
+
|
|
258
|
+
## [1.17.9](https://github.com/CoCreate-app/CoCreate-crud-server/compare/v1.17.8...v1.17.9) (2022-12-21)
|
|
259
|
+
|
|
260
|
+
|
|
261
|
+
### Bug Fixes
|
|
262
|
+
|
|
263
|
+
* bump dependencies ([095c09c](https://github.com/CoCreate-app/CoCreate-crud-server/commit/095c09c14550e09f03216cb5dea0eaccc60c1319))
|
|
264
|
+
|
|
265
|
+
## [1.17.8](https://github.com/CoCreate-app/CoCreate-crud-server/compare/v1.17.7...v1.17.8) (2022-12-20)
|
|
266
|
+
|
|
267
|
+
|
|
268
|
+
### Bug Fixes
|
|
269
|
+
|
|
270
|
+
* bump dependencies ([23bd456](https://github.com/CoCreate-app/CoCreate-crud-server/commit/23bd4561d0f048cb1d93e6ad9957fd7728808d34))
|
|
271
|
+
|
|
272
|
+
## [1.17.7](https://github.com/CoCreate-app/CoCreate-crud-server/compare/v1.17.6...v1.17.7) (2022-12-13)
|
|
273
|
+
|
|
274
|
+
|
|
275
|
+
### Bug Fixes
|
|
276
|
+
|
|
277
|
+
* bump dependencies ([eb194f9](https://github.com/CoCreate-app/CoCreate-crud-server/commit/eb194f91e0b728e2cf1c98dd2b34f10288d43240))
|
|
278
|
+
|
|
279
|
+
## [1.17.6](https://github.com/CoCreate-app/CoCreate-crud-server/compare/v1.17.5...v1.17.6) (2022-12-12)
|
|
280
|
+
|
|
281
|
+
|
|
282
|
+
### Bug Fixes
|
|
283
|
+
|
|
284
|
+
* bump dependencies ([aa15a20](https://github.com/CoCreate-app/CoCreate-crud-server/commit/aa15a20ceaacbfb3d93fceb409d55fc254d3d678))
|
|
285
|
+
|
|
286
|
+
## [1.17.5](https://github.com/CoCreate-app/CoCreate-crud-server/compare/v1.17.4...v1.17.5) (2022-12-11)
|
|
287
|
+
|
|
288
|
+
|
|
289
|
+
### Bug Fixes
|
|
290
|
+
|
|
291
|
+
* bump dependencies ([6373b82](https://github.com/CoCreate-app/CoCreate-crud-server/commit/6373b82bb1a55e915394cf5f3981c1c51293ad89))
|
|
292
|
+
|
|
293
|
+
## [1.17.4](https://github.com/CoCreate-app/CoCreate-crud-server/compare/v1.17.3...v1.17.4) (2022-12-09)
|
|
294
|
+
|
|
295
|
+
|
|
296
|
+
### Bug Fixes
|
|
297
|
+
|
|
298
|
+
* bump dependencies ([ab7c358](https://github.com/CoCreate-app/CoCreate-crud-server/commit/ab7c3586dbaa37a99314d71b638406f95ab1e6c8))
|
|
299
|
+
|
|
300
|
+
## [1.17.3](https://github.com/CoCreate-app/CoCreate-crud-server/compare/v1.17.2...v1.17.3) (2022-12-08)
|
|
301
|
+
|
|
302
|
+
|
|
303
|
+
### Bug Fixes
|
|
304
|
+
|
|
305
|
+
* bump dependencies ([bf51f1c](https://github.com/CoCreate-app/CoCreate-crud-server/commit/bf51f1cdcb9ab2921c4809b362d0d972ce5f48b7))
|
|
306
|
+
|
|
307
|
+
## [1.17.2](https://github.com/CoCreate-app/CoCreate-crud-server/compare/v1.17.1...v1.17.2) (2022-12-08)
|
|
308
|
+
|
|
309
|
+
|
|
310
|
+
### Bug Fixes
|
|
311
|
+
|
|
312
|
+
* removed mongodb dependency ([1ba76b3](https://github.com/CoCreate-app/CoCreate-crud-server/commit/1ba76b3fddb89982744716339c382af5b26c18f9))
|
|
313
|
+
|
|
314
|
+
## [1.17.1](https://github.com/CoCreate-app/CoCreate-crud-server/compare/v1.17.0...v1.17.1) (2022-12-07)
|
|
315
|
+
|
|
316
|
+
|
|
317
|
+
### Bug Fixes
|
|
318
|
+
|
|
319
|
+
* bump dependencies ([66a953a](https://github.com/CoCreate-app/CoCreate-crud-server/commit/66a953a4d3632a8c39643620589eb33706aab225))
|
|
320
|
+
|
|
321
|
+
# [1.17.0](https://github.com/CoCreate-app/CoCreate-crud-server/compare/v1.16.1...v1.17.0) (2022-12-07)
|
|
322
|
+
|
|
323
|
+
|
|
324
|
+
### Features
|
|
325
|
+
|
|
326
|
+
* database crud functions ([60ff480](https://github.com/CoCreate-app/CoCreate-crud-server/commit/60ff4809ed232a8a9b4b5ae95f2e0649773dec00))
|
|
327
|
+
|
|
328
|
+
## [1.16.1](https://github.com/CoCreate-app/CoCreate-crud-server/compare/v1.16.0...v1.16.1) (2022-12-04)
|
|
329
|
+
|
|
330
|
+
|
|
331
|
+
### Bug Fixes
|
|
332
|
+
|
|
333
|
+
* bump dependencies ([108f8c5](https://github.com/CoCreate-app/CoCreate-crud-server/commit/108f8c52d71ae801ae3f45443b54b9a1734bf00f))
|
|
334
|
+
|
|
335
|
+
# [1.16.0](https://github.com/CoCreate-app/CoCreate-crud-server/compare/v1.15.4...v1.16.0) (2022-12-04)
|
|
336
|
+
|
|
337
|
+
|
|
338
|
+
### Features
|
|
339
|
+
|
|
340
|
+
* accepts an object of databases, currently supports mongodb ([743ea2d](https://github.com/CoCreate-app/CoCreate-crud-server/commit/743ea2d3ab58101be1d9cfa842083d0c95ffd0e4))
|
|
341
|
+
|
|
342
|
+
## [1.15.4](https://github.com/CoCreate-app/CoCreate-crud-server/compare/v1.15.3...v1.15.4) (2022-12-04)
|
|
343
|
+
|
|
344
|
+
|
|
345
|
+
### Bug Fixes
|
|
346
|
+
|
|
347
|
+
* opertor throwing a regex error ([6683f40](https://github.com/CoCreate-app/CoCreate-crud-server/commit/6683f4012353f81614a97ad997e622f985613f5a))
|
|
348
|
+
|
|
349
|
+
## [1.15.3](https://github.com/CoCreate-app/CoCreate-crud-server/compare/v1.15.2...v1.15.3) (2022-12-04)
|
|
350
|
+
|
|
351
|
+
|
|
352
|
+
### Bug Fixes
|
|
353
|
+
|
|
354
|
+
* readDocument doc._id.toString() ([ab22fea](https://github.com/CoCreate-app/CoCreate-crud-server/commit/ab22fea26e94282190800f1c0484faadef9ffdb9))
|
|
355
|
+
|
|
356
|
+
## [1.15.2](https://github.com/CoCreate-app/CoCreate-crud-server/compare/v1.15.1...v1.15.2) (2022-12-04)
|
|
357
|
+
|
|
358
|
+
|
|
359
|
+
### Bug Fixes
|
|
360
|
+
|
|
361
|
+
* console.log to trace error in deployment ([cd77e4b](https://github.com/CoCreate-app/CoCreate-crud-server/commit/cd77e4b4dee62511d7bba16fef5ba42f89421af7))
|
|
362
|
+
|
|
363
|
+
## [1.15.1](https://github.com/CoCreate-app/CoCreate-crud-server/compare/v1.15.0...v1.15.1) (2022-12-02)
|
|
364
|
+
|
|
365
|
+
|
|
366
|
+
### Bug Fixes
|
|
367
|
+
|
|
368
|
+
* docs ([02dcf67](https://github.com/CoCreate-app/CoCreate-crud-server/commit/02dcf67e7982221af8c61395d3d1c6ac904f6313))
|
|
369
|
+
|
|
370
|
+
# [1.15.0](https://github.com/CoCreate-app/CoCreate-crud-server/compare/v1.14.5...v1.15.0) (2022-12-02)
|
|
371
|
+
|
|
372
|
+
|
|
373
|
+
### Bug Fixes
|
|
374
|
+
|
|
375
|
+
* bump dependencies ([e9921ac](https://github.com/CoCreate-app/CoCreate-crud-server/commit/e9921acc5404d9bc7b04718e1cd6520949ceccd9))
|
|
376
|
+
* data.user to data.user_id ([645493a](https://github.com/CoCreate-app/CoCreate-crud-server/commit/645493ab7795559ddaa7e04b040777b6288ead37))
|
|
377
|
+
* renamed $contain to $include ([42d351e](https://github.com/CoCreate-app/CoCreate-crud-server/commit/42d351e435ebe5f2328682c8c836092f41eea2b7))
|
|
378
|
+
|
|
379
|
+
|
|
380
|
+
### Features
|
|
381
|
+
|
|
382
|
+
* supports index and limit. improved search ([2ce163a](https://github.com/CoCreate-app/CoCreate-crud-server/commit/2ce163a60a9503f276ffb3ac1ffedf6016ba4d92))
|
|
383
|
+
|
|
384
|
+
## [1.14.5](https://github.com/CoCreate-app/CoCreate-crud-server/compare/v1.14.4...v1.14.5) (2022-11-28)
|
|
385
|
+
|
|
386
|
+
|
|
387
|
+
### Bug Fixes
|
|
388
|
+
|
|
389
|
+
* bump dependencies ([ae494ec](https://github.com/CoCreate-app/CoCreate-crud-server/commit/ae494ecc633893827b821404920576938195bffa))
|
|
390
|
+
|
|
391
|
+
## [1.14.4](https://github.com/CoCreate-app/CoCreate-crud-server/compare/v1.14.3...v1.14.4) (2022-11-28)
|
|
392
|
+
|
|
393
|
+
|
|
394
|
+
### Bug Fixes
|
|
395
|
+
|
|
396
|
+
* bump dependencies ([b981481](https://github.com/CoCreate-app/CoCreate-crud-server/commit/b981481ab912dd82a0bab912d0175c4c6bfcfa99))
|
|
397
|
+
|
|
398
|
+
## [1.14.3](https://github.com/CoCreate-app/CoCreate-crud-server/compare/v1.14.2...v1.14.3) (2022-11-27)
|
|
399
|
+
|
|
400
|
+
|
|
401
|
+
### Bug Fixes
|
|
402
|
+
|
|
403
|
+
* bump dependencies ([ec81dd4](https://github.com/CoCreate-app/CoCreate-crud-server/commit/ec81dd4f6cb564a638b978da550cac4d97c682bf))
|
|
404
|
+
|
|
405
|
+
## [1.14.2](https://github.com/CoCreate-app/CoCreate-crud-server/compare/v1.14.1...v1.14.2) (2022-11-27)
|
|
406
|
+
|
|
407
|
+
|
|
408
|
+
### Bug Fixes
|
|
409
|
+
|
|
410
|
+
* improved readDocument filter, bump dependencies ([df58e49](https://github.com/CoCreate-app/CoCreate-crud-server/commit/df58e499709723b44882e7ce67a934c20d833f30))
|
|
411
|
+
|
|
412
|
+
## [1.14.1](https://github.com/CoCreate-app/CoCreate-crud-server/compare/v1.14.0...v1.14.1) (2022-11-26)
|
|
413
|
+
|
|
414
|
+
|
|
415
|
+
### Bug Fixes
|
|
416
|
+
|
|
417
|
+
* bump dependencies ([e1a6646](https://github.com/CoCreate-app/CoCreate-crud-server/commit/e1a66469d5be78ae19fdecbfabf5ada49c11a20a))
|
|
418
|
+
|
|
419
|
+
# [1.14.0](https://github.com/CoCreate-app/CoCreate-crud-server/compare/v1.13.7...v1.14.0) (2022-11-25)
|
|
420
|
+
|
|
421
|
+
|
|
422
|
+
### Bug Fixes
|
|
423
|
+
|
|
424
|
+
* querying an array of documents requires the _id to be wrapped in ObjectId ([d988da8](https://github.com/CoCreate-app/CoCreate-crud-server/commit/d988da872248cf68bbeaf4d47bec6d8875ddda23))
|
|
425
|
+
* replaced @cocreate/filter with @cocreate/utils fo search, query and sort functions ([f91fb78](https://github.com/CoCreate-app/CoCreate-crud-server/commit/f91fb78dea770b4afc72dd5ad2842e4745d659f8))
|
|
426
|
+
|
|
427
|
+
|
|
428
|
+
### Features
|
|
429
|
+
|
|
430
|
+
* run dotNotationToObject on createDocument ([133cc30](https://github.com/CoCreate-app/CoCreate-crud-server/commit/133cc302771ef139642e47f31c0f308a69c07869))
|
|
431
|
+
|
|
432
|
+
## [1.13.7](https://github.com/CoCreate-app/CoCreate-crud-server/compare/v1.13.6...v1.13.7) (2022-11-24)
|
|
433
|
+
|
|
434
|
+
|
|
435
|
+
### Bug Fixes
|
|
436
|
+
|
|
437
|
+
* bump depenedencies ([171680b](https://github.com/CoCreate-app/CoCreate-crud-server/commit/171680bd8d9b340fbcc84640a2c378e6b098e5f5))
|
|
438
|
+
|
|
439
|
+
## [1.13.6](https://github.com/CoCreate-app/CoCreate-crud-server/compare/v1.13.5...v1.13.6) (2022-11-23)
|
|
440
|
+
|
|
441
|
+
|
|
442
|
+
### Bug Fixes
|
|
443
|
+
|
|
444
|
+
* bumped [@cocreate](https://github.com/cocreate) dependencies ([073a756](https://github.com/CoCreate-app/CoCreate-crud-server/commit/073a75625acc077a62581b4462f36364a00bde42))
|
|
445
|
+
|
|
446
|
+
## [1.13.5](https://github.com/CoCreate-app/CoCreate-crud-server/compare/v1.13.4...v1.13.5) (2022-11-22)
|
|
447
|
+
|
|
448
|
+
|
|
449
|
+
### Bug Fixes
|
|
450
|
+
|
|
451
|
+
* workflow docs ([510b330](https://github.com/CoCreate-app/CoCreate-crud-server/commit/510b330f7dae06a2b16c18101664c51cde487a69))
|
|
452
|
+
|
|
453
|
+
## [1.13.4](https://github.com/CoCreate-app/CoCreate-crud-server/compare/v1.13.3...v1.13.4) (2022-11-22)
|
|
454
|
+
|
|
455
|
+
|
|
456
|
+
### Bug Fixes
|
|
457
|
+
|
|
458
|
+
* apply src: {{source}} to CoCreate.config ([237b097](https://github.com/CoCreate-app/CoCreate-crud-server/commit/237b0978e754341174cfcdc46bf78f25b11af068))
|
|
459
|
+
|
|
460
|
+
## [1.13.3](https://github.com/CoCreate-app/CoCreate-crud-server/compare/v1.13.2...v1.13.3) (2022-11-21)
|
|
461
|
+
|
|
462
|
+
|
|
463
|
+
### Bug Fixes
|
|
464
|
+
|
|
465
|
+
* @cocreate/docs bug fix ([de8881d](https://github.com/CoCreate-app/CoCreate-crud-server/commit/de8881d76ba776707994e1574b94bb4264e60e1a))
|
|
466
|
+
|
|
467
|
+
## [1.13.2](https://github.com/CoCreate-app/CoCreate-crud-server/compare/v1.13.1...v1.13.2) (2022-11-21)
|
|
468
|
+
|
|
469
|
+
|
|
470
|
+
### Bug Fixes
|
|
471
|
+
|
|
472
|
+
* add timeStamp if does not already exist ([3f8f432](https://github.com/CoCreate-app/CoCreate-crud-server/commit/3f8f432e0fa9da67945b70fdbd05e9821afb15cb))
|
|
473
|
+
|
|
474
|
+
## [1.13.1](https://github.com/CoCreate-app/CoCreate-crud-server/compare/v1.13.0...v1.13.1) (2022-11-21)
|
|
475
|
+
|
|
476
|
+
|
|
477
|
+
### Bug Fixes
|
|
478
|
+
|
|
479
|
+
* bump [@cocreate](https://github.com/cocreate) dependencies ([b590c7b](https://github.com/CoCreate-app/CoCreate-crud-server/commit/b590c7bb926a8266561e5b40d239434dd84eb37c))
|
|
480
|
+
|
|
481
|
+
# [1.13.0](https://github.com/CoCreate-app/CoCreate-crud-server/compare/v1.12.0...v1.13.0) (2022-11-21)
|
|
482
|
+
|
|
483
|
+
|
|
484
|
+
### Bug Fixes
|
|
485
|
+
|
|
486
|
+
* bump [@cocreate](https://github.com/cocreate) dependencies ([a7abd3b](https://github.com/CoCreate-app/CoCreate-crud-server/commit/a7abd3bb30a8d6c46dce0033a2fa67e33ff6e548))
|
|
487
|
+
* data.request takes priority ([d8f584e](https://github.com/CoCreate-app/CoCreate-crud-server/commit/d8f584ee978c4ae6dcd66e30a46f66724d60bb04))
|
|
488
|
+
* removed data.data ([cc66783](https://github.com/CoCreate-app/CoCreate-crud-server/commit/cc66783f6733ea67ae990f9894a94cea0993f069))
|
|
489
|
+
* renamed data.data to data.document ([ed5348f](https://github.com/CoCreate-app/CoCreate-crud-server/commit/ed5348f9a5da8055b885b7e142acd2eec5e02be8))
|
|
490
|
+
* set _id using ObjectId ([f2420f6](https://github.com/CoCreate-app/CoCreate-crud-server/commit/f2420f6ac26bc636c76a81fc152e474cdb3075a4))
|
|
491
|
+
|
|
492
|
+
|
|
493
|
+
### Features
|
|
494
|
+
|
|
495
|
+
* broadcast crud even if no database exist in server ([5b53fc2](https://github.com/CoCreate-app/CoCreate-crud-server/commit/5b53fc27a353f00617638fb36da278e76aa88b79))
|
|
496
|
+
* crud can connect to multiple databases, mongodb adapter for crud ([b4e6b61](https://github.com/CoCreate-app/CoCreate-crud-server/commit/b4e6b618e4c6197a9fe1cb2a32f7419898e86d30))
|
|
497
|
+
* data response also available as data.document, improved handeling of data[type] ([bb25d9f](https://github.com/CoCreate-app/CoCreate-crud-server/commit/bb25d9f57875bbaa03bd2cafd9333e5f9d0c57f9))
|
|
498
|
+
* mongodb - crud multiple databases, collections, and documents ([1ec4b27](https://github.com/CoCreate-app/CoCreate-crud-server/commit/1ec4b278e4ce830d8e452944c144ecb434027c37))
|
|
499
|
+
* return documents containing db, database, and collection ([d13db96](https://github.com/CoCreate-app/CoCreate-crud-server/commit/d13db962500fc196af68f6c8e227ce9ba3241188))
|
|
500
|
+
|
|
501
|
+
# [1.12.0](https://github.com/CoCreate-app/CoCreate-crud-server/compare/v1.11.1...v1.12.0) (2022-10-02)
|
|
502
|
+
|
|
503
|
+
|
|
504
|
+
### Bug Fixes
|
|
505
|
+
|
|
506
|
+
* bump dependencies ([702bf69](https://github.com/CoCreate-app/CoCreate-crud-server/commit/702bf6960c6efc9563e923325cc03ba2f1e842df))
|
|
507
|
+
|
|
508
|
+
|
|
509
|
+
### Features
|
|
510
|
+
|
|
511
|
+
* support for operator $contain and $regex ([fb7d4a5](https://github.com/CoCreate-app/CoCreate-crud-server/commit/fb7d4a5508c0ca75100ba40305196ed2b7ea7d6b))
|
|
512
|
+
|
|
513
|
+
## [1.11.1](https://github.com/CoCreate-app/CoCreate-crud-server/compare/v1.11.0...v1.11.1) (2022-10-01)
|
|
514
|
+
|
|
515
|
+
|
|
516
|
+
### Bug Fixes
|
|
517
|
+
|
|
518
|
+
* bump [@cocreate](https://github.com/cocreate) dependencies ([12a2ae4](https://github.com/CoCreate-app/CoCreate-crud-server/commit/12a2ae454f0b12424f4c072b9dd2b31e02c20ade))
|
|
519
|
+
|
|
520
|
+
# [1.11.0](https://github.com/CoCreate-app/CoCreate-crud-server/compare/v1.10.1...v1.11.0) (2022-10-01)
|
|
521
|
+
|
|
522
|
+
|
|
523
|
+
### Bug Fixes
|
|
524
|
+
|
|
525
|
+
* broadcast params reduced to socket, message, data ([ec9c8f2](https://github.com/CoCreate-app/CoCreate-crud-server/commit/ec9c8f259e516424ef95433904a0e89d2aa0c727))
|
|
526
|
+
* bump dependencies ([b5b9350](https://github.com/CoCreate-app/CoCreate-crud-server/commit/b5b9350dbcb1b20fc945542a600d526ddb78fb91))
|
|
527
|
+
* createDocument inserts _id in the data object ([113c2ff](https://github.com/CoCreate-app/CoCreate-crud-server/commit/113c2ffb3d0a291f3af8ba645f709b1b5811089d))
|
|
528
|
+
* createQuery ObjectId ([ec79e40](https://github.com/CoCreate-app/CoCreate-crud-server/commit/ec79e40b81760e347ce5d8d70ed28f3494c49538))
|
|
529
|
+
* filter value can be an object or an array ([75cd195](https://github.com/CoCreate-app/CoCreate-crud-server/commit/75cd19560d8086f01a05f55e76102793789ec1d1))
|
|
530
|
+
* merged crud and list ([acff218](https://github.com/CoCreate-app/CoCreate-crud-server/commit/acff21831b2ca1274bc5af775f7d3758f2e55663))
|
|
531
|
+
* relocate and import filter.js from @cocreate/filter ([b8bab38](https://github.com/CoCreate-app/CoCreate-crud-server/commit/b8bab3882b5ece91115a4568aa80bc5eca2c80f3))
|
|
532
|
+
|
|
533
|
+
|
|
534
|
+
### Features
|
|
535
|
+
|
|
536
|
+
* config now accessible from socket.config ([2d892ff](https://github.com/CoCreate-app/CoCreate-crud-server/commit/2d892ff961cb48187f8253a4f3778719cb764d1c))
|
|
537
|
+
* if data.returnDocument = false only defined names are returned ([652f624](https://github.com/CoCreate-app/CoCreate-crud-server/commit/652f6242c947d3b46d01deaea784f964f43450fd))
|
|
538
|
+
|
|
539
|
+
## [1.10.1](https://github.com/CoCreate-app/CoCreate-crud-server/compare/v1.10.0...v1.10.1) (2022-09-01)
|
|
540
|
+
|
|
541
|
+
|
|
542
|
+
### Bug Fixes
|
|
543
|
+
|
|
544
|
+
* bump dependencies ([15b088a](https://github.com/CoCreate-app/CoCreate-crud-server/commit/15b088ad50ecd57b77a442bf6f99bdae8fffdf09))
|
|
545
|
+
|
|
546
|
+
# [1.10.0](https://github.com/CoCreate-app/CoCreate-crud-server/compare/v1.9.2...v1.10.0) (2022-08-31)
|
|
547
|
+
|
|
548
|
+
|
|
549
|
+
### Features
|
|
550
|
+
|
|
551
|
+
* filter, query and sort collections ([6399e8c](https://github.com/CoCreate-app/CoCreate-crud-server/commit/6399e8ccae1a1ff713335d47b1bb73c7af154e85))
|
|
552
|
+
* rename and delete keys from db ([03d5387](https://github.com/CoCreate-app/CoCreate-crud-server/commit/03d5387c30512b4723a60a7439b71b86c7a6834d))
|
|
553
|
+
|
|
554
|
+
## [1.9.2](https://github.com/CoCreate-app/CoCreate-crud-server/compare/v1.9.1...v1.9.2) (2022-07-29)
|
|
555
|
+
|
|
556
|
+
|
|
557
|
+
### Bug Fixes
|
|
558
|
+
|
|
559
|
+
* set collection as collections for function readCollections ([73341cf](https://github.com/CoCreate-app/CoCreate-crud-server/commit/73341cfc11cab2c10f5f21ac791806f099fcdea0))
|
|
560
|
+
|
|
561
|
+
## [1.9.1](https://github.com/CoCreate-app/CoCreate-crud-server/compare/v1.9.0...v1.9.1) (2022-07-27)
|
|
562
|
+
|
|
563
|
+
|
|
564
|
+
### Bug Fixes
|
|
565
|
+
|
|
566
|
+
* typo with broadcasting collection messageName ([a3a9bea](https://github.com/CoCreate-app/CoCreate-crud-server/commit/a3a9beab885014fd0f90ce1c2b7e3c73014aa221))
|
|
567
|
+
|
|
568
|
+
# [1.9.0](https://github.com/CoCreate-app/CoCreate-crud-server/compare/v1.8.0...v1.9.0) (2022-07-25)
|
|
569
|
+
|
|
570
|
+
|
|
571
|
+
### Features
|
|
572
|
+
|
|
573
|
+
* crud support on collection names ([c569657](https://github.com/CoCreate-app/CoCreate-crud-server/commit/c569657f0ab339952c4aa72bbab2a7667c0f9986))
|
|
574
|
+
* update arrayValues to mongoDb dotNotation, removed isFlat ([ab2fb60](https://github.com/CoCreate-app/CoCreate-crud-server/commit/ab2fb601f660b3b96f7584ca66be1cb3902095eb))
|
|
575
|
+
|
|
576
|
+
# [1.8.0](https://github.com/CoCreate-app/CoCreate-crud-server/compare/v1.7.0...v1.8.0) (2022-05-29)
|
|
577
|
+
|
|
578
|
+
|
|
579
|
+
### Features
|
|
580
|
+
|
|
581
|
+
* added constructor ([6335895](https://github.com/CoCreate-app/CoCreate-crud-server/commit/6335895e052a34bb3c560f882db80a6abb5b1582))
|
|
582
|
+
* added constructor ([8af6d34](https://github.com/CoCreate-app/CoCreate-crud-server/commit/8af6d34d0551d8380043103f0cc598d071a057d4))
|
|
583
|
+
|
|
584
|
+
# [1.7.0](https://github.com/CoCreate-app/CoCreate-crud-server/compare/v1.6.0...v1.7.0) (2022-05-28)
|
|
585
|
+
|
|
586
|
+
|
|
587
|
+
### Features
|
|
588
|
+
|
|
589
|
+
* readDatabases returns a list of databases in DB ([5c65622](https://github.com/CoCreate-app/CoCreate-crud-server/commit/5c65622908c5a154ade344aab48fb36b816470d6))
|
|
590
|
+
|
|
591
|
+
# [1.6.0](https://github.com/CoCreate-app/CoCreate-crud-server/compare/v1.5.1...v1.6.0) (2022-05-25)
|
|
592
|
+
|
|
593
|
+
|
|
594
|
+
### Features
|
|
595
|
+
|
|
596
|
+
* auto detects and updates data type ([ddb1391](https://github.com/CoCreate-app/CoCreate-crud-server/commit/ddb1391928a8a7acccd8d9e4c920adfdeb63f002))
|
|
597
|
+
|
|
598
|
+
## [1.5.1](https://github.com/CoCreate-app/CoCreate-crud-server/compare/v1.5.0...v1.5.1) (2022-05-17)
|
|
599
|
+
|
|
600
|
+
|
|
601
|
+
### Bug Fixes
|
|
602
|
+
|
|
603
|
+
* get orgId from socketInfo ([da03da3](https://github.com/CoCreate-app/CoCreate-crud-server/commit/da03da39aa383c71a802bbbfa9ecea5b637c5262))
|
|
604
|
+
* reorder broadcast params ([96deccb](https://github.com/CoCreate-app/CoCreate-crud-server/commit/96deccb415e47dbfbfad4311985b3a7082cb57ff))
|
|
605
|
+
|
|
606
|
+
# [1.5.0](https://github.com/CoCreate-app/CoCreate-crud-server/compare/v1.4.4...v1.5.0) (2022-05-14)
|
|
607
|
+
|
|
608
|
+
|
|
609
|
+
### Features
|
|
610
|
+
|
|
611
|
+
* function readDocumentList has been renamed to readDocuments ([3081581](https://github.com/CoCreate-app/CoCreate-crud-server/commit/308158148dccc82411e625d8270e5dd107b7df94))
|
|
612
|
+
|
|
613
|
+
## [1.4.4](https://github.com/CoCreate-app/CoCreate-crud-server/compare/v1.4.3...v1.4.4) (2022-05-13)
|
|
614
|
+
|
|
615
|
+
|
|
616
|
+
### Bug Fixes
|
|
617
|
+
|
|
618
|
+
* removed readDocument error console.log ([0ca8012](https://github.com/CoCreate-app/CoCreate-crud-server/commit/0ca8012b3f9e1d2efccdfb4216bf1ccfe430b026))
|
|
619
|
+
|
|
620
|
+
## [1.4.3](https://github.com/CoCreate-app/CoCreate-crud-server/compare/v1.4.2...v1.4.3) (2022-05-12)
|
|
621
|
+
|
|
622
|
+
|
|
623
|
+
### Bug Fixes
|
|
624
|
+
|
|
625
|
+
* updateDocument now sends updated data ([f18d5e7](https://github.com/CoCreate-app/CoCreate-crud-server/commit/f18d5e7705658463326b276771825393603279e0))
|
|
626
|
+
|
|
627
|
+
## [1.4.2](https://github.com/CoCreate-app/CoCreate-crud-server/compare/v1.4.1...v1.4.2) (2022-05-12)
|
|
628
|
+
|
|
629
|
+
|
|
630
|
+
### Bug Fixes
|
|
631
|
+
|
|
632
|
+
* createDocument requires organization_id to be stored ([259f56d](https://github.com/CoCreate-app/CoCreate-crud-server/commit/259f56daadc6b9e148f054c0ba2cf04443122a6a))
|
|
633
|
+
|
|
634
|
+
## [1.4.1](https://github.com/CoCreate-app/CoCreate-crud-server/compare/v1.4.0...v1.4.1) (2022-05-06)
|
|
635
|
+
|
|
636
|
+
|
|
637
|
+
### Bug Fixes
|
|
638
|
+
|
|
639
|
+
* replace ObjectID with ObjectId due to mongodb depreciation ([93e4294](https://github.com/CoCreate-app/CoCreate-crud-server/commit/93e42944447357ec6a244b72ce968bbd8ff5c93d))
|
|
640
|
+
* update config organization_Id to organization_id ([996611b](https://github.com/CoCreate-app/CoCreate-crud-server/commit/996611baf2b2d3afbf895ef193ae15ba7226e77a))
|
|
641
|
+
|
|
642
|
+
# [1.4.0](https://github.com/CoCreate-app/CoCreate-crud-server/compare/v1.3.4...v1.4.0) (2022-04-01)
|
|
643
|
+
|
|
644
|
+
|
|
645
|
+
### Features
|
|
646
|
+
|
|
647
|
+
* readCollections to return a list of collections ([2ad15d4](https://github.com/CoCreate-app/CoCreate-crud-server/commit/2ad15d43baf22c6dabbf56582cac182dec8876ad))
|
|
648
|
+
|
|
649
|
+
## [1.3.4](https://github.com/CoCreate-app/CoCreate-crud-server/compare/v1.3.3...v1.3.4) (2022-03-06)
|
|
650
|
+
|
|
651
|
+
|
|
652
|
+
### Bug Fixes
|
|
653
|
+
|
|
654
|
+
* broadcast_sender if condition removed and handeled by socket ([c2a0a6d](https://github.com/CoCreate-app/CoCreate-crud-server/commit/c2a0a6d79d331e56160cd9ddaf8a7e521e2270e8))
|
|
655
|
+
* removed param isExact from broadcast as it can be handled by param room ([e709e36](https://github.com/CoCreate-app/CoCreate-crud-server/commit/e709e366493759399f371f2ffc3c630e415f8daa))
|
|
656
|
+
* update param roomInfo to socketInfo ([f50edc9](https://github.com/CoCreate-app/CoCreate-crud-server/commit/f50edc91ee4695f6a652fd8a8c943feac24ba80a))
|
|
657
|
+
|
|
658
|
+
## [1.3.3](https://github.com/CoCreate-app/CoCreate-crud-server/compare/v1.3.2...v1.3.3) (2022-03-05)
|
|
659
|
+
|
|
660
|
+
|
|
661
|
+
### Bug Fixes
|
|
662
|
+
|
|
663
|
+
* typo reponse to response ([bbc67bf](https://github.com/CoCreate-app/CoCreate-crud-server/commit/bbc67bf99652175a3a9f6ccbdd7cd08cf5a536ba))
|
|
664
|
+
|
|
665
|
+
## [1.3.2](https://github.com/CoCreate-app/CoCreate-crud-server/compare/v1.3.1...v1.3.2) (2022-03-04)
|
|
666
|
+
|
|
667
|
+
|
|
668
|
+
### Bug Fixes
|
|
669
|
+
|
|
670
|
+
* add self.wsManager ([537375e](https://github.com/CoCreate-app/CoCreate-crud-server/commit/537375ec182242ff012f0ed11a6d3fe5f905ff26))
|
|
671
|
+
|
|
672
|
+
## [1.3.1](https://github.com/CoCreate-app/CoCreate-crud-server/compare/v1.3.0...v1.3.1) (2022-03-04)
|
|
673
|
+
|
|
674
|
+
|
|
675
|
+
### Bug Fixes
|
|
676
|
+
|
|
677
|
+
* bump version ([3b7adce](https://github.com/CoCreate-app/CoCreate-crud-server/commit/3b7adcef74cf426dc34d723478c44360a6f28219))
|
|
678
|
+
|
|
679
|
+
# [1.3.0](https://github.com/CoCreate-app/CoCreate-crud-server/compare/v1.2.10...v1.3.0) (2022-03-03)
|
|
680
|
+
|
|
681
|
+
|
|
682
|
+
### Bug Fixes
|
|
683
|
+
|
|
684
|
+
* moved files to there relative components ([a2b2f8c](https://github.com/CoCreate-app/CoCreate-crud-server/commit/a2b2f8c52a923cb4fad86331ff7121b19db3d527))
|
|
685
|
+
* remove securityCheck function, it has be replaced by permissions ([818b8d2](https://github.com/CoCreate-app/CoCreate-crud-server/commit/818b8d2e8631027242930633090510b579ecc914))
|
|
686
|
+
|
|
687
|
+
|
|
688
|
+
### Features
|
|
689
|
+
|
|
690
|
+
* deleteIndustry function ([ee85ff2](https://github.com/CoCreate-app/CoCreate-crud-server/commit/ee85ff2c09781159c4aa4950f209d785c32fcbab))
|
|
691
|
+
|
|
692
|
+
## [1.2.10](https://github.com/CoCreate-app/CoCreate-crud-server/compare/v1.2.9...v1.2.10) (2022-02-28)
|
|
693
|
+
|
|
694
|
+
|
|
695
|
+
### Bug Fixes
|
|
696
|
+
|
|
697
|
+
* moved index.js to src/ ([fdeb6c4](https://github.com/CoCreate-app/CoCreate-crud-server/commit/fdeb6c4a4ba4cc201e935268ad9d1feccdd4fbac))
|
|
698
|
+
|
|
699
|
+
## [1.2.9](https://github.com/CoCreate-app/CoCreate-crud-server/compare/v1.2.8...v1.2.9) (2022-02-28)
|
|
700
|
+
|
|
701
|
+
|
|
702
|
+
### Bug Fixes
|
|
703
|
+
|
|
704
|
+
* config docs wildcard * domain ([c2a5856](https://github.com/CoCreate-app/CoCreate-crud-server/commit/c2a58569460e0fa45c594f6b70d7ade32e703ebb))
|
|
705
|
+
* update param is_flat to isFlat ([40a9b61](https://github.com/CoCreate-app/CoCreate-crud-server/commit/40a9b61408b5379aef3a798e1fdbc64016c3e980))
|
|
706
|
+
* updated is_flat to default false ([f0c2f00](https://github.com/CoCreate-app/CoCreate-crud-server/commit/f0c2f002c33ff8d0e1f3b306a2999cced5535936))
|
|
707
|
+
|
|
708
|
+
## [1.2.8](https://github.com/CoCreate-app/CoCreate-crud-server/compare/v1.2.7...v1.2.8) (2022-02-16)
|
|
709
|
+
|
|
710
|
+
|
|
711
|
+
### Bug Fixes
|
|
712
|
+
|
|
713
|
+
* update dependencies ([1efd2d6](https://github.com/CoCreate-app/CoCreate-crud-server/commit/1efd2d680a81c43c421e3a1118c0da288b85b17c))
|
|
714
|
+
|
|
715
|
+
## [1.2.7](https://github.com/CoCreate-app/CoCreate-crud-server/compare/v1.2.6...v1.2.7) (2022-02-09)
|
|
716
|
+
|
|
717
|
+
|
|
718
|
+
### Bug Fixes
|
|
719
|
+
|
|
720
|
+
* add document_id to CoCreate.config ([f649cb4](https://github.com/CoCreate-app/CoCreate-crud-server/commit/f649cb45ff2ee1937d3e0ff28db981f9a26ca80e))
|
|
721
|
+
|
|
722
|
+
## [1.2.6](https://github.com/CoCreate-app/CoCreate-crud-server/compare/v1.2.5...v1.2.6) (2022-02-09)
|
|
723
|
+
|
|
724
|
+
|
|
725
|
+
### Bug Fixes
|
|
726
|
+
|
|
727
|
+
* update CoCreate.config.js, bump @cocreate/docs version ([0685184](https://github.com/CoCreate-app/CoCreate-crud-server/commit/06851842ca7b786d3f3b939d1942918493f092e2))
|
|
728
|
+
|
|
729
|
+
## [1.2.5](https://github.com/CoCreate-app/CoCreate-crud-server/compare/v1.2.4...v1.2.5) (2021-11-11)
|
|
730
|
+
|
|
731
|
+
|
|
732
|
+
### Bug Fixes
|
|
733
|
+
|
|
734
|
+
* licensing information ([63a3e14](https://github.com/CoCreate-app/CoCreate-crud-server/commit/63a3e142777a6e2ef97cb9b304d7ec17877304d8))
|
|
735
|
+
* update readme ([f1ab97b](https://github.com/CoCreate-app/CoCreate-crud-server/commit/f1ab97bbef8e09ecbcf760439ab0b8973029c282))
|
|
736
|
+
|
|
737
|
+
## [1.2.4](https://github.com/CoCreate-app/CoCreate-crud-server/compare/v1.2.3...v1.2.4) (2021-11-11)
|
|
738
|
+
|
|
739
|
+
|
|
740
|
+
### Bug Fixes
|
|
741
|
+
|
|
742
|
+
* update .gitignore ([58befdb](https://github.com/CoCreate-app/CoCreate-crud-server/commit/58befdb99b350cfc0a6f2f6c556c9fce0042ceb6))
|
|
743
|
+
|
|
744
|
+
## [1.2.3](https://github.com/CoCreate-app/CoCreate-crud-server/compare/v1.2.2...v1.2.3) (2021-11-11)
|
|
745
|
+
|
|
746
|
+
|
|
747
|
+
### Bug Fixes
|
|
748
|
+
|
|
749
|
+
* missing mongodb ([2938d8c](https://github.com/CoCreate-app/CoCreate-crud-server/commit/2938d8c4f28690d6a3e83867015327d4fa9f009a))
|
|
750
|
+
|
|
751
|
+
## [1.2.2](https://github.com/CoCreate-app/CoCreate-crud-server/compare/v1.2.1...v1.2.2) (2021-11-07)
|
|
752
|
+
|
|
753
|
+
|
|
754
|
+
### Bug Fixes
|
|
755
|
+
|
|
756
|
+
* typo in readme ([cddd7a7](https://github.com/CoCreate-app/CoCreate-crud-server/commit/cddd7a73fd0e5d4b559dd5129ea24bbb20614d36))
|
|
757
|
+
|
|
758
|
+
## [1.2.1](https://github.com/CoCreate-app/CoCreate-crud-server/compare/v1.2.0...v1.2.1) (2021-11-07)
|
|
759
|
+
|
|
760
|
+
|
|
761
|
+
### Bug Fixes
|
|
762
|
+
|
|
763
|
+
* package made public ([19e40a1](https://github.com/CoCreate-app/CoCreate-crud-server/commit/19e40a1c2cc2e1fda3ffa21d484e8b49c0338a40))
|
|
764
|
+
|
|
765
|
+
# [1.2.0](https://github.com/CoCreate-app/CoCreate-crud-server/compare/v1.1.10...v1.2.0) (2021-10-11)
|
|
766
|
+
|
|
767
|
+
|
|
768
|
+
### Features
|
|
769
|
+
|
|
770
|
+
* unique.js returns true or false for a name:value in a collection ([9451315](https://github.com/CoCreate-app/CoCreate-crud-server/commit/94513152cdbefef214f2863ec451b4dab67ab391))
|
|
771
|
+
|
|
772
|
+
## [1.1.10](https://github.com/CoCreate-app/CoCreate-crud-server/compare/v1.1.9...v1.1.10) (2021-07-28)
|
|
773
|
+
|
|
774
|
+
|
|
775
|
+
### Bug Fixes
|
|
776
|
+
|
|
777
|
+
* removed data- from crud, fetch, filter and pass attributes ([f42cb1a](https://github.com/CoCreate-app/CoCreate-crud-server/commit/f42cb1aec8e8e47f611b2208c3d9c3f981246037))
|
|
778
|
+
|
|
779
|
+
## [1.1.9](https://github.com/CoCreate-app/CoCreate-crud-server/compare/v1.1.8...v1.1.9) (2021-07-26)
|
|
780
|
+
|
|
781
|
+
|
|
782
|
+
### Bug Fixes
|
|
783
|
+
|
|
784
|
+
* refactored to newOrg_id convention ([78ba5b8](https://github.com/CoCreate-app/CoCreate-crud-server/commit/78ba5b8f27438cd8d898ff8a5c7955f321d557c9))
|
|
785
|
+
|
|
786
|
+
## [1.1.8](https://github.com/CoCreate-app/CoCreate-crud-server/compare/v1.1.7...v1.1.8) (2021-07-26)
|
|
787
|
+
|
|
788
|
+
|
|
789
|
+
### Bug Fixes
|
|
790
|
+
|
|
791
|
+
* create org in masterDb ([c15e92e](https://github.com/CoCreate-app/CoCreate-crud-server/commit/c15e92eb29bdf519a19d0ab3db7a0e8379568430))
|
|
792
|
+
|
|
793
|
+
## [1.1.7](https://github.com/CoCreate-app/CoCreate-crud-server/compare/v1.1.6...v1.1.7) (2021-07-23)
|
|
794
|
+
|
|
795
|
+
|
|
796
|
+
### Bug Fixes
|
|
797
|
+
|
|
798
|
+
* industry creates in org defined in config ([5cf9139](https://github.com/CoCreate-app/CoCreate-crud-server/commit/5cf91399a34b800ae3253f4fcd2785eb52f3cd9b))
|
|
799
|
+
|
|
800
|
+
## [1.1.6](https://github.com/CoCreate-app/CoCreate-crud-server/compare/v1.1.5...v1.1.6) (2021-07-22)
|
|
801
|
+
|
|
802
|
+
|
|
803
|
+
### Bug Fixes
|
|
804
|
+
|
|
805
|
+
* createIndustryNew renamed to createIndustry ([7fd343f](https://github.com/CoCreate-app/CoCreate-crud-server/commit/7fd343f3d5a20c7cb0c52f49fc67f8921fd8bbe3))
|
|
806
|
+
|
|
807
|
+
## [1.1.5](https://github.com/CoCreate-app/CoCreate-crud-server/compare/v1.1.4...v1.1.5) (2021-07-17)
|
|
808
|
+
|
|
809
|
+
|
|
810
|
+
### Bug Fixes
|
|
811
|
+
|
|
797
812
|
* add release.config ([dfa3395](https://github.com/CoCreate-app/CoCreate-crud-server/commit/dfa3395540e0e2a434f58bfa5704eb77ebd13f57))
|