@cocreate/server-side-render 1.3.36 → 1.3.38
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 +527 -512
- package/CONTRIBUTING.md +96 -96
- package/CoCreate.config.js +25 -25
- package/LICENSE +21 -21
- package/README.md +81 -81
- package/demo/index.html +21 -21
- package/docs/index.html +203 -67
- package/package.json +4 -4
- package/release.config.js +21 -21
- package/src/index.js +94 -94
package/CHANGELOG.md
CHANGED
|
@@ -1,513 +1,528 @@
|
|
|
1
|
-
## [1.3.
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
### Bug Fixes
|
|
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
|
-
## [1.3.
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
### Bug Fixes
|
|
160
|
-
|
|
161
|
-
* bump
|
|
162
|
-
|
|
163
|
-
## [1.3.
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
### Bug Fixes
|
|
167
|
-
|
|
168
|
-
* bump dependencies ([
|
|
169
|
-
* update cdn ([
|
|
170
|
-
|
|
171
|
-
## [1.3.
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
### Bug Fixes
|
|
175
|
-
|
|
176
|
-
*
|
|
177
|
-
|
|
178
|
-
## [1.3.
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
### Bug Fixes
|
|
182
|
-
|
|
183
|
-
* bump dependencies ([
|
|
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
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
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
|
-
# 1.0.0 (2022-
|
|
509
|
-
|
|
510
|
-
|
|
511
|
-
### Features
|
|
512
|
-
|
|
1
|
+
## [1.3.38](https://github.com/CoCreate-app/CoCreate-server-side-render/compare/v1.3.37...v1.3.38) (2023-06-04)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* [@v3](https://github.com/v3) ([46049c4](https://github.com/CoCreate-app/CoCreate-server-side-render/commit/46049c49ba3e70f794d6657e8afc088d66645fe7))
|
|
7
|
+
* html formating ([a57f8c2](https://github.com/CoCreate-app/CoCreate-server-side-render/commit/a57f8c248b38083b98ea2fb9918916ffbc517627))
|
|
8
|
+
|
|
9
|
+
## [1.3.37](https://github.com/CoCreate-app/CoCreate-server-side-render/compare/v1.3.36...v1.3.37) (2023-05-25)
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
### Bug Fixes
|
|
13
|
+
|
|
14
|
+
* Update dependencies versions ([a64c263](https://github.com/CoCreate-app/CoCreate-server-side-render/commit/a64c2639e8a15bd7d7d88b8a985f4e27f4994bbc))
|
|
15
|
+
|
|
16
|
+
## [1.3.36](https://github.com/CoCreate-app/CoCreate-server-side-render/compare/v1.3.35...v1.3.36) (2023-05-20)
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
### Bug Fixes
|
|
20
|
+
|
|
21
|
+
* updated dependencies to their latest versions ([4d24086](https://github.com/CoCreate-app/CoCreate-server-side-render/commit/4d2408696f7a87df8cad4019e70518cb636defaa))
|
|
22
|
+
|
|
23
|
+
## [1.3.35](https://github.com/CoCreate-app/CoCreate-server-side-render/compare/v1.3.34...v1.3.35) (2023-05-11)
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
### Bug Fixes
|
|
27
|
+
|
|
28
|
+
* replace key ([6ddb739](https://github.com/CoCreate-app/CoCreate-server-side-render/commit/6ddb739d4d961c99dd2dc9166d9df4d424b53f10))
|
|
29
|
+
|
|
30
|
+
## [1.3.34](https://github.com/CoCreate-app/CoCreate-server-side-render/compare/v1.3.33...v1.3.34) (2023-05-10)
|
|
31
|
+
|
|
32
|
+
|
|
33
|
+
### Bug Fixes
|
|
34
|
+
|
|
35
|
+
* apikey renamed to key ([d4e8b3d](https://github.com/CoCreate-app/CoCreate-server-side-render/commit/d4e8b3d02c7128a2a528ec86b5e7af5928d5b8c6))
|
|
36
|
+
|
|
37
|
+
## [1.3.33](https://github.com/CoCreate-app/CoCreate-server-side-render/compare/v1.3.32...v1.3.33) (2023-04-24)
|
|
38
|
+
|
|
39
|
+
|
|
40
|
+
### Bug Fixes
|
|
41
|
+
|
|
42
|
+
* removed uglify.js from dev dependencies ([5141c4d](https://github.com/CoCreate-app/CoCreate-server-side-render/commit/5141c4d615341144998b6b101c917a78b4bdad9a))
|
|
43
|
+
|
|
44
|
+
## [1.3.32](https://github.com/CoCreate-app/CoCreate-server-side-render/compare/v1.3.31...v1.3.32) (2023-04-11)
|
|
45
|
+
|
|
46
|
+
|
|
47
|
+
### Bug Fixes
|
|
48
|
+
|
|
49
|
+
* renamed domans to hosts ([0d631eb](https://github.com/CoCreate-app/CoCreate-server-side-render/commit/0d631ebe1986ca0f79488b707c18ed605bd2fead))
|
|
50
|
+
|
|
51
|
+
## [1.3.31](https://github.com/CoCreate-app/CoCreate-server-side-render/compare/v1.3.30...v1.3.31) (2023-02-01)
|
|
52
|
+
|
|
53
|
+
|
|
54
|
+
### Bug Fixes
|
|
55
|
+
|
|
56
|
+
* bump dependencies ([a242eb7](https://github.com/CoCreate-app/CoCreate-server-side-render/commit/a242eb74e13cc2bc3c1f6e4f0a8801a80ff03656))
|
|
57
|
+
|
|
58
|
+
## [1.3.30](https://github.com/CoCreate-app/CoCreate-server-side-render/compare/v1.3.29...v1.3.30) (2023-01-31)
|
|
59
|
+
|
|
60
|
+
|
|
61
|
+
### Bug Fixes
|
|
62
|
+
|
|
63
|
+
* bump dependencies ([e764436](https://github.com/CoCreate-app/CoCreate-server-side-render/commit/e764436dc7bbc523487806ec34b3e15243b8f6af))
|
|
64
|
+
|
|
65
|
+
## [1.3.29](https://github.com/CoCreate-app/CoCreate-server-side-render/compare/v1.3.28...v1.3.29) (2023-01-30)
|
|
66
|
+
|
|
67
|
+
|
|
68
|
+
### Bug Fixes
|
|
69
|
+
|
|
70
|
+
* bump dependencies ([5baf8ad](https://github.com/CoCreate-app/CoCreate-server-side-render/commit/5baf8adc2a90902f07ca1da4c96c227398cc289a))
|
|
71
|
+
|
|
72
|
+
## [1.3.28](https://github.com/CoCreate-app/CoCreate-server-side-render/compare/v1.3.27...v1.3.28) (2023-01-29)
|
|
73
|
+
|
|
74
|
+
|
|
75
|
+
### Bug Fixes
|
|
76
|
+
|
|
77
|
+
* bump dependencies ([0ecc5ab](https://github.com/CoCreate-app/CoCreate-server-side-render/commit/0ecc5ab43d4232d4eaff7f814b37fd43ea69e878))
|
|
78
|
+
|
|
79
|
+
## [1.3.27](https://github.com/CoCreate-app/CoCreate-server-side-render/compare/v1.3.26...v1.3.27) (2023-01-29)
|
|
80
|
+
|
|
81
|
+
|
|
82
|
+
### Bug Fixes
|
|
83
|
+
|
|
84
|
+
* bump dependencies ([7d06eed](https://github.com/CoCreate-app/CoCreate-server-side-render/commit/7d06eed288801ad3253fee9ef33d25f57c10ae17))
|
|
85
|
+
|
|
86
|
+
## [1.3.26](https://github.com/CoCreate-app/CoCreate-server-side-render/compare/v1.3.25...v1.3.26) (2023-01-28)
|
|
87
|
+
|
|
88
|
+
|
|
89
|
+
### Bug Fixes
|
|
90
|
+
|
|
91
|
+
* bump dependencies ([5f915f3](https://github.com/CoCreate-app/CoCreate-server-side-render/commit/5f915f31ecc2981ca1d65d3c25a3cae63d89b3a1))
|
|
92
|
+
|
|
93
|
+
## [1.3.25](https://github.com/CoCreate-app/CoCreate-server-side-render/compare/v1.3.24...v1.3.25) (2023-01-13)
|
|
94
|
+
|
|
95
|
+
|
|
96
|
+
### Bug Fixes
|
|
97
|
+
|
|
98
|
+
* bump dependencies ([1b87028](https://github.com/CoCreate-app/CoCreate-server-side-render/commit/1b87028ec9f5e8325266b0f16f8ecc4764428da1))
|
|
99
|
+
|
|
100
|
+
## [1.3.24](https://github.com/CoCreate-app/CoCreate-server-side-render/compare/v1.3.23...v1.3.24) (2023-01-10)
|
|
101
|
+
|
|
102
|
+
|
|
103
|
+
### Bug Fixes
|
|
104
|
+
|
|
105
|
+
* bump dependencies ([89c82ca](https://github.com/CoCreate-app/CoCreate-server-side-render/commit/89c82cafd2679e8ff40ede9f5bab5de789977cb4))
|
|
106
|
+
|
|
107
|
+
## [1.3.23](https://github.com/CoCreate-app/CoCreate-server-side-render/compare/v1.3.22...v1.3.23) (2023-01-09)
|
|
108
|
+
|
|
109
|
+
|
|
110
|
+
### Bug Fixes
|
|
111
|
+
|
|
112
|
+
* bump dependnecies ([e798906](https://github.com/CoCreate-app/CoCreate-server-side-render/commit/e798906f2fccd74433fa789f4ca3dbaa46fe11d2))
|
|
113
|
+
|
|
114
|
+
## [1.3.22](https://github.com/CoCreate-app/CoCreate-server-side-render/compare/v1.3.21...v1.3.22) (2023-01-06)
|
|
115
|
+
|
|
116
|
+
|
|
117
|
+
### Bug Fixes
|
|
118
|
+
|
|
119
|
+
* bump dependencies, worklow [@v3](https://github.com/v3) ([2e376b6](https://github.com/CoCreate-app/CoCreate-server-side-render/commit/2e376b609c71e891f3fe1009928a073d011777cf))
|
|
120
|
+
|
|
121
|
+
## [1.3.21](https://github.com/CoCreate-app/CoCreate-server-side-render/compare/v1.3.20...v1.3.21) (2023-01-05)
|
|
122
|
+
|
|
123
|
+
|
|
124
|
+
### Bug Fixes
|
|
125
|
+
|
|
126
|
+
* bump dependencies ([971d30e](https://github.com/CoCreate-app/CoCreate-server-side-render/commit/971d30ee2d2c88eb443e6ab39eb919b65c55b45c))
|
|
127
|
+
|
|
128
|
+
## [1.3.20](https://github.com/CoCreate-app/CoCreate-server-side-render/compare/v1.3.19...v1.3.20) (2023-01-01)
|
|
129
|
+
|
|
130
|
+
|
|
131
|
+
### Bug Fixes
|
|
132
|
+
|
|
133
|
+
* docs sanbox overflow ([0176f11](https://github.com/CoCreate-app/CoCreate-server-side-render/commit/0176f113a56e6d53d5e43adbf25d08c52f5f07fa))
|
|
134
|
+
|
|
135
|
+
## [1.3.19](https://github.com/CoCreate-app/CoCreate-server-side-render/compare/v1.3.18...v1.3.19) (2022-12-31)
|
|
136
|
+
|
|
137
|
+
|
|
138
|
+
### Bug Fixes
|
|
139
|
+
|
|
140
|
+
* bump dependencies ([8bb774e](https://github.com/CoCreate-app/CoCreate-server-side-render/commit/8bb774e057039336659d61fe7e2dff1c1cff77dc))
|
|
141
|
+
|
|
142
|
+
## [1.3.18](https://github.com/CoCreate-app/CoCreate-server-side-render/compare/v1.3.17...v1.3.18) (2022-12-30)
|
|
143
|
+
|
|
144
|
+
|
|
145
|
+
### Bug Fixes
|
|
146
|
+
|
|
147
|
+
* update config sources to use template braces with entry on src ([2a86916](https://github.com/CoCreate-app/CoCreate-server-side-render/commit/2a869169e5c37123addfd308a28d9612410e2bc3))
|
|
148
|
+
|
|
149
|
+
## [1.3.17](https://github.com/CoCreate-app/CoCreate-server-side-render/compare/v1.3.16...v1.3.17) (2022-12-29)
|
|
150
|
+
|
|
151
|
+
|
|
152
|
+
### Bug Fixes
|
|
153
|
+
|
|
154
|
+
* bump dependencies ([6d59916](https://github.com/CoCreate-app/CoCreate-server-side-render/commit/6d5991674ea404154e0974db820ac3cb2b23d4c0))
|
|
155
|
+
|
|
156
|
+
## [1.3.16](https://github.com/CoCreate-app/CoCreate-server-side-render/compare/v1.3.15...v1.3.16) (2022-12-27)
|
|
157
|
+
|
|
158
|
+
|
|
159
|
+
### Bug Fixes
|
|
160
|
+
|
|
161
|
+
* bump dependencies ([051fed6](https://github.com/CoCreate-app/CoCreate-server-side-render/commit/051fed6cfb2147499cd46a21ee6274a7df531ec6))
|
|
162
|
+
|
|
163
|
+
## [1.3.15](https://github.com/CoCreate-app/CoCreate-server-side-render/compare/v1.3.14...v1.3.15) (2022-12-25)
|
|
164
|
+
|
|
165
|
+
|
|
166
|
+
### Bug Fixes
|
|
167
|
+
|
|
168
|
+
* bump dependencies ([23a119a](https://github.com/CoCreate-app/CoCreate-server-side-render/commit/23a119a03e58eee244ed7e5a820280f05a159631))
|
|
169
|
+
* update cdn to latest ([41b1783](https://github.com/CoCreate-app/CoCreate-server-side-render/commit/41b1783e327beffc002e18b8414fb5c07351d954))
|
|
170
|
+
|
|
171
|
+
## [1.3.14](https://github.com/CoCreate-app/CoCreate-server-side-render/compare/v1.3.13...v1.3.14) (2022-12-23)
|
|
172
|
+
|
|
173
|
+
|
|
174
|
+
### Bug Fixes
|
|
175
|
+
|
|
176
|
+
* bump dependnecies ([8c108cf](https://github.com/CoCreate-app/CoCreate-server-side-render/commit/8c108cfb3ef6344fda044ec67357043cf8fa97b0))
|
|
177
|
+
|
|
178
|
+
## [1.3.13](https://github.com/CoCreate-app/CoCreate-server-side-render/compare/v1.3.12...v1.3.13) (2022-12-22)
|
|
179
|
+
|
|
180
|
+
|
|
181
|
+
### Bug Fixes
|
|
182
|
+
|
|
183
|
+
* bump dependencies ([000a474](https://github.com/CoCreate-app/CoCreate-server-side-render/commit/000a474895bfc119fb8e33719d2c56efcab6ec43))
|
|
184
|
+
* update cdn ([ff20d05](https://github.com/CoCreate-app/CoCreate-server-side-render/commit/ff20d05f16844b94928c12acb12901445c6bd89a))
|
|
185
|
+
|
|
186
|
+
## [1.3.12](https://github.com/CoCreate-app/CoCreate-server-side-render/compare/v1.3.11...v1.3.12) (2022-12-22)
|
|
187
|
+
|
|
188
|
+
|
|
189
|
+
### Bug Fixes
|
|
190
|
+
|
|
191
|
+
* update demos and bump dependencies ([3ac197a](https://github.com/CoCreate-app/CoCreate-server-side-render/commit/3ac197a44ac5e2817f2797a571610f9800813ba0))
|
|
192
|
+
|
|
193
|
+
## [1.3.11](https://github.com/CoCreate-app/CoCreate-server-side-render/compare/v1.3.10...v1.3.11) (2022-12-21)
|
|
194
|
+
|
|
195
|
+
|
|
196
|
+
### Bug Fixes
|
|
197
|
+
|
|
198
|
+
* bump dependencies ([294fbdb](https://github.com/CoCreate-app/CoCreate-server-side-render/commit/294fbdb8853e111efda5f975af88b7e56745ae8f))
|
|
199
|
+
|
|
200
|
+
## [1.3.10](https://github.com/CoCreate-app/CoCreate-server-side-render/compare/v1.3.9...v1.3.10) (2022-12-20)
|
|
201
|
+
|
|
202
|
+
|
|
203
|
+
### Bug Fixes
|
|
204
|
+
|
|
205
|
+
* bump dependencies ([4947763](https://github.com/CoCreate-app/CoCreate-server-side-render/commit/49477634fa2f4b488c54045ea10bdbf003bb326f))
|
|
206
|
+
|
|
207
|
+
## [1.3.9](https://github.com/CoCreate-app/CoCreate-server-side-render/compare/v1.3.8...v1.3.9) (2022-12-13)
|
|
208
|
+
|
|
209
|
+
|
|
210
|
+
### Bug Fixes
|
|
211
|
+
|
|
212
|
+
* removed un used devDependencies ([bbc06ae](https://github.com/CoCreate-app/CoCreate-server-side-render/commit/bbc06ae66408a5f3f9aa79a1f990395651078931))
|
|
213
|
+
|
|
214
|
+
## [1.3.8](https://github.com/CoCreate-app/CoCreate-server-side-render/compare/v1.3.7...v1.3.8) (2022-12-13)
|
|
215
|
+
|
|
216
|
+
|
|
217
|
+
### Bug Fixes
|
|
218
|
+
|
|
219
|
+
* bump dependencies ([a26eed7](https://github.com/CoCreate-app/CoCreate-server-side-render/commit/a26eed77eba31312998325033ccb688da65015d3))
|
|
220
|
+
|
|
221
|
+
## [1.3.7](https://github.com/CoCreate-app/CoCreate-server-side-render/compare/v1.3.6...v1.3.7) (2022-12-12)
|
|
222
|
+
|
|
223
|
+
|
|
224
|
+
### Bug Fixes
|
|
225
|
+
|
|
226
|
+
* bump dependencies ([49a4360](https://github.com/CoCreate-app/CoCreate-server-side-render/commit/49a4360abc44123646ece8888f5ce2313ffbf0ef))
|
|
227
|
+
|
|
228
|
+
## [1.3.6](https://github.com/CoCreate-app/CoCreate-server-side-render/compare/v1.3.5...v1.3.6) (2022-12-11)
|
|
229
|
+
|
|
230
|
+
|
|
231
|
+
### Bug Fixes
|
|
232
|
+
|
|
233
|
+
* bump dependencies ([8df5fcb](https://github.com/CoCreate-app/CoCreate-server-side-render/commit/8df5fcb3aadb9695e909419e5d8fa9214c5e70a5))
|
|
234
|
+
|
|
235
|
+
## [1.3.5](https://github.com/CoCreate-app/CoCreate-server-side-render/compare/v1.3.4...v1.3.5) (2022-12-09)
|
|
236
|
+
|
|
237
|
+
|
|
238
|
+
### Bug Fixes
|
|
239
|
+
|
|
240
|
+
* bump dependencies ([2f44b81](https://github.com/CoCreate-app/CoCreate-server-side-render/commit/2f44b81d7f08b4283018abd8a306775a5b1e6bc2))
|
|
241
|
+
|
|
242
|
+
## [1.3.4](https://github.com/CoCreate-app/CoCreate-server-side-render/compare/v1.3.3...v1.3.4) (2022-12-08)
|
|
243
|
+
|
|
244
|
+
|
|
245
|
+
### Bug Fixes
|
|
246
|
+
|
|
247
|
+
* update readme ([4650f64](https://github.com/CoCreate-app/CoCreate-server-side-render/commit/4650f64419a20c4e2fa9747b094b08c51b318597))
|
|
248
|
+
|
|
249
|
+
## [1.3.3](https://github.com/CoCreate-app/CoCreate-server-side-render/compare/v1.3.2...v1.3.3) (2022-12-08)
|
|
250
|
+
|
|
251
|
+
|
|
252
|
+
### Bug Fixes
|
|
253
|
+
|
|
254
|
+
* bump node-html-parser to 6.1.4 ([0d53608](https://github.com/CoCreate-app/CoCreate-server-side-render/commit/0d53608ee7389bf65c0484e77d229d7521a9d78a))
|
|
255
|
+
|
|
256
|
+
## [1.3.2](https://github.com/CoCreate-app/CoCreate-server-side-render/compare/v1.3.1...v1.3.2) (2022-12-08)
|
|
257
|
+
|
|
258
|
+
|
|
259
|
+
### Bug Fixes
|
|
260
|
+
|
|
261
|
+
* bump dependencies ([08f768d](https://github.com/CoCreate-app/CoCreate-server-side-render/commit/08f768d83831e701c43a4a5e4ef3fd2c0dbde42a))
|
|
262
|
+
|
|
263
|
+
## [1.3.1](https://github.com/CoCreate-app/CoCreate-server-side-render/compare/v1.3.0...v1.3.1) (2022-12-08)
|
|
264
|
+
|
|
265
|
+
|
|
266
|
+
### Bug Fixes
|
|
267
|
+
|
|
268
|
+
* bump @cocreate/utils ([dabbd9e](https://github.com/CoCreate-app/CoCreate-server-side-render/commit/dabbd9e31f28230183ce9d4523ad28b1f7dd9a35))
|
|
269
|
+
|
|
270
|
+
# [1.3.0](https://github.com/CoCreate-app/CoCreate-server-side-render/compare/v1.2.12...v1.3.0) (2022-12-08)
|
|
271
|
+
|
|
272
|
+
|
|
273
|
+
### Features
|
|
274
|
+
|
|
275
|
+
* @cocreate/util checkValue to check if attributes have templating brackets {{}} ([280bcb1](https://github.com/CoCreate-app/CoCreate-server-side-render/commit/280bcb18c28e6e3595db2d241d373796258afff8))
|
|
276
|
+
|
|
277
|
+
## [1.2.12](https://github.com/CoCreate-app/CoCreate-server-side-render/compare/v1.2.11...v1.2.12) (2022-12-07)
|
|
278
|
+
|
|
279
|
+
|
|
280
|
+
### Bug Fixes
|
|
281
|
+
|
|
282
|
+
* bump dependencies ([e793f71](https://github.com/CoCreate-app/CoCreate-server-side-render/commit/e793f7199928b87f5c8c0f5c117b0c5eb4a94f83))
|
|
283
|
+
|
|
284
|
+
## [1.2.11](https://github.com/CoCreate-app/CoCreate-server-side-render/compare/v1.2.10...v1.2.11) (2022-12-06)
|
|
285
|
+
|
|
286
|
+
|
|
287
|
+
### Bug Fixes
|
|
288
|
+
|
|
289
|
+
* upate response message ([fbdddd0](https://github.com/CoCreate-app/CoCreate-server-side-render/commit/fbdddd04d9c215ed15841ab85aeaf23008a13454))
|
|
290
|
+
|
|
291
|
+
## [1.2.10](https://github.com/CoCreate-app/CoCreate-server-side-render/compare/v1.2.9...v1.2.10) (2022-12-06)
|
|
292
|
+
|
|
293
|
+
|
|
294
|
+
### Bug Fixes
|
|
295
|
+
|
|
296
|
+
* removed testing console.logs ([c81d833](https://github.com/CoCreate-app/CoCreate-server-side-render/commit/c81d8339b7f4c16fbc92c5d1d1d6a35c0f55bf33))
|
|
297
|
+
|
|
298
|
+
## [1.2.9](https://github.com/CoCreate-app/CoCreate-server-side-render/compare/v1.2.8...v1.2.9) (2022-12-05)
|
|
299
|
+
|
|
300
|
+
|
|
301
|
+
### Bug Fixes
|
|
302
|
+
|
|
303
|
+
* testing ([77f48ae](https://github.com/CoCreate-app/CoCreate-server-side-render/commit/77f48ae66a8ed1e268d17b2ce4d5e23684e93df4))
|
|
304
|
+
|
|
305
|
+
## [1.2.8](https://github.com/CoCreate-app/CoCreate-server-side-render/compare/v1.2.7...v1.2.8) (2022-12-05)
|
|
306
|
+
|
|
307
|
+
|
|
308
|
+
### Bug Fixes
|
|
309
|
+
|
|
310
|
+
* if condition document document[0] ([4bbcb1f](https://github.com/CoCreate-app/CoCreate-server-side-render/commit/4bbcb1f001a86ce8d7a7a4cb6e60eb2a533fdcb9))
|
|
311
|
+
|
|
312
|
+
## [1.2.7](https://github.com/CoCreate-app/CoCreate-server-side-render/compare/v1.2.6...v1.2.7) (2022-12-05)
|
|
313
|
+
|
|
314
|
+
|
|
315
|
+
### Bug Fixes
|
|
316
|
+
|
|
317
|
+
* console.logs ([9ce1187](https://github.com/CoCreate-app/CoCreate-server-side-render/commit/9ce1187f9cc2c69c47defe9a6d2c95a60ae0d093))
|
|
318
|
+
|
|
319
|
+
## [1.2.6](https://github.com/CoCreate-app/CoCreate-server-side-render/compare/v1.2.5...v1.2.6) (2022-12-05)
|
|
320
|
+
|
|
321
|
+
|
|
322
|
+
### Bug Fixes
|
|
323
|
+
|
|
324
|
+
* issue accessing crud ([4c55e21](https://github.com/CoCreate-app/CoCreate-server-side-render/commit/4c55e21af0cda561c52629c23ce4c41c23e30660))
|
|
325
|
+
|
|
326
|
+
## [1.2.5](https://github.com/CoCreate-app/CoCreate-server-side-render/compare/v1.2.4...v1.2.5) (2022-12-05)
|
|
327
|
+
|
|
328
|
+
|
|
329
|
+
### Bug Fixes
|
|
330
|
+
|
|
331
|
+
* ignoreElement ([87e4036](https://github.com/CoCreate-app/CoCreate-server-side-render/commit/87e40363c660398e2c99f9f2f3562422cc95ed8a))
|
|
332
|
+
|
|
333
|
+
## [1.2.4](https://github.com/CoCreate-app/CoCreate-server-side-render/compare/v1.2.3...v1.2.4) (2022-12-05)
|
|
334
|
+
|
|
335
|
+
|
|
336
|
+
### Bug Fixes
|
|
337
|
+
|
|
338
|
+
* workflow automation ([aad403d](https://github.com/CoCreate-app/CoCreate-server-side-render/commit/aad403df165176c263eed9ab192123895859e004))
|
|
339
|
+
|
|
340
|
+
## [1.2.3](https://github.com/CoCreate-app/CoCreate-server-side-render/compare/v1.2.2...v1.2.3) (2022-12-05)
|
|
341
|
+
|
|
342
|
+
|
|
343
|
+
### Bug Fixes
|
|
344
|
+
|
|
345
|
+
* missing this declartion ([d100f7f](https://github.com/CoCreate-app/CoCreate-server-side-render/commit/d100f7f8a11cd49d3b17e26c201d6e87d43f0343))
|
|
346
|
+
|
|
347
|
+
## [1.2.2](https://github.com/CoCreate-app/CoCreate-server-side-render/compare/v1.2.1...v1.2.2) (2022-12-05)
|
|
348
|
+
|
|
349
|
+
|
|
350
|
+
### Bug Fixes
|
|
351
|
+
|
|
352
|
+
* missing param organization_id ([642461c](https://github.com/CoCreate-app/CoCreate-server-side-render/commit/642461ce0b34a73268110333acaca6f0040309a5))
|
|
353
|
+
|
|
354
|
+
## [1.2.1](https://github.com/CoCreate-app/CoCreate-server-side-render/compare/v1.2.0...v1.2.1) (2022-12-04)
|
|
355
|
+
|
|
356
|
+
|
|
357
|
+
### Bug Fixes
|
|
358
|
+
|
|
359
|
+
* bump dependencies ([67b2c5d](https://github.com/CoCreate-app/CoCreate-server-side-render/commit/67b2c5d7d6cefac8359a8f3e9b51687b3f7db68a))
|
|
360
|
+
|
|
361
|
+
# [1.2.0](https://github.com/CoCreate-app/CoCreate-server-side-render/compare/v1.1.20...v1.2.0) (2022-12-04)
|
|
362
|
+
|
|
363
|
+
|
|
364
|
+
### Features
|
|
365
|
+
|
|
366
|
+
* replace mongodb with @cocreate/crud-server ([684c835](https://github.com/CoCreate-app/CoCreate-server-side-render/commit/684c8357e59bf7622367bc8e10c7f2388b60a87c))
|
|
367
|
+
|
|
368
|
+
## [1.1.20](https://github.com/CoCreate-app/CoCreate-server-side-render/compare/v1.1.19...v1.1.20) (2022-12-02)
|
|
369
|
+
|
|
370
|
+
|
|
371
|
+
### Bug Fixes
|
|
372
|
+
|
|
373
|
+
* docs ([f4479f4](https://github.com/CoCreate-app/CoCreate-server-side-render/commit/f4479f4ee375fefc6017581cc8d8642b998b879b))
|
|
374
|
+
|
|
375
|
+
## [1.1.19](https://github.com/CoCreate-app/CoCreate-server-side-render/compare/v1.1.18...v1.1.19) (2022-12-02)
|
|
376
|
+
|
|
377
|
+
|
|
378
|
+
### Bug Fixes
|
|
379
|
+
|
|
380
|
+
* bump dependencies ([34faacd](https://github.com/CoCreate-app/CoCreate-server-side-render/commit/34faacd4905084aefa77528367b0e2b2c628018d))
|
|
381
|
+
|
|
382
|
+
## [1.1.18](https://github.com/CoCreate-app/CoCreate-server-side-render/compare/v1.1.17...v1.1.18) (2022-11-28)
|
|
383
|
+
|
|
384
|
+
|
|
385
|
+
### Bug Fixes
|
|
386
|
+
|
|
387
|
+
* bump dependencies ([1ff296a](https://github.com/CoCreate-app/CoCreate-server-side-render/commit/1ff296aa7dc727547b8209646b9fbbd358063015))
|
|
388
|
+
|
|
389
|
+
## [1.1.17](https://github.com/CoCreate-app/CoCreate-server-side-render/compare/v1.1.16...v1.1.17) (2022-11-28)
|
|
390
|
+
|
|
391
|
+
|
|
392
|
+
### Bug Fixes
|
|
393
|
+
|
|
394
|
+
* bump dependencies ([8be9a1b](https://github.com/CoCreate-app/CoCreate-server-side-render/commit/8be9a1b201a612ab78e28a78b941d159172a9425))
|
|
395
|
+
|
|
396
|
+
## [1.1.16](https://github.com/CoCreate-app/CoCreate-server-side-render/compare/v1.1.15...v1.1.16) (2022-11-27)
|
|
397
|
+
|
|
398
|
+
|
|
399
|
+
### Bug Fixes
|
|
400
|
+
|
|
401
|
+
* bump dependencies ([97e1cfc](https://github.com/CoCreate-app/CoCreate-server-side-render/commit/97e1cfc131449c5eda446fb8451077614d7a3b1d))
|
|
402
|
+
|
|
403
|
+
## [1.1.15](https://github.com/CoCreate-app/CoCreate-server-side-render/compare/v1.1.14...v1.1.15) (2022-11-26)
|
|
404
|
+
|
|
405
|
+
|
|
406
|
+
### Bug Fixes
|
|
407
|
+
|
|
408
|
+
* bump dependencies ([4c1c2ca](https://github.com/CoCreate-app/CoCreate-server-side-render/commit/4c1c2ca5b449ea0d8d2bd175018034d3039efb40))
|
|
409
|
+
|
|
410
|
+
## [1.1.14](https://github.com/CoCreate-app/CoCreate-server-side-render/compare/v1.1.13...v1.1.14) (2022-11-25)
|
|
411
|
+
|
|
412
|
+
|
|
413
|
+
### Bug Fixes
|
|
414
|
+
|
|
415
|
+
* bump dependencies ([ad37313](https://github.com/CoCreate-app/CoCreate-server-side-render/commit/ad37313ad7e4200c17f4200dea602ff5627c5a09))
|
|
416
|
+
|
|
417
|
+
## [1.1.13](https://github.com/CoCreate-app/CoCreate-server-side-render/compare/v1.1.12...v1.1.13) (2022-11-24)
|
|
418
|
+
|
|
419
|
+
|
|
420
|
+
### Bug Fixes
|
|
421
|
+
|
|
422
|
+
* bump depenedencies ([08b09b5](https://github.com/CoCreate-app/CoCreate-server-side-render/commit/08b09b5e886a6c836bb5879bc01b2c9d54c02d9c))
|
|
423
|
+
|
|
424
|
+
## [1.1.12](https://github.com/CoCreate-app/CoCreate-server-side-render/compare/v1.1.11...v1.1.12) (2022-11-23)
|
|
425
|
+
|
|
426
|
+
|
|
427
|
+
### Bug Fixes
|
|
428
|
+
|
|
429
|
+
* bumped [@cocreate](https://github.com/cocreate) dependencies ([c6e3e59](https://github.com/CoCreate-app/CoCreate-server-side-render/commit/c6e3e59c424af44b631af36314cfd62e875c0fce))
|
|
430
|
+
|
|
431
|
+
## [1.1.11](https://github.com/CoCreate-app/CoCreate-server-side-render/compare/v1.1.10...v1.1.11) (2022-11-22)
|
|
432
|
+
|
|
433
|
+
|
|
434
|
+
### Bug Fixes
|
|
435
|
+
|
|
436
|
+
* workflow docs ([24e0565](https://github.com/CoCreate-app/CoCreate-server-side-render/commit/24e0565aa20d86d987d2e155ad79bf6f41791845))
|
|
437
|
+
|
|
438
|
+
## [1.1.10](https://github.com/CoCreate-app/CoCreate-server-side-render/compare/v1.1.9...v1.1.10) (2022-11-22)
|
|
439
|
+
|
|
440
|
+
|
|
441
|
+
### Bug Fixes
|
|
442
|
+
|
|
443
|
+
* apply src: {{source}} to CoCreate.config ([ca8ebc1](https://github.com/CoCreate-app/CoCreate-server-side-render/commit/ca8ebc1965a49b558650790c793c6ff2d3e4b260))
|
|
444
|
+
|
|
445
|
+
## [1.1.9](https://github.com/CoCreate-app/CoCreate-server-side-render/compare/v1.1.8...v1.1.9) (2022-11-21)
|
|
446
|
+
|
|
447
|
+
|
|
448
|
+
### Bug Fixes
|
|
449
|
+
|
|
450
|
+
* @cocreate/docs bug fix ([0867d3c](https://github.com/CoCreate-app/CoCreate-server-side-render/commit/0867d3c15b06aff4d2e90f5d67f8c10b0906fbae))
|
|
451
|
+
|
|
452
|
+
## [1.1.8](https://github.com/CoCreate-app/CoCreate-server-side-render/compare/v1.1.7...v1.1.8) (2022-11-21)
|
|
453
|
+
|
|
454
|
+
|
|
455
|
+
### Bug Fixes
|
|
456
|
+
|
|
457
|
+
* replaced document_id with document._id ([c548a1d](https://github.com/CoCreate-app/CoCreate-server-side-render/commit/c548a1d40a9229fb7b3db238e69fd16aab4e0827))
|
|
458
|
+
|
|
459
|
+
## [1.1.7](https://github.com/CoCreate-app/CoCreate-server-side-render/compare/v1.1.6...v1.1.7) (2022-11-21)
|
|
460
|
+
|
|
461
|
+
|
|
462
|
+
### Bug Fixes
|
|
463
|
+
|
|
464
|
+
* bump [@cocreate](https://github.com/cocreate) dependencies ([6000793](https://github.com/CoCreate-app/CoCreate-server-side-render/commit/6000793790dea6ad3fc1f978780835c3a3051d7f))
|
|
465
|
+
|
|
466
|
+
## [1.1.6](https://github.com/CoCreate-app/CoCreate-server-side-render/compare/v1.1.5...v1.1.6) (2022-11-21)
|
|
467
|
+
|
|
468
|
+
|
|
469
|
+
### Bug Fixes
|
|
470
|
+
|
|
471
|
+
* bump [@cocreate](https://github.com/cocreate) dependencies ([c3e1163](https://github.com/CoCreate-app/CoCreate-server-side-render/commit/c3e116304144789ffd3cadda7573fa048c4e863a))
|
|
472
|
+
|
|
473
|
+
## [1.1.5](https://github.com/CoCreate-app/CoCreate-server-side-render/compare/v1.1.4...v1.1.5) (2022-10-02)
|
|
474
|
+
|
|
475
|
+
|
|
476
|
+
### Bug Fixes
|
|
477
|
+
|
|
478
|
+
* bump dependencies ([dc26265](https://github.com/CoCreate-app/CoCreate-server-side-render/commit/dc262651c77360cdd3097012c3334aa796b7e52c))
|
|
479
|
+
|
|
480
|
+
## [1.1.4](https://github.com/CoCreate-app/CoCreate-server-side-render/compare/v1.1.3...v1.1.4) (2022-10-01)
|
|
481
|
+
|
|
482
|
+
|
|
483
|
+
### Bug Fixes
|
|
484
|
+
|
|
485
|
+
* bump [@cocreate](https://github.com/cocreate) dependencies ([2747458](https://github.com/CoCreate-app/CoCreate-server-side-render/commit/2747458472da1a96c6bd38adfbfcd45adf81bbd5))
|
|
486
|
+
|
|
487
|
+
## [1.1.3](https://github.com/CoCreate-app/CoCreate-server-side-render/compare/v1.1.2...v1.1.3) (2022-10-01)
|
|
488
|
+
|
|
489
|
+
|
|
490
|
+
### Bug Fixes
|
|
491
|
+
|
|
492
|
+
* bump dependencies ([972b0d0](https://github.com/CoCreate-app/CoCreate-server-side-render/commit/972b0d032f8125d7a8298d1d030b703a8eb256e9))
|
|
493
|
+
|
|
494
|
+
## [1.1.2](https://github.com/CoCreate-app/CoCreate-server-side-render/compare/v1.1.1...v1.1.2) (2022-09-01)
|
|
495
|
+
|
|
496
|
+
|
|
497
|
+
### Bug Fixes
|
|
498
|
+
|
|
499
|
+
* bump dependencies ([a118eb9](https://github.com/CoCreate-app/CoCreate-server-side-render/commit/a118eb97ecdbe9f3a04f13fa017f961bd9d21713))
|
|
500
|
+
|
|
501
|
+
## [1.1.1](https://github.com/CoCreate-app/CoCreate-server-side-render/compare/v1.1.0...v1.1.1) (2022-07-25)
|
|
502
|
+
|
|
503
|
+
|
|
504
|
+
### Bug Fixes
|
|
505
|
+
|
|
506
|
+
* replaced attribute pass-fetch_value with pass-filter-value ([7bf4963](https://github.com/CoCreate-app/CoCreate-server-side-render/commit/7bf4963ea04ef0effc6ba4f1380b10b84a763135))
|
|
507
|
+
|
|
508
|
+
# [1.1.0](https://github.com/CoCreate-app/CoCreate-server-side-render/compare/v1.0.1...v1.1.0) (2022-05-14)
|
|
509
|
+
|
|
510
|
+
|
|
511
|
+
### Features
|
|
512
|
+
|
|
513
|
+
* function readDocumentList has been renamed to readDocuments ([192e0f7](https://github.com/CoCreate-app/CoCreate-server-side-render/commit/192e0f719211030eead12ae9f84ee12c2a182966))
|
|
514
|
+
|
|
515
|
+
## [1.0.1](https://github.com/CoCreate-app/CoCreate-server-side-render/compare/v1.0.0...v1.0.1) (2022-05-06)
|
|
516
|
+
|
|
517
|
+
|
|
518
|
+
### Bug Fixes
|
|
519
|
+
|
|
520
|
+
* replace ObjectID with ObjectId due to mongodb depreciation ([7bde07f](https://github.com/CoCreate-app/CoCreate-server-side-render/commit/7bde07fe86d4aacfdc642cf3f2416b29d4baecf3))
|
|
521
|
+
* update config organization_Id to organization_id ([2d73097](https://github.com/CoCreate-app/CoCreate-server-side-render/commit/2d7309784ae2dc8dbe1e745e9b439708dc6e7494))
|
|
522
|
+
|
|
523
|
+
# 1.0.0 (2022-03-03)
|
|
524
|
+
|
|
525
|
+
|
|
526
|
+
### Features
|
|
527
|
+
|
|
513
528
|
* Intial Release ([f696620](https://github.com/CoCreate-app/CoCreate-server-side-render/commit/f696620881a71304e79e9a986b5a5fbc4b356b5b))
|