@promind/honey 1.34.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md ADDED
@@ -0,0 +1,563 @@
1
+ # @promind/honey
2
+
3
+ ## 1.34.5
4
+
5
+ ### Patch Changes
6
+
7
+ - Patch
8
+
9
+ ## 1.34.4
10
+
11
+ ### Patch Changes
12
+
13
+ - Patch
14
+
15
+ ## 1.34.3
16
+
17
+ ### Patch Changes
18
+
19
+ - Patch
20
+
21
+ ## 1.34.2
22
+
23
+ ### Patch Changes
24
+
25
+ - Patch
26
+
27
+ ## 1.34.1
28
+
29
+ ### Patch Changes
30
+
31
+ - Patch
32
+
33
+ ## 1.34.0
34
+
35
+ ### Minor Changes
36
+
37
+ - a4273b9: switch to knex for query building
38
+
39
+ ## 1.33.4
40
+
41
+ ### Patch Changes
42
+
43
+ - Patch
44
+
45
+ ## 1.33.3
46
+
47
+ ### Patch Changes
48
+
49
+ - Patch
50
+
51
+ ## 1.33.2
52
+
53
+ ### Patch Changes
54
+
55
+ - Patch
56
+
57
+ ## 1.33.1
58
+
59
+ ### Patch Changes
60
+
61
+ - Patch
62
+
63
+ ## 1.33.0
64
+
65
+ ### Minor Changes
66
+
67
+ - 84686ff: add support for override values in filters
68
+
69
+ ## 1.32.1
70
+
71
+ ### Patch Changes
72
+
73
+ - Patch
74
+
75
+ ## 1.32.0
76
+
77
+ ### Minor Changes
78
+
79
+ - f788ffb: add support for additional filter query to getbyid
80
+
81
+ ## 1.31.0
82
+
83
+ ### Minor Changes
84
+
85
+ - 01fe775: add support for additional filter query to updatebyid
86
+
87
+ ## 1.30.1
88
+
89
+ ### Patch Changes
90
+
91
+ - Patch
92
+
93
+ ## 1.30.0
94
+
95
+ ### Minor Changes
96
+
97
+ - e3a1bde: add support for additional filter query to deletion resource
98
+
99
+ ## 1.29.0
100
+
101
+ ### Minor Changes
102
+
103
+ - eafc865: add request data validation
104
+
105
+ ## 1.28.2
106
+
107
+ ### Patch Changes
108
+
109
+ - Patch
110
+
111
+ ## 1.28.1
112
+
113
+ ### Patch Changes
114
+
115
+ - Patch
116
+
117
+ ## 1.28.0
118
+
119
+ ### Minor Changes
120
+
121
+ - 35be0f6: add error response processing function
122
+
123
+ ## 1.27.3
124
+
125
+ ### Patch Changes
126
+
127
+ - Patch
128
+
129
+ ## 1.27.2
130
+
131
+ ### Patch Changes
132
+
133
+ - Patch
134
+
135
+ ## 1.27.1
136
+
137
+ ### Patch Changes
138
+
139
+ - Patch
140
+
141
+ ## 1.27.0
142
+
143
+ ### Minor Changes
144
+
145
+ - 50d7761: expose more types
146
+
147
+ ## 1.26.0
148
+
149
+ ### Minor Changes
150
+
151
+ - 183512a: add support for table name override
152
+
153
+ ## 1.25.4
154
+
155
+ ### Patch Changes
156
+
157
+ - eb1f657: bug fix: remove id from request path for update method
158
+
159
+ ## 1.25.2
160
+
161
+ ### Patch Changes
162
+
163
+ - Patch
164
+
165
+ ## 1.25.1
166
+
167
+ ### Patch Changes
168
+
169
+ - Patch
170
+
171
+ ## 1.25.0
172
+
173
+ ### Minor Changes
174
+
175
+ - 0231e1d: add support for custom id field on delete endpoints
176
+
177
+ ## 1.24.6
178
+
179
+ ### Patch Changes
180
+
181
+ - Patch
182
+
183
+ ## 1.24.5
184
+
185
+ ### Patch Changes
186
+
187
+ - 530dbd3: fix misuse of processResponseData
188
+
189
+ ## 1.24.4
190
+
191
+ ### Patch Changes
192
+
193
+ - Patch
194
+
195
+ ## 1.24.3
196
+
197
+ ### Patch Changes
198
+
199
+ - Patch
200
+
201
+ ## 1.24.2
202
+
203
+ ### Patch Changes
204
+
205
+ - Patch
206
+
207
+ ## 1.24.1
208
+
209
+ ### Patch Changes
210
+
211
+ - Patch
212
+
213
+ ## 1.24.0
214
+
215
+ ### Minor Changes
216
+
217
+ - 7a4e415: update dependencies
218
+
219
+ ## 1.23.1
220
+
221
+ ### Patch Changes
222
+
223
+ - Patch
224
+
225
+ ## 1.23.0
226
+
227
+ ### Minor Changes
228
+
229
+ - 6d54494: add upsert and update controllers
230
+
231
+ ## 1.22.3
232
+
233
+ ### Patch Changes
234
+
235
+ - 1d537f5: fix issue with upsert
236
+
237
+ ## 1.22.2
238
+
239
+ ### Patch Changes
240
+
241
+ - Patch
242
+
243
+ ## 1.22.1
244
+
245
+ ### Patch Changes
246
+
247
+ - Patch
248
+
249
+ ## 1.22.0
250
+
251
+ ### Minor Changes
252
+
253
+ - d28cd30: add support for upsert
254
+
255
+ ## 1.21.3
256
+
257
+ ### Patch Changes
258
+
259
+ - 36a36f3: fix unreachable code
260
+
261
+ ## 1.21.2
262
+
263
+ ### Patch Changes
264
+
265
+ - 9bb4921: fix
266
+
267
+ ## 1.21.1
268
+
269
+ ### Patch Changes
270
+
271
+ - 1c456d7: make req param in processResponseData compulsory
272
+
273
+ ## 1.21.0
274
+
275
+ ### Minor Changes
276
+
277
+ - e9ae5d5: add request object to process response data
278
+
279
+ ## 1.20.1
280
+
281
+ ### Patch Changes
282
+
283
+ - 9b7cead: only log response in non-prod to reduce noise
284
+
285
+ ## 1.20.0
286
+
287
+ ### Minor Changes
288
+
289
+ - 3fe7e9f: remove duplicate code and specify default exit middleware for logging response
290
+
291
+ ## 1.19.0
292
+
293
+ ### Minor Changes
294
+
295
+ - 27628ba: add support for response data preprocessing
296
+
297
+ ## 1.18.1
298
+
299
+ ### Patch Changes
300
+
301
+ - 887a3f3: fix
302
+
303
+ ## 1.18.0
304
+
305
+ ### Minor Changes
306
+
307
+ - e0bfb0f: add full support for raw routes
308
+
309
+ ## 1.17.2
310
+
311
+ ### Patch Changes
312
+
313
+ - 821421e: expose express raw only
314
+
315
+ ## 1.17.1
316
+
317
+ ### Patch Changes
318
+
319
+ - 74b8130: expose express
320
+
321
+ ## 1.17.0
322
+
323
+ ### Minor Changes
324
+
325
+ - 573a9d1: make update and create params optional
326
+
327
+ ## 1.16.1
328
+
329
+ ### Patch Changes
330
+
331
+ - f656269: return pagination only when used
332
+
333
+ ## 1.16.0
334
+
335
+ ### Minor Changes
336
+
337
+ - 449a01b: remove GET filters when not present in query params
338
+
339
+ ## 1.15.6
340
+
341
+ ### Patch Changes
342
+
343
+ - e2289fa: fix table supporting casing
344
+
345
+ ## 1.15.5
346
+
347
+ ### Patch Changes
348
+
349
+ - fc2fd51: make get query filter optional
350
+
351
+ ## 1.15.4
352
+
353
+ ### Patch Changes
354
+
355
+ - 61f6c43: fix json formatting for update queriess
356
+
357
+ ## 1.15.3
358
+
359
+ ### Patch Changes
360
+
361
+ - 77ec734: fix typescript error
362
+
363
+ ## 1.15.2
364
+
365
+ ### Patch Changes
366
+
367
+ - cc75e3a: do not format json
368
+
369
+ ## 1.15.1
370
+
371
+ ### Patch Changes
372
+
373
+ - c870306: do not format json
374
+
375
+ ## 1.15.0
376
+
377
+ ### Minor Changes
378
+
379
+ - fbfeb34: add support for json datatype
380
+
381
+ ## 1.14.3
382
+
383
+ ### Patch Changes
384
+
385
+ - ce78005: init model
386
+
387
+ ## 1.14.2
388
+
389
+ ### Patch Changes
390
+
391
+ - 874e3e0: fix binding in model creator
392
+
393
+ ## 1.14.1
394
+
395
+ ### Patch Changes
396
+
397
+ - 10bc2ba: bind ModelCreator
398
+
399
+ ## 1.14.0
400
+
401
+ ### Minor Changes
402
+
403
+ - 3eaaf64: add model creator
404
+
405
+ ## 1.13.5
406
+
407
+ ### Patch Changes
408
+
409
+ - d8b072d: fix function naming
410
+
411
+ ## 1.13.4
412
+
413
+ ### Patch Changes
414
+
415
+ - d35cf32: fix
416
+
417
+ ## 1.13.3
418
+
419
+ ### Patch Changes
420
+
421
+ - 54aa6f7: expose express
422
+
423
+ ## 1.13.2
424
+
425
+ ### Patch Changes
426
+
427
+ - 30d38f0: add more exposed types
428
+
429
+ ## 1.13.1
430
+
431
+ ### Patch Changes
432
+
433
+ - bc6b6a9: expose all sequelize types
434
+
435
+ ## 1.13.0
436
+
437
+ ### Minor Changes
438
+
439
+ - bae12c1: refactor for early init of sequelize
440
+
441
+ ## 1.12.0
442
+
443
+ ### Minor Changes
444
+
445
+ - e4a0c22: add data override for create response and expose http error utility methods
446
+
447
+ ## 1.11.0
448
+
449
+ ### Minor Changes
450
+
451
+ - ff95bcf: fix race condition and remove params from setupDB call
452
+
453
+ ## 1.10.2
454
+
455
+ ### Patch Changes
456
+
457
+ - 5c3e838: fix binding for config export
458
+
459
+ ## 1.10.1
460
+
461
+ ### Patch Changes
462
+
463
+ - b4bc78d: avoid duplicate db connections
464
+
465
+ ## 1.10.0
466
+
467
+ ### Minor Changes
468
+
469
+ - 082e063: expose db setup
470
+
471
+ ## 1.9.0
472
+
473
+ ### Minor Changes
474
+
475
+ - ec2d1ee: change response structure for post requests
476
+
477
+ ## 1.8.2
478
+
479
+ ### Patch Changes
480
+
481
+ - 3c958a1: make params in db query optional
482
+
483
+ ## 1.8.1
484
+
485
+ ### Patch Changes
486
+
487
+ - e5f5e1a: make replacements optional in db query util
488
+
489
+ ## 1.8.0
490
+
491
+ ### Minor Changes
492
+
493
+ - 702bf79: add raw db querying utility
494
+
495
+ ## 1.7.0
496
+
497
+ ### Minor Changes
498
+
499
+ - 1157337: add id field support to update by id
500
+
501
+ ## 1.6.0
502
+
503
+ ### Minor Changes
504
+
505
+ - 6dc1c38: add jsdoc for fields and fix middleware return type
506
+
507
+ ## 1.5.5
508
+
509
+ ### Patch Changes
510
+
511
+ - ef81f03: remove duplicate middleware declaration
512
+
513
+ ## 1.5.4
514
+
515
+ ### Patch Changes
516
+
517
+ - 8f255d8: grant write permission to GH action
518
+ - 8cb3cd5: fix GH Actions
519
+ - 8bf547b: fix GH actions
520
+ - 794d0bd: fix GH action
521
+ - d1e2482: extend middleware interface to support data param
522
+
523
+ ## 1.5.0
524
+
525
+ ### Minor Changes
526
+
527
+ - return id on data creation requests
528
+
529
+ ## 1.4.1
530
+
531
+ ### Patch Changes
532
+
533
+ - specify exit middleware type
534
+
535
+ ## 1.4.0
536
+
537
+ ### Minor Changes
538
+
539
+ - add support for exit Middleware
540
+
541
+ ## 1.3.3
542
+
543
+ ### Patch Changes
544
+
545
+ - fix routePrefix declaration
546
+
547
+ ## 1.3.2
548
+
549
+ ### Patch Changes
550
+
551
+ - change metadata interface for createHoney to include routePrefix
552
+
553
+ ## 1.3.1
554
+
555
+ ### Patch Changes
556
+
557
+ - refactor path prefixing moving default api prefix to the root level
558
+
559
+ ## 1.3.0
560
+
561
+ ### Minor Changes
562
+
563
+ - add the ability to override paths