@balena/pinejs 20.0.3 → 20.1.0-build-add-large-file-uploads-interfaces-1aa101d2ee3103f42cf7f7bc29d703a8958011e8-1

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 CHANGED
@@ -4,1091 +4,10 @@ All notable changes to this project will be documented in this file
4
4
  automatically by Versionist. DO NOT EDIT THIS FILE MANUALLY!
5
5
  This project adheres to [Semantic Versioning](http://semver.org/).
6
6
 
7
- # v20.0.3
8
- ## (2025-02-11)
7
+ # v20.1.0
8
+ ## (2025-02-10)
9
9
 
10
-
11
- <details>
12
- <summary> Compile in as (= ANY($singleListBinding)) [Otavio Jacobi] </summary>
13
-
14
- > ## abstract-sql-compiler-10.2.0
15
- > ### (2025-01-22)
16
- >
17
- > * Add EqualAny node [Otavio Jacobi]
18
- >
19
- > ## abstract-sql-compiler-10.1.2
20
- > ### (2025-01-06)
21
- >
22
- >
23
- > <details>
24
- > <summary> Update dependency @balena/odata-to-abstract-sql to v7 [Self-hosted Renovate Bot] </summary>
25
- >
26
- >> ### odata-to-abstract-sql-7.0.1
27
- >> #### (2024-12-04)
28
- >>
29
- >> * Update dependency mocha to v11 [Self-hosted Renovate Bot]
30
- >>
31
- >> ### odata-to-abstract-sql-7.0.0
32
- >> #### (2024-10-08)
33
- >>
34
- >>
35
- >> <details>
36
- >> <summary> Update dependencies [Thodoris Greasidis] </summary>
37
- >>
38
- >>> #### abstract-sql-compiler-10.0.1
39
- >>> ##### (2024-10-07)
40
- >>>
41
- >>> * Wrap composite comparison operations with parenthesis when necessary [Thodoris Greasidis]
42
- >>>
43
- >>> #### abstract-sql-compiler-10.0.0
44
- >>> ##### (2024-10-07)
45
- >>>
46
- >>> * tsconfig: Switch the module compiler option to Node16 [Thodoris Greasidis]
47
- >>> * Update tsconfig target to es2023 [Thodoris Greasidis]
48
- >>> * Update minimum supported nodejs version to 20.14.0 [Thodoris Greasidis]
49
- >>> * Make @balena/sbvr-types a peer dependency [Thodoris Greasidis]
50
- >>> * Lint fixes [Thodoris Greasidis]
51
- >>>
52
- >>> <details>
53
- >>> <summary> Update dependencies & tests to match [Thodoris Greasidis] </summary>
54
- >>>
55
- >>>> ##### lf-to-abstract-sql-5.0.2
56
- >>>> ###### (2024-03-05)
57
- >>>>
58
- >>>>
59
- >>>> <details>
60
- >>>> <summary> Update `@balena/sbvr-types` devDependency [Harald Fischer] </summary>
61
- >>>>
62
- >>>>> ###### sbvr-types-7.0.1
63
- >>>>> ####### (2024-03-04)
64
- >>>>>
65
- >>>>> * Update dependency @balena/abstract-sql-compiler to v9 [Self-hosted Renovate Bot]
66
- >>>>>
67
- >>>>> ###### sbvr-types-7.0.0
68
- >>>>> ####### (2024-03-04)
69
- >>>>>
70
- >>>>> * Return `ISODateString` instead of `date` [fisehara]
71
- >>>>>
72
- >>>>> ###### sbvr-types-6.1.1
73
- >>>>> ####### (2024-01-02)
74
- >>>>>
75
- >>>>> * Update dependency @types/chai-datetime to ^0.0.39 [Self-hosted Renovate Bot]
76
- >>>>>
77
- >>>>> ###### sbvr-types-6.1.0
78
- >>>>> ####### (2023-10-03)
79
- >>>>>
80
- >>>>> * Add checksum to WebResource [Otávio Jacobi]
81
- >>>>>
82
- >>>>> ###### sbvr-types-6.0.0
83
- >>>>> ####### (2023-08-09)
84
- >>>>>
85
- >>>>> * Change contents to snake_case [Otávio Jacobi]
86
- >>>>>
87
- >>>>> ###### sbvr-types-5.2.0
88
- >>>>> ####### (2023-08-08)
89
- >>>>>
90
- >>>>> * Expose WebResource as WebResourceType [Otávio Jacobi]
91
- >>>>>
92
- >>>>> ###### sbvr-types-5.1.0
93
- >>>>> ####### (2023-08-03)
94
- >>>>>
95
- >>>>> * Adds WebResource type [Otávio Jacobi]
96
- >>>>>
97
- >>>>
98
- >>>> </details>
99
- >>>>
100
- >>>>
101
- >>>> ##### lf-to-abstract-sql-5.0.1
102
- >>>> ###### (2023-05-16)
103
- >>>>
104
- >>>>
105
- >>>> <details>
106
- >>>> <summary> Update @balena/sbvr-types to 5.0.0 [Pagan Gazzard] </summary>
107
- >>>>
108
- >>>>> ###### sbvr-types-5.0.0
109
- >>>>> ####### (2023-05-16)
110
- >>>>>
111
- >>>>> * Switch from `export =` to `export default` [Pagan Gazzard]
112
- >>>>>
113
- >>>>> ###### sbvr-types-4.0.2
114
- >>>>> ####### (2023-05-03)
115
- >>>>>
116
- >>>>> * Improve typings [Pagan Gazzard]
117
- >>>>>
118
- >>>>> ###### sbvr-types-4.0.1
119
- >>>>> ####### (2023-05-02)
120
- >>>>>
121
- >>>>> * boolean: Avoid unnecessary array creation to reduce GCs [Thodoris Greasidis]
122
- >>>>>
123
- >>>>> ###### sbvr-types-4.0.0
124
- >>>>> ####### (2023-04-26)
125
- >>>>>
126
- >>>>> * Add test cases for Objects in JSON validate [fisehara]
127
- >>>>> * Drop `require-npm4-to-publish` devDependency [fisehara]
128
- >>>>> * Set minimum supported nodejs version to 16.13.0 and tsconfig to es2021 [Pagan Gazzard]
129
- >>>>> * Switch `JSON` to use `JSON` db type instead of `TEXT` [Pagan Gazzard]
130
- >>>>> * Switch `Boolean` to use `BOOLEAN` db type instead of `INTEGER` [Pagan Gazzard]
131
- >>>>> * Assert that JSON input typeof is object [Josh Bowling]
132
- >>>>>
133
- >>>>> ###### sbvr-types-3.5.0
134
- >>>>> ####### (2023-03-21)
135
- >>>>>
136
- >>>>> * Add Big Serial type [Josh Bowling]
137
- >>>>>
138
- >>>>> ###### sbvr-types-3.4.19
139
- >>>>> ####### (2022-12-08)
140
- >>>>>
141
- >>>>> * Flowzone: Allow external contributions [Josh Bowling]
142
- >>>>>
143
- >>>>
144
- >>>> </details>
145
- >>>>
146
- >>>>
147
- >>>> ##### odata-parser-3.1.0
148
- >>>> ###### (2024-10-03)
149
- >>>>
150
- >>>> * Use bind vars for $top and $skip options [Pagan Gazzard]
151
- >>>>
152
- >>>> ##### odata-parser-3.0.8
153
- >>>> ###### (2024-06-04)
154
- >>>>
155
- >>>> * Fix type checking of the declaration file [Pagan Gazzard]
156
- >>>>
157
- >>>> ##### odata-parser-3.0.7
158
- >>>> ###### (2024-04-13)
159
- >>>>
160
- >>>> * Update dependency husky to v9 [Self-hosted Renovate Bot]
161
- >>>>
162
- >>>> ##### odata-parser-3.0.6
163
- >>>> ###### (2024-04-12)
164
- >>>>
165
- >>>> * Update dependency peggy to v4 [Self-hosted Renovate Bot]
166
- >>>>
167
- >>>> ##### odata-parser-3.0.5
168
- >>>> ###### (2024-04-12)
169
- >>>>
170
- >>>> * Update dependency lint-staged to v15 [Self-hosted Renovate Bot]
171
- >>>>
172
- >>>> ##### odata-parser-3.0.4
173
- >>>> ###### (2024-04-12)
174
- >>>>
175
- >>>> * Update dependency @balena/lint to v8 [Self-hosted Renovate Bot]
176
- >>>>
177
- >>>> ##### odata-parser-3.0.3
178
- >>>> ###### (2024-01-04)
179
- >>>>
180
- >>>> * Optimize by moving constant values into global init [fisehara]
181
- >>>>
182
- >>>> ##### odata-parser-3.0.2
183
- >>>> ###### (2024-01-04)
184
- >>>>
185
- >>>> * Update dependencies [fisehara]
186
- >>>>
187
- >>>> ##### odata-parser-3.0.1
188
- >>>> ###### (2023-09-25)
189
- >>>>
190
- >>>> * Allow running CI on external PRs [Pagan Gazzard]
191
- >>>>
192
- >>>> ##### odata-to-abstract-sql-6.4.0
193
- >>>> ###### (2024-10-04)
194
- >>>>
195
- >>>>
196
- >>>> <details>
197
- >>>> <summary> Support number references as boolean types [Pagan Gazzard] </summary>
198
- >>>>
199
- >>>>> ###### odata-parser-3.1.0
200
- >>>>> ####### (2024-10-03)
201
- >>>>>
202
- >>>>> * Use bind vars for $top and $skip options [Pagan Gazzard]
203
- >>>>>
204
- >>>>
205
- >>>> </details>
206
- >>>>
207
- >>>>
208
- >>>> ##### odata-to-abstract-sql-6.3.0
209
- >>>> ###### (2024-08-26)
210
- >>>>
211
- >>>> * Support PUT/PATCH/DELETE requests on resources with a translated ID field [Thodoris Greasidis]
212
- >>>>
213
- >>>> ##### odata-to-abstract-sql-6.2.8
214
- >>>> ###### (2024-08-26)
215
- >>>>
216
- >>>>
217
- >>>> <details>
218
- >>>> <summary> Update dependencies [Pagan Gazzard] </summary>
219
- >>>>
220
- >>>>> ###### abstract-sql-compiler-9.2.0
221
- >>>>> ####### (2024-06-12)
222
- >>>>>
223
- >>>>> * Adds `EndsWithNode` and `ContainsNode` typings [Pagan Gazzard]
224
- >>>>>
225
- >>>>> ###### lf-to-abstract-sql-5.0.2
226
- >>>>> ####### (2024-03-05)
227
- >>>>>
228
- >>>>>
229
- >>>>> <details>
230
- >>>>> <summary> Update `@balena/sbvr-types` devDependency [Harald Fischer] </summary>
231
- >>>>>
232
- >>>>>> ####### sbvr-types-7.0.1
233
- >>>>>> ######## (2024-03-04)
234
- >>>>>>
235
- >>>>>> * Update dependency @balena/abstract-sql-compiler to v9 [Self-hosted Renovate Bot]
236
- >>>>>>
237
- >>>>>> ####### sbvr-types-7.0.0
238
- >>>>>> ######## (2024-03-04)
239
- >>>>>>
240
- >>>>>> * Return `ISODateString` instead of `date` [fisehara]
241
- >>>>>>
242
- >>>>>> ####### sbvr-types-6.1.1
243
- >>>>>> ######## (2024-01-02)
244
- >>>>>>
245
- >>>>>> * Update dependency @types/chai-datetime to ^0.0.39 [Self-hosted Renovate Bot]
246
- >>>>>>
247
- >>>>>> ####### sbvr-types-6.1.0
248
- >>>>>> ######## (2023-10-03)
249
- >>>>>>
250
- >>>>>> * Add checksum to WebResource [Otávio Jacobi]
251
- >>>>>>
252
- >>>>>> ####### sbvr-types-6.0.0
253
- >>>>>> ######## (2023-08-09)
254
- >>>>>>
255
- >>>>>> * Change contents to snake_case [Otávio Jacobi]
256
- >>>>>>
257
- >>>>>> ####### sbvr-types-5.2.0
258
- >>>>>> ######## (2023-08-08)
259
- >>>>>>
260
- >>>>>> * Expose WebResource as WebResourceType [Otávio Jacobi]
261
- >>>>>>
262
- >>>>>> ####### sbvr-types-5.1.0
263
- >>>>>> ######## (2023-08-03)
264
- >>>>>>
265
- >>>>>> * Adds WebResource type [Otávio Jacobi]
266
- >>>>>>
267
- >>>>>
268
- >>>>> </details>
269
- >>>>>
270
- >>>>>
271
- >>>>> ###### odata-parser-3.0.8
272
- >>>>> ####### (2024-06-04)
273
- >>>>>
274
- >>>>> * Fix type checking of the declaration file [Pagan Gazzard]
275
- >>>>>
276
- >>>>> ###### odata-parser-3.0.7
277
- >>>>> ####### (2024-04-13)
278
- >>>>>
279
- >>>>> * Update dependency husky to v9 [Self-hosted Renovate Bot]
280
- >>>>>
281
- >>>>> ###### odata-parser-3.0.6
282
- >>>>> ####### (2024-04-12)
283
- >>>>>
284
- >>>>> * Update dependency peggy to v4 [Self-hosted Renovate Bot]
285
- >>>>>
286
- >>>>> ###### odata-parser-3.0.5
287
- >>>>> ####### (2024-04-12)
288
- >>>>>
289
- >>>>> * Update dependency lint-staged to v15 [Self-hosted Renovate Bot]
290
- >>>>>
291
- >>>>> ###### odata-parser-3.0.4
292
- >>>>> ####### (2024-04-12)
293
- >>>>>
294
- >>>>> * Update dependency @balena/lint to v8 [Self-hosted Renovate Bot]
295
- >>>>>
296
- >>>>> ###### sbvr-parser-1.4.6
297
- >>>>> ####### (Invalid date)
298
- >>>>>
299
- >>>>> * Update dependency @balena/sbvr-types to v8 [Self-hosted Renovate Bot]
300
- >>>>>
301
- >>>>> ###### sbvr-parser-1.4.5
302
- >>>>> ####### (2024-06-18)
303
- >>>>>
304
- >>>>> * Switch to an inflection library from npm which does not monkey patch [Pagan Gazzard]
305
- >>>>>
306
- >>>>> ###### sbvr-parser-1.4.4
307
- >>>>> ####### (2024-03-05)
308
- >>>>>
309
- >>>>> * Updated `@balena/sbvr-types` [Harald Fischer]
310
- >>>>>
311
- >>>>> ###### sbvr-types-7.1.3
312
- >>>>> ####### (2024-06-12)
313
- >>>>>
314
- >>>>> * Add typings for all abstract sql fragments, fixing where necessary [Pagan Gazzard]
315
- >>>>>
316
- >>>>> ###### sbvr-types-7.1.2
317
- >>>>> ####### (2024-06-12)
318
- >>>>>
319
- >>>>> * Explicitly type the `compare` function for `hashed` [Pagan Gazzard]
320
- >>>>>
321
- >>>>> ###### sbvr-types-7.1.1
322
- >>>>> ####### (2024-06-04)
323
- >>>>>
324
- >>>>> * Accept `Date` for the write types of `Date Time`/`Date`/`Time` [Pagan Gazzard]
325
- >>>>>
326
- >>>>> ###### sbvr-types-7.1.0
327
- >>>>> ####### (2024-04-25)
328
- >>>>>
329
- >>>>> * Export typescript read/write types for each sbvr type [Pagan Gazzard]
330
- >>>>>
331
- >>>>> ###### sbvr-types-7.0.10
332
- >>>>> ####### (2024-04-09)
333
- >>>>>
334
- >>>>> * Update Big Serial concept type to Big Integer [Josh Bowling]
335
- >>>>>
336
- >>>>> ###### sbvr-types-7.0.9
337
- >>>>> ####### (2024-04-09)
338
- >>>>>
339
- >>>>> * Add Big Serial to Type.sbvr [Josh Bowling]
340
- >>>>>
341
- >>>>> ###### sbvr-types-7.0.8
342
- >>>>> ####### (2024-04-09)
343
- >>>>>
344
- >>>>> * Update prepare script for husky v9 [Josh Bowling]
345
- >>>>> * Update dependency husky to v9 [Self-hosted Renovate Bot]
346
- >>>>>
347
- >>>>> ###### sbvr-types-7.0.7
348
- >>>>> ####### (2024-04-09)
349
- >>>>>
350
- >>>>> * Update dependency @balena/lint to v8 [Self-hosted Renovate Bot]
351
- >>>>>
352
- >>>>> ###### sbvr-types-7.0.6
353
- >>>>> ####### (2024-03-21)
354
- >>>>>
355
- >>>>> * Improve JSON typings [Pagan Gazzard]
356
- >>>>>
357
- >>>>> ###### sbvr-types-7.0.5
358
- >>>>> ####### (2024-03-13)
359
- >>>>>
360
- >>>>> * Remove unnecessary catch bindings [Pagan Gazzard]
361
- >>>>>
362
- >>>>> ###### sbvr-types-7.0.4
363
- >>>>> ####### (2024-03-13)
364
- >>>>>
365
- >>>>> * Improve validate typings [Pagan Gazzard]
366
- >>>>>
367
- >>>>> ###### sbvr-types-7.0.3
368
- >>>>> ####### (2024-03-12)
369
- >>>>>
370
- >>>>> * Improve fetchProcessing typings [Pagan Gazzard]
371
- >>>>>
372
- >>>>> ###### sbvr-types-7.0.2
373
- >>>>> ####### (2024-03-12)
374
- >>>>>
375
- >>>>> * Tests: convert to typescript [Pagan Gazzard]
376
- >>>>>
377
- >>>>
378
- >>>> </details>
379
- >>>>
380
- >>>>
381
- >>>> ##### odata-to-abstract-sql-6.2.7
382
- >>>> ###### (2024-04-23)
383
- >>>>
384
- >>>>
385
- >>>> <details>
386
- >>>> <summary> Properly error when using fields of a partial index as an alternate key [Thodoris Greasidis] </summary>
387
- >>>>
388
- >>>>> ###### abstract-sql-compiler-9.1.4
389
- >>>>> ####### (2024-04-09)
390
- >>>>>
391
- >>>>> * Cast Big Serial to integer [Josh Bowling]
392
- >>>>>
393
- >>>>> ###### abstract-sql-compiler-9.1.3
394
- >>>>> ####### (2024-04-09)
395
- >>>>>
396
- >>>>> * Update prepare script for husky v9 [Josh Bowling]
397
- >>>>> * Update dependency husky to v9 [Self-hosted Renovate Bot]
398
- >>>>>
399
- >>>>> ###### abstract-sql-compiler-9.1.2
400
- >>>>> ####### (2024-04-09)
401
- >>>>>
402
- >>>>> * Update dependency lint-staged to v15 [Self-hosted Renovate Bot]
403
- >>>>>
404
- >>>>> ###### abstract-sql-compiler-9.1.1
405
- >>>>> ####### (2024-03-26)
406
- >>>>>
407
- >>>>> * Update dependency @balena/lint to v8 [Thodoris Greasidis]
408
- >>>>>
409
- >>>>> ###### abstract-sql-compiler-9.1.0
410
- >>>>> ####### (2024-03-26)
411
- >>>>>
412
- >>>>> * Export the generateRuleHashAcronym helper [Thodoris Greasidis]
413
- >>>>> * Add support for unique indexes with NOT DISTINCT NULLS [Thodoris Greasidis]
414
- >>>>> * Add support for partial unique indexes [Thodoris Greasidis]
415
- >>>>>
416
- >>>>> ###### abstract-sql-compiler-9.0.7
417
- >>>>> ####### (2024-03-22)
418
- >>>>>
419
- >>>>>
420
- >>>>> <details>
421
- >>>>> <summary> Update dependency @balena/odata-parser to v3 [Self-hosted Renovate Bot] </summary>
422
- >>>>>
423
- >>>>>> ####### odata-parser-3.0.3
424
- >>>>>> ######## (2024-01-04)
425
- >>>>>>
426
- >>>>>> * Optimize by moving constant values into global init [fisehara]
427
- >>>>>>
428
- >>>>>> ####### odata-parser-3.0.2
429
- >>>>>> ######## (2024-01-04)
430
- >>>>>>
431
- >>>>>> * Update dependencies [fisehara]
432
- >>>>>>
433
- >>>>>> ####### odata-parser-3.0.1
434
- >>>>>> ######## (2023-09-25)
435
- >>>>>>
436
- >>>>>> * Allow running CI on external PRs [Pagan Gazzard]
437
- >>>>>>
438
- >>>>>> ####### odata-parser-3.0.0
439
- >>>>>> ######## (2023-04-26)
440
- >>>>>>
441
- >>>>>> * Use optional chaining operator [Pagan Gazzard]
442
- >>>>>> * Set minimum supported nodejs version to 16.13.0 [Pagan Gazzard]
443
- >>>>>>
444
- >>>>>
445
- >>>>> </details>
446
- >>>>>
447
- >>>>>
448
- >>>>> ###### abstract-sql-compiler-9.0.6
449
- >>>>> ####### (2024-03-21)
450
- >>>>>
451
- >>>>> * Update TypeScript to 5.4.3 [Thodoris Greasidis]
452
- >>>>>
453
- >>>>> ###### abstract-sql-compiler-9.0.5
454
- >>>>> ####### (2024-03-05)
455
- >>>>>
456
- >>>>> * Update `@balena/sbvr-types` [Harald Fischer]
457
- >>>>>
458
- >>>>
459
- >>>> </details>
460
- >>>>
461
- >>>>
462
- >>>> ##### odata-to-abstract-sql-6.2.6
463
- >>>> ###### (2024-04-13)
464
- >>>>
465
- >>>> * Update dependency husky to v9 [Self-hosted Renovate Bot]
466
- >>>>
467
- >>>> ##### odata-to-abstract-sql-6.2.5
468
- >>>> ###### (2024-04-10)
469
- >>>>
470
- >>>> * Update dependency @balena/lint to v8 [Self-hosted Renovate Bot]
471
- >>>>
472
- >>>> ##### odata-to-abstract-sql-6.2.4
473
- >>>> ###### (2024-03-05)
474
- >>>>
475
- >>>> * Update `@balena/sbvr-types` devDependencies [fisehara]
476
- >>>> * Fix linter issue [fisehara]
477
- >>>>
478
- >>>> ##### odata-to-abstract-sql-6.2.3
479
- >>>> ###### (2024-01-15)
480
- >>>>
481
- >>>> * Require at least one field to be updated for PATCH requests [Pagan Gazzard]
482
- >>>>
483
- >>>> ##### odata-to-abstract-sql-6.2.2
484
- >>>> ###### (2024-01-15)
485
- >>>>
486
- >>>> * Simplify support for MERGE as an alias for PATCH [Pagan Gazzard]
487
- >>>>
488
- >>>> ##### odata-to-abstract-sql-6.2.1
489
- >>>> ###### (2024-01-15)
490
- >>>>
491
- >>>>
492
- >>>> <details>
493
- >>>> <summary> Update dependencies [Pagan Gazzard] </summary>
494
- >>>>
495
- >>>>> ###### abstract-sql-compiler-9.0.4
496
- >>>>> ####### (2024-01-02)
497
- >>>>>
498
- >>>>> * Update dependency @types/node to v20 [Self-hosted Renovate Bot]
499
- >>>>>
500
- >>>>> ###### odata-parser-3.0.3
501
- >>>>> ####### (2024-01-04)
502
- >>>>>
503
- >>>>> * Optimize by moving constant values into global init [fisehara]
504
- >>>>>
505
- >>>>> ###### odata-parser-3.0.2
506
- >>>>> ####### (2024-01-04)
507
- >>>>>
508
- >>>>> * Update dependencies [fisehara]
509
- >>>>>
510
- >>>>> ###### sbvr-types-6.1.1
511
- >>>>> ####### (2024-01-02)
512
- >>>>>
513
- >>>>> * Update dependency @types/chai-datetime to ^0.0.39 [Self-hosted Renovate Bot]
514
- >>>>>
515
- >>>>
516
- >>>> </details>
517
- >>>>
518
- >>>>
519
- >>>> ##### odata-to-abstract-sql-6.2.0
520
- >>>> ###### (2023-11-24)
521
- >>>>
522
- >>>> * Optimize Duplications of `ComputedField` queries [fisehara]
523
- >>>>
524
- >>>> ##### odata-to-abstract-sql-6.1.3
525
- >>>> ###### (2023-11-10)
526
- >>>>
527
- >>>> * Update dependency @types/chai-things to v0.0.38 [Self-hosted Renovate Bot]
528
- >>>>
529
- >>>> ##### odata-to-abstract-sql-6.1.2
530
- >>>> ###### (2023-10-20)
531
- >>>>
532
- >>>> * Update dependency @types/chai-things to v0.0.37 [Self-hosted Renovate Bot]
533
- >>>>
534
- >>>> ##### odata-to-abstract-sql-6.1.1
535
- >>>> ###### (2023-10-19)
536
- >>>>
537
- >>>>
538
- >>>> <details>
539
- >>>> <summary> Update dependencies eslint, sbvrTypes, abstract-sql-compiler [Harald Fischer] </summary>
540
- >>>>
541
- >>>>> ###### abstract-sql-compiler-9.0.3
542
- >>>>> ####### (2023-08-09)
543
- >>>>>
544
- >>>>>
545
- >>>>> <details>
546
- >>>>> <summary> Update @balena/sbvr-types to 6.0.0 [Otávio Jacobi] </summary>
547
- >>>>>
548
- >>>>>> ####### sbvr-types-6.0.0
549
- >>>>>> ######## (2023-08-09)
550
- >>>>>>
551
- >>>>>> * Change contents to snake_case [Otávio Jacobi]
552
- >>>>>>
553
- >>>>>> ####### sbvr-types-5.2.0
554
- >>>>>> ######## (2023-08-08)
555
- >>>>>>
556
- >>>>>> * Expose WebResource as WebResourceType [Otávio Jacobi]
557
- >>>>>>
558
- >>>>>> ####### sbvr-types-5.1.0
559
- >>>>>> ######## (2023-08-03)
560
- >>>>>>
561
- >>>>>> * Adds WebResource type [Otávio Jacobi]
562
- >>>>>>
563
- >>>>>
564
- >>>>> </details>
565
- >>>>>
566
- >>>>>
567
- >>>>> ###### abstract-sql-compiler-9.0.2
568
- >>>>> ####### (2023-05-16)
569
- >>>>>
570
- >>>>>
571
- >>>>> <details>
572
- >>>>> <summary> Update @balena/sbvr-types to 5.0.0 [Pagan Gazzard] </summary>
573
- >>>>>
574
- >>>>>> ####### sbvr-types-5.0.0
575
- >>>>>> ######## (2023-05-16)
576
- >>>>>>
577
- >>>>>> * Switch from `export =` to `export default` [Pagan Gazzard]
578
- >>>>>>
579
- >>>>>> ####### sbvr-types-4.0.2
580
- >>>>>> ######## (2023-05-03)
581
- >>>>>>
582
- >>>>>> * Improve typings [Pagan Gazzard]
583
- >>>>>>
584
- >>>>>> ####### sbvr-types-4.0.1
585
- >>>>>> ######## (2023-05-02)
586
- >>>>>>
587
- >>>>>> * boolean: Avoid unnecessary array creation to reduce GCs [Thodoris Greasidis]
588
- >>>>>>
589
- >>>>>
590
- >>>>> </details>
591
- >>>>>
592
- >>>>>
593
- >>>>> ###### abstract-sql-compiler-9.0.1
594
- >>>>> ####### (2023-05-15)
595
- >>>>>
596
- >>>>> * Fix TS errors for the latest sbvrTypes [Thodoris Greasidis]
597
- >>>>>
598
- >>>>> ###### abstract-sql-compiler-9.0.0
599
- >>>>> ####### (2023-05-02)
600
- >>>>>
601
- >>>>> * Drop `require-npm4-to-publish` as `engines` used [fisehara]
602
- >>>>>
603
- >>>>> <details>
604
- >>>>> <summary> Update @balena/odata-to-abstract-sql to 6.x [Pagan Gazzard] </summary>
605
- >>>>>
606
- >>>>>> ####### odata-to-abstract-sql-6.0.1
607
- >>>>>> ######## (2023-04-27)
608
- >>>>>>
609
- >>>>>>
610
- >>>>>> <details>
611
- >>>>>> <summary> Update dependencies [Pagan Gazzard] </summary>
612
- >>>>>>
613
- >>>>>>> ######## odata-parser-3.0.0
614
- >>>>>>> ######### (2023-04-26)
615
- >>>>>>>
616
- >>>>>>> * Use optional chaining operator [Pagan Gazzard]
617
- >>>>>>> * Set minimum supported nodejs version to 16.13.0 [Pagan Gazzard]
618
- >>>>>>>
619
- >>>>>>> ######## odata-parser-2.5.0
620
- >>>>>>> ######### (2023-04-26)
621
- >>>>>>>
622
- >>>>>>> * Update to peggy 3 and make us of the repetition operator [Pagan Gazzard]
623
- >>>>>>>
624
- >>>>>>> ######## sbvr-types-4.0.0
625
- >>>>>>> ######### (2023-04-26)
626
- >>>>>>>
627
- >>>>>>> * Add test cases for Objects in JSON validate [fisehara]
628
- >>>>>>> * Drop `require-npm4-to-publish` devDependency [fisehara]
629
- >>>>>>> * Set minimum supported nodejs version to 16.13.0 and tsconfig to es2021 [Pagan Gazzard]
630
- >>>>>>> * Switch `JSON` to use `JSON` db type instead of `TEXT` [Pagan Gazzard]
631
- >>>>>>> * Switch `Boolean` to use `BOOLEAN` db type instead of `INTEGER` [Pagan Gazzard]
632
- >>>>>>> * Assert that JSON input typeof is object [Josh Bowling]
633
- >>>>>>>
634
- >>>>>>
635
- >>>>>> </details>
636
- >>>>>>
637
- >>>>>>
638
- >>>>>> ####### odata-to-abstract-sql-6.0.0
639
- >>>>>> ######## (2023-04-26)
640
- >>>>>>
641
- >>>>>> * Set minimum supported nodejs version to 16.13.0 and tsconfig to es2021 [Pagan Gazzard]
642
- >>>>>> * Switch `AggregateJSON` to use the newer `ReferencedField` format [Pagan Gazzard]
643
- >>>>>>
644
- >>>>>> ####### odata-to-abstract-sql-5.9.6
645
- >>>>>> ######## (2023-04-25)
646
- >>>>>>
647
- >>>>>> * Collapse `AliasedFunction` into `FunctionMatch` [Pagan Gazzard]
648
- >>>>>>
649
- >>>>>> ####### odata-to-abstract-sql-5.9.5
650
- >>>>>> ######## (2023-04-25)
651
- >>>>>>
652
- >>>>>>
653
- >>>>>> <details>
654
- >>>>>> <summary> Improve typings [Pagan Gazzard] </summary>
655
- >>>>>>
656
- >>>>>>> ######## abstract-sql-compiler-8.4.1
657
- >>>>>>> ######### (2023-04-25)
658
- >>>>>>>
659
- >>>>>>> * Add much finer grained typings for abstract-sql-optimizer [Pagan Gazzard]
660
- >>>>>>>
661
- >>>>>>
662
- >>>>>> </details>
663
- >>>>>>
664
- >>>>>>
665
- >>>>>> ####### odata-to-abstract-sql-5.9.4
666
- >>>>>> ######## (2023-04-24)
667
- >>>>>>
668
- >>>>>>
669
- >>>>>> <details>
670
- >>>>>> <summary> Update dependencies [Pagan Gazzard] </summary>
671
- >>>>>>
672
- >>>>>>> ######## abstract-sql-compiler-8.4.0
673
- >>>>>>> ######### (2023-04-24)
674
- >>>>>>>
675
- >>>>>>> * Add support for using field type nodes with an AggregateJSON node [Pagan Gazzard]
676
- >>>>>>>
677
- >>>>>>> ######## abstract-sql-compiler-8.3.13
678
- >>>>>>> ######### (2023-04-24)
679
- >>>>>>>
680
- >>>>>>> * Deprecate `AliasableFromTypeNodes` type as it's redundant [Pagan Gazzard]
681
- >>>>>>>
682
- >>>>>>> ######## abstract-sql-compiler-8.3.12
683
- >>>>>>> ######### (2023-04-17)
684
- >>>>>>>
685
- >>>>>>> * Revert tightening of `OrderBy` to only field nodes [Pagan Gazzard]
686
- >>>>>>>
687
- >>>>>>> ######## abstract-sql-compiler-8.3.11
688
- >>>>>>> ######### (2023-04-13)
689
- >>>>>>>
690
- >>>>>>> * Do not allow ON clauses for CROSS JOIN as it is invalid [Pagan Gazzard]
691
- >>>>>>> * Stop accepting `ExtractJSONPathAsText`/`ToJSON` as unknown node types [Pagan Gazzard]
692
- >>>>>>>
693
- >>>>>>> ######## abstract-sql-compiler-8.3.10
694
- >>>>>>> ######### (2023-04-13)
695
- >>>>>>>
696
- >>>>>>> * Fix DateNode/AnyNode typings [Pagan Gazzard]
697
- >>>>>>>
698
- >>>>>>> ######## abstract-sql-compiler-8.3.9
699
- >>>>>>> ######### (2023-04-13)
700
- >>>>>>>
701
- >>>>>>>
702
- >>>>>>> <details>
703
- >>>>>>> <summary> Update dependencies [Pagan Gazzard] </summary>
704
- >>>>>>>
705
- >>>>>>>> ######### sbvr-types-3.5.0
706
- >>>>>>>> ########## (2023-03-21)
707
- >>>>>>>>
708
- >>>>>>>> * Add Big Serial type [Josh Bowling]
709
- >>>>>>>>
710
- >>>>>>>> ######### sbvr-types-3.4.19
711
- >>>>>>>> ########## (2022-12-08)
712
- >>>>>>>>
713
- >>>>>>>> * Flowzone: Allow external contributions [Josh Bowling]
714
- >>>>>>>>
715
- >>>>>>>
716
- >>>>>>> </details>
717
- >>>>>>>
718
- >>>>>>>
719
- >>>>>>> ######## abstract-sql-compiler-8.3.8
720
- >>>>>>> ######### (2023-04-12)
721
- >>>>>>>
722
- >>>>>>> * Improve typings [Pagan Gazzard]
723
- >>>>>>>
724
- >>>>>>> ######## abstract-sql-compiler-8.3.7
725
- >>>>>>> ######### (2023-04-12)
726
- >>>>>>>
727
- >>>>>>> * Remove typing for non-existent JSON node [Pagan Gazzard]
728
- >>>>>>>
729
- >>>>>>> ######## abstract-sql-compiler-8.3.6
730
- >>>>>>> ######### (2023-04-12)
731
- >>>>>>>
732
- >>>>>>> * Tighten the `isXValue` function typings [Pagan Gazzard]
733
- >>>>>>>
734
- >>>>>>> ######## abstract-sql-compiler-8.3.5
735
- >>>>>>> ######### (2023-04-12)
736
- >>>>>>>
737
- >>>>>>> * Correctly treat `Value` nodes as rewritten to `Text` by the optimizer [Pagan Gazzard]
738
- >>>>>>> * Add EmbeddedTextNode typing [Pagan Gazzard]
739
- >>>>>>>
740
- >>>>>>> ######## abstract-sql-compiler-8.3.4
741
- >>>>>>> ######### (2023-04-12)
742
- >>>>>>>
743
- >>>>>>> * Enforce the first argument of ExtractJSONPathAsText is a JSON type node [Pagan Gazzard]
744
- >>>>>>>
745
- >>>>>>> ######## abstract-sql-compiler-8.3.3
746
- >>>>>>> ######### (2023-04-12)
747
- >>>>>>>
748
- >>>>>>> * Improve node typings [Pagan Gazzard]
749
- >>>>>>>
750
- >>>>>>> ######## abstract-sql-compiler-8.3.2
751
- >>>>>>> ######### (2023-04-12)
752
- >>>>>>>
753
- >>>>>>> * Add more node typings [Pagan Gazzard]
754
- >>>>>>>
755
- >>>>>>> ######## abstract-sql-compiler-8.3.1
756
- >>>>>>> ######### (2023-04-12)
757
- >>>>>>>
758
- >>>>>>> * Add more node typings [Pagan Gazzard]
759
- >>>>>>>
760
- >>>>>>> ######## abstract-sql-compiler-8.3.0
761
- >>>>>>> ######### (2023-04-11)
762
- >>>>>>>
763
- >>>>>>> * Support boolean nodes in a ValuesNode [Pagan Gazzard]
764
- >>>>>>>
765
- >>>>>>> ######## abstract-sql-compiler-8.2.0
766
- >>>>>>> ######### (2023-04-11)
767
- >>>>>>>
768
- >>>>>>> * Add `Between` node type [Pagan Gazzard]
769
- >>>>>>>
770
- >>>>>>> ######## abstract-sql-compiler-8.1.0
771
- >>>>>>> ######### (2023-04-11)
772
- >>>>>>>
773
- >>>>>>> * Add `BitwiseAnd`/`BitwiseShiftRight` node types [Pagan Gazzard]
774
- >>>>>>>
775
- >>>>>>> ######## abstract-sql-compiler-8.0.2
776
- >>>>>>> ######### (2023-04-06)
777
- >>>>>>>
778
- >>>>>>> * Add `NotInNode` type [Pagan Gazzard]
779
- >>>>>>> * Add `IsDistinctFromNode`/`IsNotDistinctFromNode` types [Pagan Gazzard]
780
- >>>>>>> * Add `CharacterLengthNode` type [Pagan Gazzard]
781
- >>>>>>>
782
- >>>>>>> ######## abstract-sql-compiler-8.0.1
783
- >>>>>>> ######### (2023-04-06)
784
- >>>>>>>
785
- >>>>>>> * Adds Cast node type to tree parsing [Otávio Jacobi]
786
- >>>>>>>
787
- >>>>>>> ######## odata-parser-2.4.6
788
- >>>>>>> ######### (2023-02-24)
789
- >>>>>>>
790
- >>>>>>> * Improve typings [Pagan Gazzard]
791
- >>>>>>>
792
- >>>>>>> ######## odata-parser-2.4.5
793
- >>>>>>> ######### (2023-02-23)
794
- >>>>>>>
795
- >>>>>>> * Use const/let as appropriate [Pagan Gazzard]
796
- >>>>>>>
797
- >>>>>>> ######## odata-parser-2.4.4
798
- >>>>>>> ######### (2023-02-23)
799
- >>>>>>>
800
- >>>>>>> * Use shorthand object notation [Pagan Gazzard]
801
- >>>>>>>
802
- >>>>>>> ######## odata-parser-2.4.3
803
- >>>>>>> ######### (2023-02-23)
804
- >>>>>>>
805
- >>>>>>> * Update dependencies [Pagan Gazzard]
806
- >>>>>>>
807
- >>>>>>
808
- >>>>>> </details>
809
- >>>>>>
810
- >>>>>>
811
- >>>>>
812
- >>>>> </details>
813
- >>>>>
814
- >>>>> * Remove support for the legacy AggregateJSON format of `[tableName, fieldName]` [Pagan Gazzard]
815
- >>>>> * Remove support for the legacy boolean format of `true|false` [Pagan Gazzard]
816
- >>>>> * Set minimum supported nodejs version to 16.13.0 and tsconfig to es2021 [Pagan Gazzard]
817
- >>>>> * Remove support for the legacy alias format of `[node, alias]` [Pagan Gazzard]
818
- >>>>> * Remove support for the legacy table format of `tableName` [Pagan Gazzard]
819
- >>>>> * Remove support for the legacy null formats of `null` and `'Null'` [Pagan Gazzard]
820
- >>>>> * Reflect the usage of BOOLEAN db type [Pagan Gazzard]
821
- >>>>>
822
- >>>>> <details>
823
- >>>>> <summary> Update @balena/sbvr-types to 4.x [Pagan Gazzard] </summary>
824
- >>>>>
825
- >>>>>> ####### sbvr-types-4.0.0
826
- >>>>>> ######## (2023-04-26)
827
- >>>>>>
828
- >>>>>> * Add test cases for Objects in JSON validate [fisehara]
829
- >>>>>> * Drop `require-npm4-to-publish` devDependency [fisehara]
830
- >>>>>> * Set minimum supported nodejs version to 16.13.0 and tsconfig to es2021 [Pagan Gazzard]
831
- >>>>>> * Switch `JSON` to use `JSON` db type instead of `TEXT` [Pagan Gazzard]
832
- >>>>>> * Switch `Boolean` to use `BOOLEAN` db type instead of `INTEGER` [Pagan Gazzard]
833
- >>>>>> * Assert that JSON input typeof is object [Josh Bowling]
834
- >>>>>>
835
- >>>>>
836
- >>>>> </details>
837
- >>>>>
838
- >>>>>
839
- >>>>> ###### abstract-sql-compiler-8.5.0
840
- >>>>> ####### (2023-04-27)
841
- >>>>>
842
- >>>>> * Use native `StartsWith` node type for postgres [Pagan Gazzard]
843
- >>>>> * Convert `EscapeForLike` into a standalone node type [Pagan Gazzard]
844
- >>>>>
845
- >>>>> ###### lf-to-abstract-sql-5.0.1
846
- >>>>> ####### (2023-05-16)
847
- >>>>>
848
- >>>>>
849
- >>>>> <details>
850
- >>>>> <summary> Update @balena/sbvr-types to 5.0.0 [Pagan Gazzard] </summary>
851
- >>>>>
852
- >>>>>> ####### sbvr-types-5.0.0
853
- >>>>>> ######## (2023-05-16)
854
- >>>>>>
855
- >>>>>> * Switch from `export =` to `export default` [Pagan Gazzard]
856
- >>>>>>
857
- >>>>>> ####### sbvr-types-4.0.2
858
- >>>>>> ######## (2023-05-03)
859
- >>>>>>
860
- >>>>>> * Improve typings [Pagan Gazzard]
861
- >>>>>>
862
- >>>>>> ####### sbvr-types-4.0.1
863
- >>>>>> ######## (2023-05-02)
864
- >>>>>>
865
- >>>>>> * boolean: Avoid unnecessary array creation to reduce GCs [Thodoris Greasidis]
866
- >>>>>>
867
- >>>>>> ####### sbvr-types-4.0.0
868
- >>>>>> ######## (2023-04-26)
869
- >>>>>>
870
- >>>>>> * Add test cases for Objects in JSON validate [fisehara]
871
- >>>>>> * Drop `require-npm4-to-publish` devDependency [fisehara]
872
- >>>>>> * Set minimum supported nodejs version to 16.13.0 and tsconfig to es2021 [Pagan Gazzard]
873
- >>>>>> * Switch `JSON` to use `JSON` db type instead of `TEXT` [Pagan Gazzard]
874
- >>>>>> * Switch `Boolean` to use `BOOLEAN` db type instead of `INTEGER` [Pagan Gazzard]
875
- >>>>>> * Assert that JSON input typeof is object [Josh Bowling]
876
- >>>>>>
877
- >>>>>> ####### sbvr-types-3.5.0
878
- >>>>>> ######## (2023-03-21)
879
- >>>>>>
880
- >>>>>> * Add Big Serial type [Josh Bowling]
881
- >>>>>>
882
- >>>>>> ####### sbvr-types-3.4.19
883
- >>>>>> ######## (2022-12-08)
884
- >>>>>>
885
- >>>>>> * Flowzone: Allow external contributions [Josh Bowling]
886
- >>>>>>
887
- >>>>>
888
- >>>>> </details>
889
- >>>>>
890
- >>>>>
891
- >>>>> ###### odata-parser-3.0.1
892
- >>>>> ####### (2023-09-25)
893
- >>>>>
894
- >>>>> * Allow running CI on external PRs [Pagan Gazzard]
895
- >>>>>
896
- >>>>> ###### sbvr-types-6.1.0
897
- >>>>> ####### (2023-10-03)
898
- >>>>>
899
- >>>>> * Add checksum to WebResource [Otávio Jacobi]
900
- >>>>>
901
- >>>>> ###### sbvr-types-6.0.0
902
- >>>>> ####### (2023-08-09)
903
- >>>>>
904
- >>>>> * Change contents to snake_case [Otávio Jacobi]
905
- >>>>>
906
- >>>>> ###### sbvr-types-5.2.0
907
- >>>>> ####### (2023-08-08)
908
- >>>>>
909
- >>>>> * Expose WebResource as WebResourceType [Otávio Jacobi]
910
- >>>>>
911
- >>>>> ###### sbvr-types-5.1.0
912
- >>>>> ####### (2023-08-03)
913
- >>>>>
914
- >>>>> * Adds WebResource type [Otávio Jacobi]
915
- >>>>>
916
- >>>>> ###### sbvr-types-5.0.0
917
- >>>>> ####### (2023-05-16)
918
- >>>>>
919
- >>>>> * Switch from `export =` to `export default` [Pagan Gazzard]
920
- >>>>>
921
- >>>>> ###### sbvr-types-4.0.2
922
- >>>>> ####### (2023-05-03)
923
- >>>>>
924
- >>>>> * Improve typings [Pagan Gazzard]
925
- >>>>>
926
- >>>>> ###### sbvr-types-4.0.1
927
- >>>>> ####### (2023-05-02)
928
- >>>>>
929
- >>>>> * boolean: Avoid unnecessary array creation to reduce GCs [Thodoris Greasidis]
930
- >>>>>
931
- >>>>
932
- >>>> </details>
933
- >>>>
934
- >>>>
935
- >>>> ##### odata-to-abstract-sql-6.1.0
936
- >>>> ###### (2023-08-16)
937
- >>>>
938
- >>>> * Support bind references as boolean types [Pagan Gazzard]
939
- >>>>
940
- >>>> ##### sbvr-parser-1.4.6
941
- >>>> ###### (Invalid date)
942
- >>>>
943
- >>>> * Update dependency @balena/sbvr-types to v8 [Self-hosted Renovate Bot]
944
- >>>>
945
- >>>> ##### sbvr-parser-1.4.5
946
- >>>> ###### (2024-06-18)
947
- >>>>
948
- >>>> * Switch to an inflection library from npm which does not monkey patch [Pagan Gazzard]
949
- >>>>
950
- >>>> ##### sbvr-parser-1.4.4
951
- >>>> ###### (2024-03-05)
952
- >>>>
953
- >>>> * Updated `@balena/sbvr-types` [Harald Fischer]
954
- >>>>
955
- >>>> ##### sbvr-types-9.0.2
956
- >>>> ###### (2024-09-17)
957
- >>>>
958
- >>>> * Change the exported Types to an interface so that they can be augmented [Thodoris Greasidis]
959
- >>>>
960
- >>>> ##### sbvr-types-9.0.1
961
- >>>> ###### (2024-08-05)
962
- >>>>
963
- >>>> * Update @balena/lint to v8.2.7 [Josh Bowling]
964
- >>>>
965
- >>>> ##### sbvr-types-9.0.0
966
- >>>> ###### (2024-08-02)
967
- >>>>
968
- >>>> * Update BigInteger and BigSerial TsTypes [Josh Bowling]
969
- >>>>
970
- >>>> ##### sbvr-types-8.0.0
971
- >>>> ###### (2024-06-12)
972
- >>>>
973
- >>>> * Improve BigInteger and BigSerial support [Josh Bowling]
974
- >>>>
975
- >>>> ##### sbvr-types-7.1.3
976
- >>>> ###### (2024-06-12)
977
- >>>>
978
- >>>> * Add typings for all abstract sql fragments, fixing where necessary [Pagan Gazzard]
979
- >>>>
980
- >>>> ##### sbvr-types-7.1.2
981
- >>>> ###### (2024-06-12)
982
- >>>>
983
- >>>> * Explicitly type the `compare` function for `hashed` [Pagan Gazzard]
984
- >>>>
985
- >>>> ##### sbvr-types-7.1.1
986
- >>>> ###### (2024-06-04)
987
- >>>>
988
- >>>> * Accept `Date` for the write types of `Date Time`/`Date`/`Time` [Pagan Gazzard]
989
- >>>>
990
- >>>> ##### sbvr-types-7.1.0
991
- >>>> ###### (2024-04-25)
992
- >>>>
993
- >>>> * Export typescript read/write types for each sbvr type [Pagan Gazzard]
994
- >>>>
995
- >>>> ##### sbvr-types-7.0.10
996
- >>>> ###### (2024-04-09)
997
- >>>>
998
- >>>> * Update Big Serial concept type to Big Integer [Josh Bowling]
999
- >>>>
1000
- >>>> ##### sbvr-types-7.0.9
1001
- >>>> ###### (2024-04-09)
1002
- >>>>
1003
- >>>> * Add Big Serial to Type.sbvr [Josh Bowling]
1004
- >>>>
1005
- >>>> ##### sbvr-types-7.0.8
1006
- >>>> ###### (2024-04-09)
1007
- >>>>
1008
- >>>> * Update prepare script for husky v9 [Josh Bowling]
1009
- >>>> * Update dependency husky to v9 [Self-hosted Renovate Bot]
1010
- >>>>
1011
- >>>> ##### sbvr-types-7.0.7
1012
- >>>> ###### (2024-04-09)
1013
- >>>>
1014
- >>>> * Update dependency @balena/lint to v8 [Self-hosted Renovate Bot]
1015
- >>>>
1016
- >>>> ##### sbvr-types-7.0.6
1017
- >>>> ###### (2024-03-21)
1018
- >>>>
1019
- >>>> * Improve JSON typings [Pagan Gazzard]
1020
- >>>>
1021
- >>>> ##### sbvr-types-7.0.5
1022
- >>>> ###### (2024-03-13)
1023
- >>>>
1024
- >>>> * Remove unnecessary catch bindings [Pagan Gazzard]
1025
- >>>>
1026
- >>>> ##### sbvr-types-7.0.4
1027
- >>>> ###### (2024-03-13)
1028
- >>>>
1029
- >>>> * Improve validate typings [Pagan Gazzard]
1030
- >>>>
1031
- >>>> ##### sbvr-types-7.0.3
1032
- >>>> ###### (2024-03-12)
1033
- >>>>
1034
- >>>> * Improve fetchProcessing typings [Pagan Gazzard]
1035
- >>>>
1036
- >>>> ##### sbvr-types-7.0.2
1037
- >>>> ###### (2024-03-12)
1038
- >>>>
1039
- >>>> * Tests: convert to typescript [Pagan Gazzard]
1040
- >>>>
1041
- >>>
1042
- >>> </details>
1043
- >>>
1044
- >>>
1045
- >>> #### sbvr-types-9.0.2
1046
- >>> ##### (2024-09-17)
1047
- >>>
1048
- >>> * Change the exported Types to an interface so that they can be augmented [Thodoris Greasidis]
1049
- >>>
1050
- >>> #### sbvr-types-9.0.1
1051
- >>> ##### (2024-08-05)
1052
- >>>
1053
- >>> * Update @balena/lint to v8.2.7 [Josh Bowling]
1054
- >>>
1055
- >>> #### sbvr-types-9.0.0
1056
- >>> ##### (2024-08-02)
1057
- >>>
1058
- >>> * Update BigInteger and BigSerial TsTypes [Josh Bowling]
1059
- >>>
1060
- >>> #### sbvr-types-8.0.0
1061
- >>> ##### (2024-06-12)
1062
- >>>
1063
- >>> * Improve BigInteger and BigSerial support [Josh Bowling]
1064
- >>>
1065
- >>
1066
- >> </details>
1067
- >>
1068
- >> * tsconfig: Switch the module compiler option to Node16 [Thodoris Greasidis]
1069
- >> * Update minimum supported nodejs version to 20.14.0 [Thodoris Greasidis]
1070
- >>
1071
- >
1072
- > </details>
1073
- >
1074
- >
1075
- > ## abstract-sql-compiler-10.1.1
1076
- > ### (2025-01-06)
1077
- >
1078
- > * Update dependency mocha to v11 [Self-hosted Renovate Bot]
1079
- >
1080
- > ## odata-parser-4.1.0
1081
- > ### (2025-02-11)
1082
- >
1083
- > * Allow ['Null'] inside a bound list [Otavio Jacobi]
1084
- >
1085
- > ## odata-parser-4.0.0
1086
- > ### (2025-01-29)
1087
- >
1088
- > * feat: compile odata `in` to a abstract sql `eq any $listBind` [Otavio Jacobi]
1089
- >
1090
-
1091
- </details>
10
+ * Add multipart upload interface for handlers [Otavio Jacobi]
1092
11
 
1093
12
  # v20.0.2
1094
13
  ## (2025-02-05)