@balena/pinejs 18.3.0-build-joshbwlng-listener-7c870231e3e3d73b82275fd0acbdcc9248101313-1 → 19.0.0-build-pinejs-client-8-dbd8545ba5a24b74163937aa564fa713ca9a382e-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.
@@ -1,15 +1,920 @@
1
1
  - commits:
2
- - subject: Add on notification listener support
3
- hash: 7c870231e3e3d73b82275fd0acbdcc9248101313
2
+ - subject: Update pinejs-client-core to 8.x
3
+ hash: dbd8545ba5a24b74163937aa564fa713ca9a382e
4
+ body: |
5
+ Update pinejs-client-core from 7.2.0 to 8.0.0
6
+ footer:
7
+ Change-type: major
8
+ change-type: major
9
+ author: Pagan Gazzard
10
+ nested:
11
+ - commits:
12
+ - subject: Remove error check if passing too many arguments to `request`
13
+ hash: 2e4bd33bae9c39ed6e448932deb891cfc29e5509
14
+ body: ""
15
+ footer:
16
+ Change-type: patch
17
+ change-type: patch
18
+ author: Pagan Gazzard
19
+ nested: []
20
+ - subject: Update error messages for invalid params
21
+ hash: 48f01543aaa0e036f877c50e55abb0adc36358b7
22
+ body: ""
23
+ footer:
24
+ Change-type: patch
25
+ change-type: patch
26
+ author: Pagan Gazzard
27
+ nested: []
28
+ - subject: Drop `url` from general `Params` and only have it in supported places
29
+ hash: ac23265dc29bff655e87c6b40aeda4a03d2040c7
30
+ body: ""
31
+ footer:
32
+ Change-type: major
33
+ change-type: major
34
+ author: Pagan Gazzard
35
+ nested: []
36
+ - subject: Remove deprecated `prepare` signatures in favor of always passing
37
+ expected aliases
38
+ hash: 84d2a7f54eb482688205b375dab8ca3536d0a4a0
39
+ body: ""
40
+ footer:
41
+ Change-type: major
42
+ change-type: major
43
+ author: Pagan Gazzard
44
+ nested: []
45
+ - subject: 'Remove `$filter: a: b: ...`, please use `$filter: a: $any: { $alias:
46
+ "x", $expr: x: b: ... }` instead.'
47
+ hash: 835a891a387660d49d1273c60d0bc972f8718174
48
+ body: ""
49
+ footer:
50
+ Change-type: major
51
+ change-type: major
52
+ author: Pagan Gazzard
53
+ nested: []
54
+ - subject: Remove unused `PinejsClient` generic from the class signature
55
+ hash: e970e7a7f19c962421c51843c237283dd33bc5f8
56
+ body: ""
57
+ footer:
58
+ Change-type: major
59
+ change-type: major
60
+ author: Pagan Gazzard
61
+ nested: []
62
+ - subject: "Removed `$filter: { a: { $count: { $op: number } } }`, please use
63
+ `$filter: { $eq: [ { a: { $count: {} } }, number ] }` instead."
64
+ hash: 0235dfde05eaef4b2226f1faa9831ceb2921484f
65
+ body: ""
66
+ footer:
67
+ Change-type: major
68
+ change-type: major
69
+ author: Pagan Gazzard
70
+ nested: []
71
+ - subject: Update minimum supported version to es2018
72
+ hash: af17f47ef1dc9e73f8e7018a989a11498acb7230
73
+ body: |
74
+ This standardizes us back on a single built version
75
+ footer:
76
+ Change-type: major
77
+ change-type: major
78
+ author: Pagan Gazzard
79
+ nested: []
80
+ - subject: Removed deprecated `transformGetResult` and renamed
81
+ `_transformGetResult` to replace it
82
+ hash: 9c7315d878737b6146f9105af34dc38cf4541602
83
+ body: ""
84
+ footer:
85
+ Change-type: major
86
+ change-type: major
87
+ author: Pagan Gazzard
88
+ nested: []
89
+ - subject: "Error on using OData options other than $filter in a `$expand: { a: {
90
+ $count: {...} } }`."
91
+ hash: 985bf319aa849f1f51ebea7e3120b9daa2d14e79
92
+ body: >
93
+ Previously they were warned about once but otherwise ignored,
94
+ this now
95
+
96
+ makes it much easier to spot mistakes from expecting a certain
97
+ behavior
98
+
99
+ based on specified options but not getting that behavior
100
+ footer:
101
+ Change-type: major
102
+ change-type: major
103
+ author: Pagan Gazzard
104
+ nested: []
105
+ - subject: "Removed `$orderby: 'a/$count'`, please use `$orderby: { a: { $count:
106
+ {...} } }` instead."
107
+ hash: 2dcf9a64bcd010775b6d6e2983465f581fc8f84c
108
+ body: ""
109
+ footer:
110
+ Change-type: major
111
+ change-type: major
112
+ author: Pagan Gazzard
113
+ nested: []
114
+ - subject: "Removed `$expand: { 'a/$count': {...} }`, please use `$expand: { a: {
115
+ $count: {...} } }` instead."
116
+ hash: 5cacbec1b143307efbb4519416d3b52ef42b54f9
117
+ body: ""
118
+ footer:
119
+ Change-type: major
120
+ change-type: major
121
+ author: Pagan Gazzard
122
+ nested: []
123
+ - subject: "Removed `resource: 'a/$count'`, please use `options: { $count: { ... }
124
+ }` instead."
125
+ hash: 084ce8bb47ea86c3d5b6b1c8217408598ccba113
126
+ body: ""
127
+ footer:
128
+ Change-type: major
129
+ change-type: major
130
+ author: Pagan Gazzard
131
+ nested: []
132
+ - subject: Removed passing `url` to `compile`, please use a query object instead
133
+ or use the url directly.
134
+ hash: 2904549fb52fac64ac8120871fb0810674c15e16
135
+ body: ""
136
+ footer:
137
+ Change-type: major
138
+ change-type: major
139
+ author: Pagan Gazzard
140
+ nested: []
141
+ - subject: Removed passing `url` to `delete`, please use a query object instead or
142
+ use `request` directly.
143
+ hash: 167fe6c000013b939aad3c71708b37f257a54652
144
+ body: ""
145
+ footer:
146
+ Change-type: major
147
+ change-type: major
148
+ author: Pagan Gazzard
149
+ nested: []
150
+ - subject: Removed passing `url` to `put`, please use a query object instead or
151
+ use `request` directly.
152
+ hash: 259e716cee0a8daea80d6457d26bcf9a64fade07
153
+ body: ""
154
+ footer:
155
+ Change-type: major
156
+ change-type: major
157
+ author: Pagan Gazzard
158
+ nested: []
159
+ - subject: Removed passing `url` to `patch`, please use a query object instead or
160
+ use `request` directly.
161
+ hash: 569f8e493b37375ae0e5db9f4fbe60dabeebd188
162
+ body: ""
163
+ footer:
164
+ Change-type: major
165
+ change-type: major
166
+ author: Pagan Gazzard
167
+ nested: []
168
+ - subject: Removed passing `url` to `post`, please use a query object instead or
169
+ use `request` directly.
170
+ hash: dc1afeb74d82024154640f21d8de3b77993ff495
171
+ body: ""
172
+ footer:
173
+ Change-type: major
174
+ change-type: major
175
+ author: Pagan Gazzard
176
+ nested: []
177
+ - subject: Removed passing `url` to `get`, please use a query object instead or
178
+ use `request` directly.
179
+ hash: ac85622e3fe712b3c8294c64449d89fb3c504296
180
+ body: ""
181
+ footer:
182
+ Change-type: major
183
+ change-type: major
184
+ author: Pagan Gazzard
185
+ nested: []
186
+ - subject: Removed passing `url` to `upsert` as it is unsupported and may have
187
+ adverse effects, please use a query object instead.
188
+ hash: a48e23d31e173f7ec9146c1cbaff3a5518c9a5b8
189
+ body: ""
190
+ footer:
191
+ Change-type: major
192
+ change-type: major
193
+ author: Pagan Gazzard
194
+ nested: []
195
+ - subject: Removed passing `url` to `getOrCreate` as it is unsupported and may
196
+ have adverse effects, please use a query object instead.
197
+ hash: d20d4b89d5523a97578d7168fed6aaf0567053e5
198
+ body: ""
199
+ footer:
200
+ Change-type: major
201
+ change-type: major
202
+ author: Pagan Gazzard
203
+ nested: []
204
+ version: pinejs-client-js-8.0.0
205
+ title: ""
206
+ date: 2024-09-13T12:40:56.292Z
207
+ - subject: Avoid deprecated usage of pinejs-client
208
+ hash: 5ef877d6d3c1128d968b02560457e6920840e546
209
+ body: ""
210
+ footer:
211
+ Change-type: patch
212
+ change-type: patch
213
+ author: Pagan Gazzard
214
+ nested: []
215
+ version: 19.0.0
216
+ title: ""
217
+ date: 2024-09-13T14:18:48.433Z
218
+ - commits:
219
+ - subject: Use updated pinejs-client `prepare` syntax
220
+ hash: be8420b8f48f372caee3fe4f7857ff181e142de9
221
+ body: |
222
+ This also fixes the returned actor id for `checkPassword` since the
223
+ improved typings caught that it did not match the expected return type
224
+ footer:
225
+ Change-type: patch
226
+ change-type: patch
227
+ author: Pagan Gazzard
228
+ nested: []
229
+ version: 18.2.9
230
+ title: ""
231
+ date: 2024-09-13T14:15:09.966Z
232
+ - commits:
233
+ - subject: Update dependencies
234
+ hash: 90241b75b4cddc82f6d147d1b84edac2939a905c
235
+ body: |
236
+ Update pinejs-client-core from 7.1.4 to 7.2.0
237
+ footer:
238
+ Change-type: patch
239
+ change-type: patch
240
+ author: Pagan Gazzard
241
+ nested:
242
+ - commits:
243
+ - subject: Export `OptionsToResponse` type helper
244
+ hash: ae97930264fb22bc8d441bec282c29a90cabbb23
245
+ body: ""
246
+ footer:
247
+ Change-type: minor
248
+ change-type: minor
249
+ author: Pagan Gazzard
250
+ nested: []
251
+ version: pinejs-client-js-7.2.0
252
+ title: ""
253
+ date: 2024-09-13T12:26:09.581Z
254
+ - commits:
255
+ - subject: Switch tsconfig module resolution to Node16
256
+ hash: 2c6b45dd7d8d64ae74b9f9efff50de12614780e4
257
+ body: ""
258
+ footer:
259
+ Change-type: patch
260
+ change-type: patch
261
+ author: Pagan Gazzard
262
+ nested: []
263
+ version: pinejs-client-js-7.1.5
264
+ title: ""
265
+ date: 2024-09-13T12:13:12.995Z
266
+ version: 18.2.8
267
+ title: ""
268
+ date: 2024-09-13T14:03:33.234Z
269
+ - commits:
270
+ - subject: Update dependencies
271
+ hash: 5f68e9c1a73b073a071c244b693596adadf39b48
272
+ body: |
273
+ Update @balena/abstract-sql-to-typescript from 4.0.3 to 4.0.6
274
+ footer:
275
+ Change-type: patch
276
+ change-type: patch
277
+ author: Pagan Gazzard
278
+ nested:
279
+ - commits:
280
+ - subject: Fix built file paths now that package.json is imported rather than
281
+ required
282
+ hash: 8c223d915d66559b8650536745adb742362392ff
283
+ body: ""
284
+ footer:
285
+ Change-type: patch
286
+ change-type: patch
287
+ author: Pagan Gazzard
288
+ nested: []
289
+ version: abstract-sql-to-typescript-4.0.6
290
+ title: ""
291
+ date: 2024-09-12T16:40:31.414Z
292
+ - commits:
293
+ - subject: Update @balena/lint to 9.x
294
+ hash: d2c8c970f9d7c70b1e134952c621eaa768fe0f4b
295
+ body: ""
296
+ footer:
297
+ Change-type: patch
298
+ change-type: patch
299
+ author: Pagan Gazzard
300
+ nested: []
301
+ version: abstract-sql-to-typescript-4.0.5
302
+ title: ""
303
+ date: 2024-09-12T16:23:15.397Z
304
+ - commits:
305
+ - subject: Correctly use `Record<string, never>` when there are no writable fields
306
+ hash: 573c4da6d9e4521f700e7f38a033640ef8afe533
307
+ body: ""
308
+ footer:
309
+ Change-type: patch
310
+ change-type: patch
311
+ author: Pagan Gazzard
312
+ nested: []
313
+ version: abstract-sql-to-typescript-4.0.4
314
+ title: ""
315
+ date: 2024-09-12T16:04:52.737Z
316
+ version: 18.2.7
317
+ title: ""
318
+ date: 2024-09-13T07:04:45.899Z
319
+ - commits:
320
+ - subject: Fix linting issues with latest dependencies
321
+ hash: b9b80e9eafc9a7becf6d33b0eba760ec0cf06665
322
+ body: ""
323
+ footer:
324
+ Change-type: patch
325
+ change-type: patch
326
+ author: Thodoris Greasidis
327
+ nested: []
328
+ - subject: Update TypeScript to 5.6.2
329
+ hash: a96107141315d64f6d3fa4fe227243c80351af1a
330
+ body: ""
331
+ footer:
332
+ Change-type: patch
333
+ change-type: patch
334
+ author: Thodoris Greasidis
335
+ nested: []
336
+ version: 18.2.6
337
+ title: ""
338
+ date: 2024-09-12T13:28:05.172Z
339
+ - commits:
340
+ - subject: Update dependency commander to v12
341
+ hash: eb10dbdcd80ce05ad65f9b7c47542d3ee8f3fe38
342
+ body: |
343
+ Update commander from 11.1.0 to 12.1.0
344
+ footer:
345
+ Change-type: patch
346
+ change-type: patch
347
+ author: Self-hosted Renovate Bot
348
+ nested: []
349
+ version: 18.2.5
350
+ title: ""
351
+ date: 2024-09-10T09:37:14.400Z
352
+ - commits:
353
+ - subject: "Tests: update nodejs to 20.x matching the minimum supported version"
354
+ hash: 0ae61c069bd857428a7be988b780f6e838faec35
355
+ body: ""
356
+ footer:
357
+ Change-type: patch
358
+ change-type: patch
359
+ author: Pagan Gazzard
360
+ nested: []
361
+ version: 18.2.4
362
+ title: ""
363
+ date: 2024-09-09T15:07:44.637Z
364
+ - commits:
365
+ - subject: Update dependencies
366
+ hash: 7c5abc026df4ca1b9f72be92aa49791550f83bc6
367
+ body: |
368
+ Update @balena/abstract-sql-to-typescript from 4.0.0 to 4.0.2
369
+ Update pinejs-client-core from 7.0.1 to 7.1.3
370
+ Update pinejs-client-supertest from 2.1.1 to 2.1.2
371
+ footer:
372
+ Change-type: patch
373
+ change-type: patch
374
+ author: Pagan Gazzard
375
+ nested:
376
+ - commits:
377
+ - subject: Fix computed fields to correctly be omitted from `Write` typings
378
+ hash: 17f5875cb59e83318b2cdddb7886008f1a48c214
379
+ body: ""
380
+ footer:
381
+ Change-type: patch
382
+ change-type: patch
383
+ author: Pagan Gazzard
384
+ nested: []
385
+ - subject: Fix tables with definitions to correctly have no writable fields
386
+ hash: 55e0d492587f74b711bc119e89d04113d0cb3c88
387
+ body: ""
388
+ footer:
389
+ Change-type: patch
390
+ change-type: patch
391
+ author: Pagan Gazzard
392
+ nested: []
393
+ version: abstract-sql-to-typescript-4.0.2
394
+ title: ""
395
+ date: 2024-09-06T14:53:21.457Z
396
+ - commits:
397
+ - subject: Update dependencies
398
+ hash: 037567bd7927fb26f8096431ac5c23f497bc8f25
399
+ body: |
400
+ Update @balena/odata-to-abstract-sql from 6.2.7 to 6.3.0
401
+ footer:
402
+ Change-type: patch
403
+ change-type: patch
404
+ author: Pagan Gazzard
405
+ nested:
406
+ - commits:
407
+ - subject: Support PUT/PATCH/DELETE requests on resources with a translated ID
408
+ field
409
+ hash: 65b06761fca1b13e13ec99c4ed5394814feff4ef
410
+ body: ""
411
+ footer:
412
+ Change-type: minor
413
+ change-type: minor
414
+ author: Thodoris Greasidis
415
+ nested: []
416
+ version: odata-to-abstract-sql-6.3.0
417
+ title: ""
418
+ date: 2024-08-26T16:45:57.380Z
419
+ - commits:
420
+ - subject: Update dependencies
421
+ hash: 5bb046976db9be203106ebd20db6248064fc9728
422
+ body: |
423
+ Update @balena/abstract-sql-compiler from 9.1.4 to 9.2.0
424
+ Update @balena/lf-to-abstract-sql from 5.0.1 to 5.0.2
425
+ Update @balena/odata-parser from 3.0.3 to 3.0.8
426
+ Update @balena/sbvr-parser from 1.4.3 to 1.4.6
427
+ Update @balena/sbvr-types from 7.0.1 to 7.1.3
428
+ footer:
429
+ Change-type: patch
430
+ change-type: patch
431
+ author: Pagan Gazzard
432
+ nested:
433
+ - commits:
434
+ - subject: Adds `EndsWithNode` and `ContainsNode` typings
435
+ hash: bb2233220c988afaece120ece38e035c8dd14b02
436
+ body: ""
437
+ footer:
438
+ Change-type: minor
439
+ change-type: minor
440
+ author: Pagan Gazzard
441
+ nested: []
442
+ version: abstract-sql-compiler-9.2.0
443
+ title: ""
444
+ date: 2024-06-12T13:14:07.807Z
445
+ - commits:
446
+ - subject: Update `@balena/sbvr-types` devDependency
447
+ hash: 01f9b8aea7750c6033d535c791fad2b853071bda
448
+ body: |
449
+ Update @balena/sbvr-types from 5.0.0 to 7.0.1
450
+ footer:
451
+ Change-type: patch
452
+ change-type: patch
453
+ Signed-off-by: Harald Fischer <harald@balena.io>
454
+ signed-off-by: Harald Fischer <harald@balena.io>
455
+ author: Harald Fischer
456
+ nested:
457
+ - commits:
458
+ - subject: Update dependency @balena/abstract-sql-compiler to v9
459
+ hash: 37684ebb1692f97780dd27056b9cfe299c456b3c
460
+ body: >
461
+ Update @balena/abstract-sql-compiler
462
+ from 8.5.0 to 9.0.4
463
+ footer:
464
+ Change-type: patch
465
+ change-type: patch
466
+ author: Self-hosted Renovate Bot
467
+ version: sbvr-types-7.0.1
468
+ title: ""
469
+ date: 2024-03-04T19:48:17.416Z
470
+ - commits:
471
+ - subject: Return `ISODateString` instead of `date`
472
+ hash: 37e2d446c0ec11f2e3a1ab41b1a205280062bd5d
473
+ body: >
474
+ The internal and external representation
475
+ of the returned object from pinejs
476
+ should be consistent.
477
+
478
+ Pinejs internal interface will return
479
+ date or date time fields as date object.
480
+ For the external interface the object is
481
+ JSON.stringified so that date becomes an
482
+ ISO string anyway.
483
+ footer:
484
+ Change-type: major
485
+ change-type: major
486
+ Signed-off-by: fisehara <harald@balena.io>
487
+ signed-off-by: fisehara <harald@balena.io>
488
+ author: fisehara
489
+ version: sbvr-types-7.0.0
490
+ title: ""
491
+ date: 2024-03-04T17:37:23.873Z
492
+ - commits:
493
+ - subject: Update dependency @types/chai-datetime to ^0.0.39
494
+ hash: 428c5a2c94bd753cc2ffc6d1e012c3a743e1b4d2
495
+ body: >
496
+ Update @types/chai-datetime from 0.0.37
497
+ to 0.0.39
498
+ footer:
499
+ Change-type: patch
500
+ change-type: patch
501
+ author: Self-hosted Renovate Bot
502
+ version: sbvr-types-6.1.1
503
+ title: ""
504
+ date: 2024-01-02T18:54:07.180Z
505
+ - commits:
506
+ - subject: Add checksum to WebResource
507
+ hash: be6a1e9bacad51f99d685f491b3bf81545536adb
508
+ body: ""
509
+ footer:
510
+ Change-type: minor
511
+ change-type: minor
512
+ author: Otávio Jacobi
513
+ version: sbvr-types-6.1.0
514
+ title: ""
515
+ date: 2023-10-03T22:49:47.984Z
516
+ - commits:
517
+ - subject: Change contents to snake_case
518
+ hash: aaa12269901e364533cf2aa45a958948ce0339de
519
+ body: ""
520
+ footer:
521
+ Change-Type: major
522
+ change-type: major
523
+ author: Otávio Jacobi
524
+ version: sbvr-types-6.0.0
525
+ title: ""
526
+ date: 2023-08-09T00:10:50.917Z
527
+ - commits:
528
+ - subject: Expose WebResource as WebResourceType
529
+ hash: 9e42bfffb2145b5096539492b36b0f19b1f2e209
530
+ body: ""
531
+ footer:
532
+ Change-type: minor
533
+ change-type: minor
534
+ author: Otávio Jacobi
535
+ version: sbvr-types-5.2.0
536
+ title: ""
537
+ date: 2023-08-08T21:01:49.459Z
538
+ - commits:
539
+ - subject: Adds WebResource type
540
+ hash: db7ff44e95a040a0b250d8c7612b126b31a3f325
541
+ body: ""
542
+ footer:
543
+ Change-type: minor
544
+ change-type: minor
545
+ Co-authored-by: ramirogm
546
+ co-authored-by: ramirogm
547
+ author: Otávio Jacobi
548
+ version: sbvr-types-5.1.0
549
+ title: ""
550
+ date: 2023-08-03T09:36:41.490Z
551
+ version: lf-to-abstract-sql-5.0.2
552
+ title: ""
553
+ date: 2024-03-05T13:44:30.007Z
554
+ - commits:
555
+ - subject: Fix type checking of the declaration file
556
+ hash: 17dc377da3031f28bb5f2ffaff9b2185d65159aa
557
+ body: ""
558
+ footer:
559
+ Change-type: patch
560
+ change-type: patch
561
+ author: Pagan Gazzard
562
+ version: odata-parser-3.0.8
563
+ title: ""
564
+ date: 2024-06-04T09:56:51.182Z
565
+ - commits:
566
+ - subject: Update dependency husky to v9
567
+ hash: 8d5929cbbce1765e8ad14a84a1b6e669daedd9a8
568
+ body: |
569
+ Update husky from 8.0.3 to 9.0.11
570
+ footer:
571
+ Change-type: patch
572
+ change-type: patch
573
+ author: Self-hosted Renovate Bot
574
+ version: odata-parser-3.0.7
575
+ title: ""
576
+ date: 2024-04-13T14:30:01.103Z
577
+ - commits:
578
+ - subject: Update dependency peggy to v4
579
+ hash: d0c83b2955f285f3cac927e4310e0b948d522189
580
+ body: |
581
+ Update peggy from 3.0.2 to 4.0.2
582
+ footer:
583
+ Change-type: patch
584
+ change-type: patch
585
+ author: Self-hosted Renovate Bot
586
+ version: odata-parser-3.0.6
587
+ title: ""
588
+ date: 2024-04-12T09:10:02.194Z
589
+ - commits:
590
+ - subject: Update dependency lint-staged to v15
591
+ hash: 703834a4c358dd348e1ffce797f6e3c37a03941f
592
+ body: |
593
+ Update lint-staged from 13.3.0 to 15.2.2
594
+ footer:
595
+ Change-type: patch
596
+ change-type: patch
597
+ author: Self-hosted Renovate Bot
598
+ version: odata-parser-3.0.5
599
+ title: ""
600
+ date: 2024-04-12T08:19:19.907Z
601
+ - commits:
602
+ - subject: Update dependency @balena/lint to v8
603
+ hash: 8048f717367a41233a995096edf2da6710e9e247
604
+ body: |
605
+ Update @balena/lint from 7.3.0 to 8.0.0
606
+ footer:
607
+ Change-type: patch
608
+ change-type: patch
609
+ author: Self-hosted Renovate Bot
610
+ version: odata-parser-3.0.4
611
+ title: ""
612
+ date: 2024-04-12T02:48:22.037Z
613
+ - commits:
614
+ - subject: Update dependency @balena/sbvr-types to v8
615
+ hash: cf8795b08f30806b5500508dcab3623c5d444928
616
+ body: |
617
+ Update @balena/sbvr-types from 7.1.3 to 8.0.0
618
+ footer:
619
+ Change-type: patch
620
+ change-type: patch
621
+ author: Self-hosted Renovate Bot
622
+ version: sbvr-parser-1.4.6
623
+ title: ""
624
+ date: 2024-07-30T06:48:09.778Z
625
+ - commits:
626
+ - subject: Switch to an inflection library from npm which does not monkey patch
627
+ hash: 2082369825fc80acb549793e4cc1cd35c77850d4
628
+ body: ""
629
+ footer:
630
+ Change-type: patch
631
+ change-type: patch
632
+ author: Pagan Gazzard
633
+ version: sbvr-parser-1.4.5
634
+ title: ""
635
+ date: 2024-06-18T21:23:34.689Z
636
+ - commits:
637
+ - subject: Updated `@balena/sbvr-types`
638
+ hash: a6c901c8c3b624dabaf282d0229276be8a9ea320
639
+ body: |
640
+ Update @balena/sbvr-types from 3.4.15 to 7.0.1
641
+ footer:
642
+ Change-type: patch
643
+ change-type: patch
644
+ Signed-off-by: Harald Fischer <harald@balena.io>
645
+ signed-off-by: Harald Fischer <harald@balena.io>
646
+ author: Harald Fischer
647
+ version: sbvr-parser-1.4.4
648
+ title: ""
649
+ date: 2024-03-05T12:54:23.843Z
650
+ - commits:
651
+ - subject: Add typings for all abstract sql fragments, fixing where necessary
652
+ hash: b84c335877236e3d389df064b3e7b2acd1a656ae
653
+ body: ""
654
+ footer:
655
+ Change-type: patch
656
+ change-type: patch
657
+ author: Pagan Gazzard
658
+ version: sbvr-types-7.1.3
659
+ title: ""
660
+ date: 2024-06-12T21:08:39.814Z
661
+ - commits:
662
+ - subject: Explicitly type the `compare` function for `hashed`
663
+ hash: 6ece56f531ba9507fb090003bd3216e90b2f583b
664
+ body: >
665
+ This avoids the need for downstream users to
666
+ have the bcrypt types
667
+
668
+ available whilst also avoiding accidental
669
+ breaking changes
670
+ footer:
671
+ Change-type: patch
672
+ change-type: patch
673
+ author: Pagan Gazzard
674
+ version: sbvr-types-7.1.2
675
+ title: ""
676
+ date: 2024-06-12T12:19:17.354Z
677
+ - commits:
678
+ - subject: Accept `Date` for the write types of `Date Time`/`Date`/`Time`
679
+ hash: eb03c8fb593fad76c74dad57a3d45625daf44d76
680
+ body: ""
681
+ footer:
682
+ Change-type: patch
683
+ change-type: patch
684
+ author: Pagan Gazzard
685
+ version: sbvr-types-7.1.1
686
+ title: ""
687
+ date: 2024-06-04T09:59:12.864Z
688
+ - commits:
689
+ - subject: Export typescript read/write types for each sbvr type
690
+ hash: 66b9a012e242533372ce34a73e31f6e3aac93d91
691
+ body: ""
692
+ footer:
693
+ Change-type: minor
694
+ change-type: minor
695
+ author: Pagan Gazzard
696
+ version: sbvr-types-7.1.0
697
+ title: ""
698
+ date: 2024-04-25T11:57:56.975Z
699
+ - commits:
700
+ - subject: Update Big Serial concept type to Big Integer
701
+ hash: 6343737f7eb62282ebb2b572faf2b91716508a8b
702
+ body: ""
703
+ footer:
704
+ Change-type: patch
705
+ change-type: patch
706
+ author: Josh Bowling
707
+ version: sbvr-types-7.0.10
708
+ title: ""
709
+ date: 2024-04-09T11:21:31.060Z
710
+ - commits:
711
+ - subject: Add Big Serial to Type.sbvr
712
+ hash: c5add0fc65e8e78ab481e97d37aeb8353c082b57
713
+ body: ""
714
+ footer:
715
+ Change-type: patch
716
+ change-type: patch
717
+ author: Josh Bowling
718
+ version: sbvr-types-7.0.9
719
+ title: ""
720
+ date: 2024-04-09T10:03:09.812Z
721
+ - commits:
722
+ - subject: Update prepare script for husky v9
723
+ hash: 72d7dac84880aa8604345a6fee74ec3eacbe1176
724
+ body: ""
725
+ footer:
726
+ Change-type: patch
727
+ change-type: patch
728
+ author: Josh Bowling
729
+ - subject: Update dependency husky to v9
730
+ hash: 3a3e4f4e2ae95b5691cb31a1448854318e5b8cc5
731
+ body: |
732
+ Update husky from 8.0.3 to 9.0.11
733
+ footer:
734
+ Change-type: patch
735
+ change-type: patch
736
+ author: Self-hosted Renovate Bot
737
+ version: sbvr-types-7.0.8
738
+ title: ""
739
+ date: 2024-04-09T01:25:47.103Z
740
+ - commits:
741
+ - subject: Update dependency @balena/lint to v8
742
+ hash: 58e3db3861e13d463a5535b60d533280de70c4c1
743
+ body: |
744
+ Update @balena/lint from 7.3.0 to 8.0.0
745
+ footer:
746
+ Change-type: patch
747
+ change-type: patch
748
+ author: Self-hosted Renovate Bot
749
+ version: sbvr-types-7.0.7
750
+ title: ""
751
+ date: 2024-04-09T01:07:54.165Z
752
+ - commits:
753
+ - subject: Improve JSON typings
754
+ hash: 487000677cbc9decdcc0029b24f7c6de81216b57
755
+ body: ""
756
+ footer:
757
+ Change-type: patch
758
+ change-type: patch
759
+ author: Pagan Gazzard
760
+ version: sbvr-types-7.0.6
761
+ title: ""
762
+ date: 2024-03-21T15:44:08.831Z
763
+ - commits:
764
+ - subject: Remove unnecessary catch bindings
765
+ hash: fcef4ec9f19378eea8d0dea167b2bd1958831306
766
+ body: ""
767
+ footer:
768
+ Change-type: patch
769
+ change-type: patch
770
+ author: Pagan Gazzard
771
+ version: sbvr-types-7.0.5
772
+ title: ""
773
+ date: 2024-03-13T15:50:57.151Z
774
+ - commits:
775
+ - subject: Improve validate typings
776
+ hash: 6ed4746379e8b038e4a148ca6f6c4c1e52aa67a2
777
+ body: ""
778
+ footer:
779
+ Change-type: patch
780
+ change-type: patch
781
+ author: Pagan Gazzard
782
+ version: sbvr-types-7.0.4
783
+ title: ""
784
+ date: 2024-03-13T01:47:54.313Z
785
+ - commits:
786
+ - subject: Improve fetchProcessing typings
787
+ hash: 0512e2c89ad83458b91cbaa380b8de729db81342
788
+ body: ""
789
+ footer:
790
+ Change-type: patch
791
+ change-type: patch
792
+ author: Pagan Gazzard
793
+ version: sbvr-types-7.0.3
794
+ title: ""
795
+ date: 2024-03-12T15:51:33.314Z
796
+ - commits:
797
+ - subject: "Tests: convert to typescript"
798
+ hash: a78e1c02edc63927ae978f57afdd5edea25adec1
799
+ body: ""
800
+ footer:
801
+ Change-type: patch
802
+ change-type: patch
803
+ author: Pagan Gazzard
804
+ version: sbvr-types-7.0.2
805
+ title: ""
806
+ date: 2024-03-12T15:06:28.057Z
807
+ version: odata-to-abstract-sql-6.2.8
808
+ title: ""
809
+ date: 2024-08-26T13:17:55.861Z
810
+ version: abstract-sql-to-typescript-4.0.1
811
+ title: ""
812
+ date: 2024-09-06T14:37:16.617Z
813
+ - commits:
814
+ - subject: Improve `upsert` typings
815
+ hash: 33512bfad45a77bb7390f2d98cf450d39b2f3d7f
816
+ body: ""
817
+ footer:
818
+ Change-type: patch
819
+ change-type: patch
820
+ author: Pagan Gazzard
821
+ nested: []
822
+ version: pinejs-client-js-7.1.3
823
+ title: ""
824
+ date: 2024-09-05T16:35:32.010Z
825
+ - commits:
826
+ - subject: Improve `getOrCreate` typings
827
+ hash: edbf05ae07a15a060b0d7ea4d7e536dc55f6ff17
828
+ body: ""
829
+ footer:
830
+ Change-type: patch
831
+ change-type: patch
832
+ author: Pagan Gazzard
833
+ nested: []
834
+ version: pinejs-client-js-7.1.2
835
+ title: ""
836
+ date: 2024-09-05T13:47:03.150Z
837
+ - commits:
838
+ - subject: Improve typings for `subscribe` function
839
+ hash: cd9acce6e18846cefe717634db1da1c88d6dd17b
840
+ body: ""
841
+ footer:
842
+ Change-type: patch
843
+ change-type: patch
844
+ author: Pagan Gazzard
845
+ nested: []
846
+ - subject: Fix typing for subscribe `on('data')` method
847
+ hash: 384156969e4d16a3aa7188cb364d6cba109e3421
848
+ body: ""
849
+ footer:
850
+ Change-type: patch
851
+ change-type: patch
852
+ author: Pagan Gazzard
853
+ nested: []
854
+ version: pinejs-client-js-7.1.1
855
+ title: ""
856
+ date: 2024-09-04T09:08:38.523Z
857
+ - commits:
858
+ - subject: Deprecate `prepare` without expected parameter aliases
859
+ hash: bf7cd7f196e911e2de7cd954b2edaa702b81853c
860
+ body: |
861
+ This will allow for removing a lot of overloads
862
+ footer:
863
+ Change-type: patch
864
+ change-type: patch
865
+ author: Pagan Gazzard
866
+ nested: []
867
+ - subject: Add the option to list expected parameter aliases when preparing a
868
+ query
869
+ hash: 7a53f56dd3af5ec0b83b5fbf8e399e6e1dc2daa4
870
+ body: ""
871
+ footer:
872
+ Change-type: minor
873
+ change-type: minor
874
+ author: Pagan Gazzard
875
+ nested: []
876
+ version: pinejs-client-js-7.1.0
877
+ title: ""
878
+ date: 2024-09-02T15:52:18.777Z
879
+ - commits:
880
+ - subject: "Fix typings for `request` method when using `method: 'GET'`"
881
+ hash: 51bf4f2e8651409f856fadd5f37fda2290a53e26
882
+ body: ""
883
+ footer:
884
+ Change-type: patch
885
+ change-type: patch
886
+ author: Pagan Gazzard
887
+ nested: []
888
+ version: pinejs-client-js-7.0.3
889
+ title: ""
890
+ date: 2024-08-30T14:37:00.134Z
891
+ - commits:
892
+ - subject: Reduce overloads for `get` by improving `OptionsToResponse` type helper
893
+ hash: e4e0c2808fb20166603bad5386ef887cf3296d4a
894
+ body: ""
895
+ footer:
896
+ Change-type: patch
897
+ change-type: patch
898
+ author: Pagan Gazzard
899
+ nested: []
900
+ version: pinejs-client-js-7.0.2
901
+ title: ""
902
+ date: 2024-08-30T13:52:19.618Z
903
+ version: 18.2.3
904
+ title: ""
905
+ date: 2024-09-06T15:15:46.884Z
906
+ - commits:
907
+ - subject: Remove unused dev dependencies
908
+ hash: 5d40b0c1128aa3d914086c732a99696ab2615c33
4
909
  body: ""
5
910
  footer:
6
- Change-type: minor
7
- change-type: minor
8
- author: Josh Bowling
911
+ Change-type: patch
912
+ change-type: patch
913
+ author: Pagan Gazzard
9
914
  nested: []
10
- version: 18.3.0
915
+ version: 18.2.2
11
916
  title: ""
12
- date: 2024-09-02T09:00:53.151Z
917
+ date: 2024-09-05T12:49:36.948Z
13
918
  - commits:
14
919
  - subject: Fix using $filter on PATCH&DELETE requests on translated properties
15
920
  hash: 96771bde7fec6ff754d04e3e9bb59656c10624b0