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