@promind/honey 1.38.1 → 1.38.4

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