@balena/odata-to-abstract-sql 5.4.8 → 5.4.9

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,3 +1,108 @@
1
+ - commits:
2
+ - subject: Update dependencies
3
+ hash: a80855150955d687b565a33633fe69b4e5e10ebd
4
+ body: |
5
+ Update @balena/abstract-sql-compiler from 7.17.0 to 7.19.0
6
+ Update @balena/odata-parser from 2.2.8 to 2.2.9
7
+ footer:
8
+ Change-type: patch
9
+ change-type: patch
10
+ author: Pagan Gazzard
11
+ nested:
12
+ - commits:
13
+ - subject: Remove .circleci/config.yml
14
+ hash: 017b5e4c10ed4e13b344086888f6bc64cacb9c0c
15
+ body: ""
16
+ footer:
17
+ Change-type: patch
18
+ change-type: patch
19
+ Signed-off-by: Thodoris Greasidis <thodoris@balena.io>
20
+ signed-off-by: Thodoris Greasidis <thodoris@balena.io>
21
+ author: Thodoris Greasidis
22
+ nested: []
23
+ - subject: Add support for `ConcatenateWithSeparator` nodes
24
+ hash: 34bae3f19224ba38cf6806653ef8884a07f41357
25
+ body: ""
26
+ footer:
27
+ Change-type: minor
28
+ change-type: minor
29
+ author: Thodoris Greasidis
30
+ nested: []
31
+ version: abstract-sql-compiler-7.19.0
32
+ title: "'Add support for nodes'"
33
+ date: 2022-03-24T14:48:17.742Z
34
+ - commits:
35
+ - subject: Add reference property type
36
+ hash: d28e2456dff10b18bcc97b7232479fe78efd5eb3
37
+ body: >
38
+ Property type describes if the reference is 'strict' or
39
+ 'informative'.
40
+
41
+
42
+ Behaviour change only if type is informative otherwise default 'strict'.
43
+
44
+
45
+ An informative reference is just an int field that points
46
+
47
+ to another tables id field - like foreign key without constraints
48
+
49
+ or foregein key cascades.
50
+ footer:
51
+ Change-type: minor
52
+ change-type: minor
53
+ Signed-off-by: Harald Fischer <harald@balena.io>
54
+ signed-off-by: Harald Fischer <harald@balena.io>
55
+ author: Harald Fischer
56
+ nested: []
57
+ version: abstract-sql-compiler-7.18.0
58
+ title: "'Add informative reference dataType to schema tests'"
59
+ date: 2022-02-16T14:18:44.963Z
60
+ - commits:
61
+ - subject: Avoid the operation type optimization for HAVING clauses
62
+ hash: 3fcf08bc02c21d9f49b78787ed516fa9a403f021
63
+ body: >
64
+ Since it's possible for them to behave in a way that violates
65
+ the
66
+
67
+ safety checks we'll disable them until we can add specific checks
68
+
69
+ for the HAVING clause
70
+ footer:
71
+ Change-type: patch
72
+ change-type: patch
73
+ author: Pagan Gazzard
74
+ nested: []
75
+ version: abstract-sql-compiler-7.17.1
76
+ date: 2022-01-24T17:36:32.056Z
77
+ - commits:
78
+ - subject: Update dependencies
79
+ hash: e63884d3e86c2654fd601cacc53f3e8e61bb1d87
80
+ body: ""
81
+ footer:
82
+ Change-type: patch
83
+ change-type: patch
84
+ author: Pagan Gazzard
85
+ - subject: Remove circleci
86
+ hash: 39e258be1ffdd9cce2c4e1bcc4ba69bf00f8de76
87
+ body: ""
88
+ footer:
89
+ Change-type: patch
90
+ change-type: patch
91
+ author: Pagan Gazzard
92
+ version: odata-parser-2.2.9
93
+ title: "'Remove circleci/update deps'"
94
+ date: 2022-04-08T13:13:27.932Z
95
+ - subject: Remove circleci
96
+ hash: a0d153897fe474fbb6fb87f2606c3d8ca5296799
97
+ body: ""
98
+ footer:
99
+ Change-type: patch
100
+ change-type: patch
101
+ author: Pagan Gazzard
102
+ nested: []
103
+ version: 5.4.9
104
+ title: "'Remove circleci/update deps'"
105
+ date: 2022-04-08T13:33:05.371Z
1
106
  - commits:
2
107
  - subject: Use the full alias for the prefix hash
3
108
  hash: d60132e2eed1408735c1ee6dae12d69548cb1796
@@ -10,7 +115,7 @@
10
115
  author: Pagan Gazzard
11
116
  nested: []
12
117
  version: 5.4.8
13
- date: 2022-01-13T13:19:29.554Z
118
+ date: 2022-01-13T13:11:52.889Z
14
119
  - commits:
15
120
  - subject: Use a hash instead of random str when it's necessary to shorten aliases
16
121
  hash: cb05ec69fe0e08fc4619b38a99272c3a7ea42e21
@@ -31,7 +136,7 @@
31
136
  - commits:
32
137
  - subject: Improve `ResourceFunction` typings
33
138
  hash: b511221bb08ad74b72020093f618ba49db5be765
34
- body: ''
139
+ body: ""
35
140
  footer:
36
141
  Change-type: patch
37
142
  change-type: patch
@@ -42,7 +147,7 @@
42
147
  - commits:
43
148
  - subject: Fix `isBindReference` check for non-null non-object types
44
149
  hash: a1d356e93d8b6f4e137e70ebf5c1719b88e20ea5
45
- body: ''
150
+ body: ""
46
151
  footer:
47
152
  Change-type: patch
48
153
  change-type: patch
@@ -53,7 +158,7 @@
53
158
  - commits:
54
159
  - subject: Convert tests to type checked javascript
55
160
  hash: a5ba8586c03c85918d69f051b499e2e8f0751e4f
56
- body: ''
161
+ body: ""
57
162
  footer:
58
163
  Change-type: patch
59
164
  change-type: patch
@@ -62,8 +167,7 @@
62
167
  version: 5.4.4
63
168
  date: 2021-09-07T14:57:14.139Z
64
169
  - commits:
65
- - subject: >-
66
- Add SBVR Date TIme Type to DateTrunc Wrapper JS Date format has only
170
+ - subject: Add SBVR Date TIme Type to DateTrunc Wrapper JS Date format has only
67
171
  milliseconds precision, postgresql stores TIMESTAMPS with microseconds
68
172
  precission. Comparisions may fail, when giving millisecond JS dates but
69
173
  comparing on microseconds.
@@ -94,7 +198,7 @@
94
198
  - commits:
95
199
  - subject: Supprt date_trunc postgres date function for DateValue
96
200
  hash: 75066d356729fdd9d230abcd639c80ac806018ab
97
- body: ''
201
+ body: ""
98
202
  footer:
99
203
  Change-type: patch
100
204
  change-type: patch
@@ -107,7 +211,7 @@
107
211
  - commits:
108
212
  - subject: Update dependencies
109
213
  hash: 8fc84d38e28b1dfdf5a3d349fde874e81c4c9a02
110
- body: ''
214
+ body: ""
111
215
  footer:
112
216
  Change-type: patch
113
217
  change-type: patch
@@ -118,14 +222,12 @@
118
222
  - commits:
119
223
  - subject: Delete CODEOWNERS
120
224
  hash: 91a8e9ac9b30d144c7a9034eeda9bd30956addfd
121
- body: ''
225
+ body: ""
122
226
  footer:
123
227
  Change-type: patch
124
228
  change-type: patch
125
- See: >-
126
- https://www.flowdock.com/app/rulemotion/pub/threads/trLcZFnSX9fLZn4LiaIv4xuBbah
127
- see: >-
128
- https://www.flowdock.com/app/rulemotion/pub/threads/trLcZFnSX9fLZn4LiaIv4xuBbah
229
+ See: https://www.flowdock.com/app/rulemotion/pub/threads/trLcZFnSX9fLZn4LiaIv4xuBbah
230
+ see: https://www.flowdock.com/app/rulemotion/pub/threads/trLcZFnSX9fLZn4LiaIv4xuBbah
129
231
  author: Thodoris Greasidis
130
232
  nested: []
131
233
  version: abstract-sql-compiler-7.13.1
@@ -133,7 +235,7 @@
133
235
  - commits:
134
236
  - subject: Add support for `CurrentTimestamp`/`CurrentDate` nodes
135
237
  hash: 0f2dce05456d953a09cbe13df3bf95471026db4a
136
- body: ''
238
+ body: ""
137
239
  footer:
138
240
  Change-type: minor
139
241
  change-type: minor
@@ -154,7 +256,7 @@
154
256
  - commits:
155
257
  - subject: Support boolean results from the db as well as integer
156
258
  hash: 337c9af41ca4b17e06e79e574b0c5849928a167b
157
- body: ''
259
+ body: ""
158
260
  footer:
159
261
  Change-type: patch
160
262
  change-type: patch
@@ -166,7 +268,7 @@
166
268
  - commits:
167
269
  - subject: Allow duration seconds to be nullable
168
270
  hash: 66775322c806e9fb6fdcdcb922604860f78ee5dc
169
- body: ''
271
+ body: ""
170
272
  footer:
171
273
  Change-type: patch
172
274
  change-type: patch
@@ -177,7 +279,7 @@
177
279
  - commits:
178
280
  - subject: Re-enable all tests
179
281
  hash: dee9ad52b1ae35e26ccdd129c8e540b83e8cd57e
180
- body: ''
282
+ body: ""
181
283
  footer:
182
284
  Change-type: patch
183
285
  change-type: patch
@@ -225,7 +327,7 @@
225
327
  - commits:
226
328
  - subject: Update dev dependencies
227
329
  hash: b7c817c8246fb95aab917e8ba1196b695103d962
228
- body: ''
330
+ body: ""
229
331
  footer:
230
332
  Change-type: patch
231
333
  change-type: patch
@@ -233,11 +335,9 @@
233
335
  version: sbvr-types-3.4.2
234
336
  date: 2021-03-22T17:11:56.138Z
235
337
  - commits:
236
- - subject: >-
237
- Remove unnecessary native fact type entries for
238
- synonymous forms
338
+ - subject: Remove unnecessary native fact type entries for synonymous forms
239
339
  hash: 64e889f7bda6f3dcf4c539248e737fef26b5686c
240
- body: ''
340
+ body: ""
241
341
  footer:
242
342
  Change-type: patch
243
343
  change-type: patch
@@ -245,11 +345,9 @@
245
345
  version: sbvr-types-3.4.1
246
346
  date: 2021-02-10T18:13:49.610Z
247
347
  - commits:
248
- - subject: >-
249
- Add a `Current Time` name that can be used to refer to
250
- the current time
348
+ - subject: Add a `Current Time` name that can be used to refer to the current time
251
349
  hash: 83d20325939d0e5f9922f57a36e0932ba71ebad4
252
- body: ''
350
+ body: ""
253
351
  footer:
254
352
  Change-type: minor
255
353
  change-type: minor
@@ -257,11 +355,9 @@
257
355
  version: sbvr-types-3.4.0
258
356
  date: 2021-02-08T13:54:15.848Z
259
357
  - commits:
260
- - subject: >-
261
- Add `is before` & `is after` verbs to the Date &
262
- DateTime types
358
+ - subject: Add `is before` & `is after` verbs to the Date & DateTime types
263
359
  hash: 9d4414558d16821e485e08fc4a0504ef1d6c617f
264
- body: ''
360
+ body: ""
265
361
  footer:
266
362
  Change-type: minor
267
363
  change-type: minor
@@ -273,21 +369,21 @@
273
369
  - commits:
274
370
  - subject: Add support for the `contains` verb to the text type
275
371
  hash: 8e074867c7b94f99664b14caaebeddb5e9f1fe9c
276
- body: ''
372
+ body: ""
277
373
  footer:
278
374
  Change-type: minor
279
375
  change-type: minor
280
376
  author: Thodoris Greasidis
281
377
  - subject: Add support for the`ends with` verb to the text type
282
378
  hash: 4e233bffa0800a9601e80aebf86d70cd518c2901
283
- body: ''
379
+ body: ""
284
380
  footer:
285
381
  Change-type: minor
286
382
  change-type: minor
287
383
  author: Thodoris Greasidis
288
384
  - subject: Add support for the `starts with` verb to the text type
289
385
  hash: 1b5652a57bbad48f9b9b18c88f8b4ad9e6b01441
290
- body: ''
386
+ body: ""
291
387
  footer:
292
388
  Change-type: minor
293
389
  change-type: minor
@@ -299,7 +395,7 @@
299
395
  - commits:
300
396
  - subject: Enable strict options by default and only disable specific ones
301
397
  hash: 84bfaac15e78453ff8a87a5a4836505a78f43666
302
- body: ''
398
+ body: ""
303
399
  footer:
304
400
  Change-type: patch
305
401
  change-type: patch
@@ -308,11 +404,9 @@
308
404
  version: abstract-sql-compiler-7.12.1
309
405
  date: 2021-03-22T17:21:30.316Z
310
406
  - commits:
311
- - subject: >-
312
- Enable narrowing down create/delete referenced fields for nested
313
- exists
407
+ - subject: Enable narrowing down create/delete referenced fields for nested exists
314
408
  hash: 5dbc3ddf05701e5b4188bfa8db64d0a12e3b8298
315
- body: ''
409
+ body: ""
316
410
  footer:
317
411
  Change-type: minor
318
412
  change-type: minor
@@ -335,7 +429,7 @@
335
429
  - commits:
336
430
  - subject: Fix `getModifiedFields` for `UpsertQuery`s
337
431
  hash: c19c902f1a6e268952540cd19960f6752a303f65
338
- body: ''
432
+ body: ""
339
433
  footer:
340
434
  Change-type: patch
341
435
  change-type: patch
@@ -346,7 +440,7 @@
346
440
  - commits:
347
441
  - subject: Separate code relating to referenced fields out of the main file
348
442
  hash: 7ca7b5cfad4e8833293426235667cc59245f427a
349
- body: ''
443
+ body: ""
350
444
  footer:
351
445
  Change-type: patch
352
446
  change-type: patch
@@ -355,11 +449,9 @@
355
449
  version: abstract-sql-compiler-7.10.1
356
450
  date: 2021-01-29T18:35:19.430Z
357
451
  - commits:
358
- - subject: >-
359
- Add an `action` property to modified fields of
360
- create/update/delete
452
+ - subject: Add an `action` property to modified fields of create/update/delete
361
453
  hash: 8f071b8724bdae5574d5fea6c9f20e6e77daf3e6
362
- body: ''
454
+ body: ""
363
455
  footer:
364
456
  Change-type: minor
365
457
  change-type: minor
@@ -367,7 +459,7 @@
367
459
  nested: []
368
460
  - subject: Automatically add `ruleReferencedFields` to `SqlRule`s
369
461
  hash: f49548828fd75957290b6fdec166abf7bb0a53bf
370
- body: ''
462
+ body: ""
371
463
  footer:
372
464
  Change-type: minor
373
465
  change-type: minor
@@ -379,8 +471,7 @@
379
471
  This works on the assumption that it is a rule query that should
380
472
  always
381
473
 
382
- return true and allows ignoring more modification cases where
383
- they
474
+ return true and allows ignoring more modification cases where they
384
475
 
385
476
  cannot change the result from true to false
386
477
  footer:
@@ -393,7 +484,7 @@
393
484
  - commits:
394
485
  - subject: Add test for optimizeSchema optimizing rules
395
486
  hash: 4e94ee4961e98305c927734ce85067d409f90e18
396
- body: ''
487
+ body: ""
397
488
  footer:
398
489
  Change-type: patch
399
490
  change-type: patch
@@ -404,7 +495,7 @@
404
495
  - commits:
405
496
  - subject: Optimize the abstract sql of rules when running `optimizeSchema`
406
497
  hash: 2ed97849674acb76f498c346b28d2861d1827ba5
407
- body: ''
498
+ body: ""
408
499
  footer:
409
500
  Change-type: minor
410
501
  change-type: minor
@@ -413,11 +504,9 @@
413
504
  version: abstract-sql-compiler-7.9.0
414
505
  date: 2021-01-25T17:48:56.215Z
415
506
  - commits:
416
- - subject: >-
417
- Fix schema optimizations when table and resource names are
418
- different
507
+ - subject: Fix schema optimizations when table and resource names are different
419
508
  hash: 46704031fbde45fd0e36b0963f8cf524df53398b
420
- body: ''
509
+ body: ""
421
510
  footer:
422
511
  Change-type: patch
423
512
  change-type: patch
@@ -428,7 +517,7 @@
428
517
  - commits:
429
518
  - subject: Convert some lodash usage to native equivalents
430
519
  hash: 400937fd3b220dccd557d67ff33d83d51ff0b939
431
- body: ''
520
+ body: ""
432
521
  footer:
433
522
  Change-type: patch
434
523
  change-type: patch
@@ -437,9 +526,9 @@
437
526
  version: abstract-sql-compiler-7.8.1
438
527
  date: 2021-01-04T13:04:45.938Z
439
528
  - commits:
440
- - subject: 'Optimize Is[Not]DistinctFrom and [Not]Exists for non-null values'
529
+ - subject: Optimize Is[Not]DistinctFrom and [Not]Exists for non-null values
441
530
  hash: 682e84dea2088fb0c336b05be83183e627c20d4f
442
- body: ''
531
+ body: ""
443
532
  footer:
444
533
  Change-type: minor
445
534
  change-type: minor
@@ -450,7 +539,7 @@
450
539
  - commits:
451
540
  - subject: Optimize EXISTS/NOT EXISTS for empty queries
452
541
  hash: 39431de07eeb98d731a114c1717575d364ddc06f
453
- body: ''
542
+ body: ""
454
543
  footer:
455
544
  Change-type: minor
456
545
  change-type: minor
@@ -461,7 +550,7 @@
461
550
  - commits:
462
551
  - subject: Optimize away AND/ORs with false/true respectively
463
552
  hash: f0249d98032b0306f7d216b5ad8e8d2c96c466fc
464
- body: ''
553
+ body: ""
465
554
  footer:
466
555
  Change-type: minor
467
556
  change-type: minor
@@ -472,7 +561,7 @@
472
561
  - commits:
473
562
  - subject: Optimize out booleans from AND/OR where possible
474
563
  hash: d3d9a86ebc231dc4b11b20311e6d007a19202b18
475
- body: ''
564
+ body: ""
476
565
  footer:
477
566
  Change-type: minor
478
567
  change-type: minor
@@ -485,14 +574,12 @@
485
574
  - commits:
486
575
  - subject: Delete CODEOWNERS
487
576
  hash: 2b64f472840fa23d1636bc7ae71fe95780683017
488
- body: ''
577
+ body: ""
489
578
  footer:
490
579
  Change-type: patch
491
580
  change-type: patch
492
- See: >-
493
- https://www.flowdock.com/app/rulemotion/pub/threads/trLcZFnSX9fLZn4LiaIv4xuBbah
494
- see: >-
495
- https://www.flowdock.com/app/rulemotion/pub/threads/trLcZFnSX9fLZn4LiaIv4xuBbah
581
+ See: https://www.flowdock.com/app/rulemotion/pub/threads/trLcZFnSX9fLZn4LiaIv4xuBbah
582
+ see: https://www.flowdock.com/app/rulemotion/pub/threads/trLcZFnSX9fLZn4LiaIv4xuBbah
496
583
  author: Thodoris Greasidis
497
584
  nested: []
498
585
  version: 5.4.2
@@ -512,14 +599,12 @@
512
599
  - commits:
513
600
  - subject: Improve Relationship typings
514
601
  hash: 91465f7c65bc43ee2eba1c9db7dbce424a1b18d4
515
- body: ''
602
+ body: ""
516
603
  footer:
517
604
  Change-type: patch
518
605
  change-type: patch
519
- See: >-
520
- https://github.com/balena-io/open-balena-api/pull/510#discussion_r546872607
521
- see: >-
522
- https://github.com/balena-io/open-balena-api/pull/510#discussion_r546872607
606
+ See: https://github.com/balena-io/open-balena-api/pull/510#discussion_r546872607
607
+ see: https://github.com/balena-io/open-balena-api/pull/510#discussion_r546872607
523
608
  Signed-off-by: Thodoris Greasidis <thodoris@balena.io>
524
609
  signed-off-by: Thodoris Greasidis <thodoris@balena.io>
525
610
  author: Thodoris Greasidis
@@ -529,7 +614,7 @@
529
614
  - commits:
530
615
  - subject: Fix `containsNode` when that node type is at the top level
531
616
  hash: 888791a9b281d5fc91ddeb8876f024b1397718e7
532
- body: ''
617
+ body: ""
533
618
  footer:
534
619
  Change-type: patch
535
620
  change-type: patch
@@ -567,7 +652,7 @@
567
652
  - commits:
568
653
  - subject: Allow compiling `*QueryNode`s to direct strings without binds
569
654
  hash: 7f1880eab543da17ba99ea3940ac52f266d2b07d
570
- body: ''
655
+ body: ""
571
656
  footer:
572
657
  Change-type: minor
573
658
  change-type: minor
@@ -578,7 +663,7 @@
578
663
  - commits:
579
664
  - subject: Improve typings for compilation results
580
665
  hash: 22764a4675ef385a1ef8ce10e633364449ae22b5
581
- body: ''
666
+ body: ""
582
667
  footer:
583
668
  Change-type: patch
584
669
  change-type: patch
@@ -601,7 +686,7 @@
601
686
  - commits:
602
687
  - subject: Add check constraint support at the table level
603
688
  hash: 2ac556f3bdc6143a9a4be37c47079659ee20a866
604
- body: ''
689
+ body: ""
605
690
  footer:
606
691
  Change-type: minor
607
692
  change-type: minor
@@ -612,7 +697,7 @@
612
697
  - commits:
613
698
  - subject: Convert tests from coffeescript to type-checked javascript
614
699
  hash: ec898159bee4cff9300c5d8b655eb02327a9f636
615
- body: ''
700
+ body: ""
616
701
  footer:
617
702
  Change-type: patch
618
703
  change-type: patch
@@ -623,7 +708,7 @@
623
708
  - commits:
624
709
  - subject: Fix the `NOT(NOT(...))` optimization
625
710
  hash: dd8c6f3b63dd0b781f9768332416fb5371a8c809
626
- body: ''
711
+ body: ""
627
712
  footer:
628
713
  Change-type: patch
629
714
  change-type: patch
@@ -634,7 +719,7 @@
634
719
  - commits:
635
720
  - subject: Remove some type casts
636
721
  hash: c8e61c426077b2fe8f697f12c0f8ecb30a082d8b
637
- body: ''
722
+ body: ""
638
723
  footer:
639
724
  Change-type: patch
640
725
  change-type: patch
@@ -647,7 +732,7 @@
647
732
  - commits:
648
733
  - subject: Avoid trying to rewrite binds if there are none to rewrite
649
734
  hash: a635bfeedc973daf93b3386b36bcd785ff6d052e
650
- body: ''
735
+ body: ""
651
736
  footer:
652
737
  Change-type: patch
653
738
  change-type: patch
@@ -683,8 +768,7 @@
683
768
  This allows specifying the correct type to cast to when
684
769
  necessary
685
770
 
686
- rather than relying on the fact the currently all type
687
- functions happen
771
+ rather than relying on the fact the currently all type functions happen
688
772
 
689
773
  to be integers
690
774
  footer:
@@ -696,7 +780,7 @@
696
780
  - commits:
697
781
  - subject: Update dependencies
698
782
  hash: 394b8c4d10ef16da163e05734ffb65a84717e204
699
- body: ''
783
+ body: ""
700
784
  footer:
701
785
  Change-type: patch
702
786
  change-type: patch
@@ -708,7 +792,7 @@
708
792
  - commits:
709
793
  - subject: Remove accidental `necessity` from the `AbstractSqlField` types
710
794
  hash: f9583ff668efb8e74480b0458b14d6caa3821550
711
- body: ''
795
+ body: ""
712
796
  footer:
713
797
  Change-type: patch
714
798
  change-type: patch
@@ -719,7 +803,7 @@
719
803
  - commits:
720
804
  - subject: Update dependencies
721
805
  hash: a1906bf3447b6c8ab30ae9951883a738050d69aa
722
- body: ''
806
+ body: ""
723
807
  footer:
724
808
  Change-type: patch
725
809
  change-type: patch
@@ -729,7 +813,7 @@
729
813
  - commits:
730
814
  - subject: Add support for metadata argument in $format
731
815
  hash: eecb0df57610d3f13bfc6b168790690dc0dce038
732
- body: ''
816
+ body: ""
733
817
  footer:
734
818
  Change-type: minor
735
819
  change-type: minor
@@ -741,7 +825,7 @@
741
825
  - commits:
742
826
  - subject: Export `isBindReference`
743
827
  hash: 4aa9b4f62f0ae20c250425f30c41f1c4c5117892
744
- body: ''
828
+ body: ""
745
829
  footer:
746
830
  Change-type: minor
747
831
  change-type: minor
@@ -762,7 +846,7 @@
762
846
  - commits:
763
847
  - subject: Add support for specifying named keys
764
848
  hash: 926615afa77b3c67db8429a03ac5437838fbf939
765
- body: ''
849
+ body: ""
766
850
  footer:
767
851
  Change-type: minor
768
852
  change-type: minor
@@ -795,7 +879,7 @@
795
879
  - commits:
796
880
  - subject: Update dependencies
797
881
  hash: 33be8837bde82d29f182506f4b93e33157bea185
798
- body: ''
882
+ body: ""
799
883
  footer:
800
884
  Change-type: minor
801
885
  change-type: minor
@@ -807,7 +891,7 @@
807
891
  - commits:
808
892
  - subject: Improve `BindNode` typing
809
893
  hash: 66723aba86dba67d25e3d79f28f38e258c2658c6
810
- body: ''
894
+ body: ""
811
895
  footer:
812
896
  Change-type: patch
813
897
  change-type: patch
@@ -818,7 +902,7 @@
818
902
  - commits:
819
903
  - subject: Improve typings
820
904
  hash: bb94134f7231ef71ce5b1ce52d255902b8e7e1a6
821
- body: ''
905
+ body: ""
822
906
  footer:
823
907
  Change-type: patch
824
908
  change-type: patch
@@ -830,7 +914,7 @@
830
914
  - commits:
831
915
  - subject: Allow specifying valid methods for a specific match call
832
916
  hash: 64a9a4e6b9e287196b02682b08cb1a7c6fc169ef
833
- body: ''
917
+ body: ""
834
918
  footer:
835
919
  Change-type: minor
836
920
  change-type: minor
@@ -840,7 +924,7 @@
840
924
  - commits:
841
925
  - subject: Rename to @balena/odata-to-abstract-sql
842
926
  hash: 66fd5ce1fcfbd684fc60063b2594edffa85a55e5
843
- body: ''
927
+ body: ""
844
928
  footer:
845
929
  Change-type: major
846
930
  change-type: major
@@ -857,44 +941,42 @@
857
941
  - commits:
858
942
  - subject: Allow adding to the FromTypeNode set
859
943
  hash: cf970a0cd028dd32efc1938ccbbb03f53faa72d9
860
- body: ''
944
+ body: ""
861
945
  footer:
862
946
  Change-type: minor
863
947
  change-type: minor
864
948
  author: Pagan Gazzard
865
949
  - subject: Rename to @balena/abstract-sql-compiler
866
950
  hash: fdb11ff3dbc450a6560330af0a22073f50e645b8
867
- body: ''
951
+ body: ""
868
952
  footer:
869
953
  Change-type: major
870
954
  change-type: major
871
955
  author: Pagan Gazzard
872
956
  - subject: Improve typings
873
957
  hash: 281115889e51947a344308daec8f24d478a6f7e9
874
- body: ''
958
+ body: ""
875
959
  footer:
876
960
  Change-type: major
877
961
  change-type: major
878
962
  author: Pagan Gazzard
879
- - subject: >-
880
- Convert all returned promises to native promises instead of
881
- bluebird
963
+ - subject: Convert all returned promises to native promises instead of bluebird
882
964
  hash: c103fcbd070f7e24124752052474e48874661e7d
883
- body: ''
965
+ body: ""
884
966
  footer:
885
967
  Change-type: major
886
968
  change-type: major
887
969
  author: Pagan Gazzard
888
970
  - subject: Update tsconfig to target es2018
889
971
  hash: 1ebfe89128cc03e1215c9922928762a1850daf08
890
- body: ''
972
+ body: ""
891
973
  footer:
892
974
  Change-type: major
893
975
  change-type: major
894
976
  author: Pagan Gazzard
895
977
  - subject: Drop support for node 6/8
896
978
  hash: 02e4c3ab4263787339ca85160dd8e3e73c25edaf
897
- body: ''
979
+ body: ""
898
980
  footer:
899
981
  Change-type: major
900
982
  change-type: major
@@ -911,65 +993,63 @@
911
993
  - commits:
912
994
  - subject: Convert `fetchProcessing` to synchronous functions
913
995
  hash: a7cb7833d852dfec2b5bd02c3aad785266cd1c5c
914
- body: ''
996
+ body: ""
915
997
  footer:
916
998
  Change-type: major
917
999
  change-type: major
918
1000
  author: Pagan Gazzard
919
1001
  - subject: Update to bcrypt 4.x
920
1002
  hash: aadd9f09db11f39a706118bf0d605b9476f6bfb5
921
- body: ''
1003
+ body: ""
922
1004
  footer:
923
1005
  Change-type: major
924
1006
  change-type: major
925
1007
  author: Pagan Gazzard
926
1008
  - subject: Enable strict tsconfig
927
1009
  hash: 5690af1c28d8f42677f1f12960a8a6f346aea2fe
928
- body: ''
1010
+ body: ""
929
1011
  footer:
930
1012
  Change-type: patch
931
1013
  change-type: patch
932
1014
  author: Pagan Gazzard
933
1015
  - subject: Make use of `import type` where relevant
934
1016
  hash: d19c7b52ecf7d1269812852faae5797a77f06290
935
- body: ''
1017
+ body: ""
936
1018
  footer:
937
1019
  Change-type: patch
938
1020
  change-type: patch
939
1021
  author: Pagan Gazzard
940
1022
  - subject: Update to balena-lint 5.x
941
1023
  hash: 5d402bcbaa1ab496013f83de61d15ae87df22af6
942
- body: ''
1024
+ body: ""
943
1025
  footer:
944
1026
  Change-type: patch
945
1027
  change-type: patch
946
1028
  author: Pagan Gazzard
947
1029
  - subject: Rename to @balena/sbvr-types
948
1030
  hash: 3748302289afab7ae713995b56c694b477c29228
949
- body: ''
1031
+ body: ""
950
1032
  footer:
951
1033
  Change-type: major
952
1034
  change-type: major
953
1035
  author: Pagan Gazzard
954
1036
  - subject: Drop node 8 support
955
1037
  hash: 00ef44e2cea050c977150faaf9b5db8fb74d0116
956
- body: ''
1038
+ body: ""
957
1039
  footer:
958
1040
  Change-type: major
959
1041
  change-type: major
960
1042
  author: Pagan Gazzard
961
1043
  - subject: Update tsconfig target to es2018
962
1044
  hash: 6119c1595882069982d6021d3444513ddfa04aa4
963
- body: ''
1045
+ body: ""
964
1046
  footer:
965
1047
  Change-type: major
966
1048
  change-type: major
967
1049
  author: Pagan Gazzard
968
- - subject: >-
969
- Convert all returned promises to native promises instead
970
- of bluebird
1050
+ - subject: Convert all returned promises to native promises instead of bluebird
971
1051
  hash: 1ae01b42d101d9764658a8553560477f0e7d7a86
972
- body: ''
1052
+ body: ""
973
1053
  footer:
974
1054
  Change-type: major
975
1055
  change-type: major
@@ -994,7 +1074,7 @@
994
1074
  - commits:
995
1075
  - subject: Update to mocha 7.x
996
1076
  hash: f9b2009c28f50a0635738a2c49d1be17491a05b3
997
- body: ''
1077
+ body: ""
998
1078
  footer:
999
1079
  Change-type: patch
1000
1080
  change-type: patch
@@ -1004,21 +1084,21 @@
1004
1084
  - commits:
1005
1085
  - subject: Convert coffeescript tests to javascript
1006
1086
  hash: 4e4a14476fb29242dbcd278cf079738900fdb0c8
1007
- body: ''
1087
+ body: ""
1008
1088
  footer:
1009
1089
  Change-type: patch
1010
1090
  change-type: patch
1011
1091
  author: Pagan Gazzard
1012
1092
  - subject: Drop support for node 6/8
1013
1093
  hash: fc61a212d5918a552ef6bbf8698413d096953429
1014
- body: ''
1094
+ body: ""
1015
1095
  footer:
1016
1096
  Change-type: major
1017
1097
  change-type: major
1018
1098
  author: Pagan Gazzard
1019
1099
  - subject: Rename to @balena/sbvr-parser
1020
1100
  hash: f7c3e6b15c907a25661f02ab54046f9f7faa64b5
1021
- body: ''
1101
+ body: ""
1022
1102
  footer:
1023
1103
  Change-type: major
1024
1104
  change-type: major
@@ -1026,16 +1106,16 @@
1026
1106
  version: sbvr-parser-1.0.0
1027
1107
  date: 2020-05-08T18:44:57.766Z
1028
1108
  - commits:
1029
- - subject: 'CI: Add nodejs 14 to the test matrix'
1109
+ - subject: "CI: Add nodejs 14 to the test matrix"
1030
1110
  hash: b532a53263ba8c853851ba524d62d2c2862e976f
1031
- body: ''
1111
+ body: ""
1032
1112
  footer:
1033
1113
  Change-type: patch
1034
1114
  change-type: patch
1035
1115
  author: Pagan Gazzard
1036
- - subject: 'CI: Remove circleci publishing in favor of balenaCI'
1116
+ - subject: "CI: Remove circleci publishing in favor of balenaCI"
1037
1117
  hash: 899c978e14b686681a40ff46ce992b432974d257
1038
- body: ''
1118
+ body: ""
1039
1119
  footer:
1040
1120
  Change-type: patch
1041
1121
  change-type: patch
@@ -1045,7 +1125,7 @@
1045
1125
  - commits:
1046
1126
  - subject: Update to to @balena/sbvr-types
1047
1127
  hash: 5092a2ed3c12c286661ec75dc7901adc5e5debba
1048
- body: ''
1128
+ body: ""
1049
1129
  footer:
1050
1130
  Change-type: patch
1051
1131
  change-type: patch
@@ -1055,7 +1135,7 @@
1055
1135
  - commits:
1056
1136
  - subject: Update to @balena/lint 5.x
1057
1137
  hash: 7df67c7d823941cb513227b18a06af273fb71e64
1058
- body: ''
1138
+ body: ""
1059
1139
  footer:
1060
1140
  Change-type: patch
1061
1141
  change-type: patch
@@ -1065,7 +1145,7 @@
1065
1145
  - commits:
1066
1146
  - subject: Reduce lodash usage
1067
1147
  hash: 275276c0c0a49a2ce638666c404d4a23495a01ff
1068
- body: ''
1148
+ body: ""
1069
1149
  footer:
1070
1150
  Change-type: patch
1071
1151
  change-type: patch
@@ -1075,35 +1155,35 @@
1075
1155
  - commits:
1076
1156
  - subject: Include linting as part of the tests
1077
1157
  hash: 3c898aff5a6495b58ab963f6d979646dc43ca134
1078
- body: ''
1158
+ body: ""
1079
1159
  footer:
1080
1160
  Change-type: patch
1081
1161
  change-type: patch
1082
1162
  author: Pagan Gazzard
1083
1163
  - subject: Convert from UMD module to commonjs module
1084
1164
  hash: 998c4ca6be517cf401883f725c8937f3a55c87fa
1085
- body: ''
1165
+ body: ""
1086
1166
  footer:
1087
1167
  Change-type: major
1088
1168
  change-type: major
1089
1169
  author: Pagan Gazzard
1090
1170
  - subject: Rename to @balena/lf-to-abstract-sql
1091
1171
  hash: 29aef57618f13597d99f839b4e63f9dab465c303
1092
- body: ''
1172
+ body: ""
1093
1173
  footer:
1094
1174
  Change-type: major
1095
1175
  change-type: major
1096
1176
  author: Pagan Gazzard
1097
1177
  - subject: Drop support for node 8
1098
1178
  hash: f3fa70101981f2d9a751a5bd0052dadbdc897604
1099
- body: ''
1179
+ body: ""
1100
1180
  footer:
1101
1181
  Change-type: major
1102
1182
  change-type: major
1103
1183
  author: Pagan Gazzard
1104
1184
  - subject: Move @balena/sbvr-parser to production dependencies
1105
1185
  hash: cf4653791f11a556196af95434d80fdf1187e17d
1106
- body: ''
1186
+ body: ""
1107
1187
  footer:
1108
1188
  Change-type: patch
1109
1189
  change-type: patch
@@ -1123,7 +1203,7 @@
1123
1203
  - commits:
1124
1204
  - subject: Update to mocha 7.x
1125
1205
  hash: f9b2009c28f50a0635738a2c49d1be17491a05b3
1126
- body: ''
1206
+ body: ""
1127
1207
  footer:
1128
1208
  Change-type: patch
1129
1209
  change-type: patch
@@ -1133,21 +1213,21 @@
1133
1213
  - commits:
1134
1214
  - subject: Convert coffeescript tests to javascript
1135
1215
  hash: 4e4a14476fb29242dbcd278cf079738900fdb0c8
1136
- body: ''
1216
+ body: ""
1137
1217
  footer:
1138
1218
  Change-type: patch
1139
1219
  change-type: patch
1140
1220
  author: Pagan Gazzard
1141
1221
  - subject: Drop support for node 6/8
1142
1222
  hash: fc61a212d5918a552ef6bbf8698413d096953429
1143
- body: ''
1223
+ body: ""
1144
1224
  footer:
1145
1225
  Change-type: major
1146
1226
  change-type: major
1147
1227
  author: Pagan Gazzard
1148
1228
  - subject: Rename to @balena/sbvr-parser
1149
1229
  hash: f7c3e6b15c907a25661f02ab54046f9f7faa64b5
1150
- body: ''
1230
+ body: ""
1151
1231
  footer:
1152
1232
  Change-type: major
1153
1233
  change-type: major
@@ -1155,18 +1235,16 @@
1155
1235
  version: sbvr-parser-1.0.0
1156
1236
  date: 2020-05-08T18:44:57.766Z
1157
1237
  - commits:
1158
- - subject: 'CI: Add nodejs 14 to the test matrix'
1238
+ - subject: "CI: Add nodejs 14 to the test matrix"
1159
1239
  hash: b532a53263ba8c853851ba524d62d2c2862e976f
1160
- body: ''
1240
+ body: ""
1161
1241
  footer:
1162
1242
  Change-type: patch
1163
1243
  change-type: patch
1164
1244
  author: Pagan Gazzard
1165
- - subject: >-
1166
- CI: Remove circleci publishing in favor of
1167
- balenaCI
1245
+ - subject: "CI: Remove circleci publishing in favor of balenaCI"
1168
1246
  hash: 899c978e14b686681a40ff46ce992b432974d257
1169
- body: ''
1247
+ body: ""
1170
1248
  footer:
1171
1249
  Change-type: patch
1172
1250
  change-type: patch
@@ -1176,7 +1254,7 @@
1176
1254
  - commits:
1177
1255
  - subject: Update to to @balena/sbvr-types
1178
1256
  hash: 5092a2ed3c12c286661ec75dc7901adc5e5debba
1179
- body: ''
1257
+ body: ""
1180
1258
  footer:
1181
1259
  Change-type: patch
1182
1260
  change-type: patch
@@ -1186,7 +1264,7 @@
1186
1264
  - commits:
1187
1265
  - subject: Update to @balena/lint 5.x
1188
1266
  hash: 7df67c7d823941cb513227b18a06af273fb71e64
1189
- body: ''
1267
+ body: ""
1190
1268
  footer:
1191
1269
  Change-type: patch
1192
1270
  change-type: patch
@@ -1196,7 +1274,7 @@
1196
1274
  - commits:
1197
1275
  - subject: Reduce lodash usage
1198
1276
  hash: 275276c0c0a49a2ce638666c404d4a23495a01ff
1199
- body: ''
1277
+ body: ""
1200
1278
  footer:
1201
1279
  Change-type: patch
1202
1280
  change-type: patch
@@ -1206,9 +1284,9 @@
1206
1284
  version: lf-to-abstract-sql-3.2.6
1207
1285
  date: 2020-05-11T14:25:47.833Z
1208
1286
  - commits:
1209
- - subject: 'CI: Add nodejs 14 to the test matrix'
1287
+ - subject: "CI: Add nodejs 14 to the test matrix"
1210
1288
  hash: ed093ef0606bfac0c5af3dbfdd718f2d8fed8a08
1211
- body: ''
1289
+ body: ""
1212
1290
  footer:
1213
1291
  Change-type: patch
1214
1292
  change-type: patch
@@ -1226,69 +1304,65 @@
1226
1304
  author: Pagan Gazzard
1227
1305
  nested:
1228
1306
  - commits:
1229
- - subject: >-
1230
- Convert `fetchProcessing` to synchronous
1231
- functions
1307
+ - subject: Convert `fetchProcessing` to synchronous functions
1232
1308
  hash: a7cb7833d852dfec2b5bd02c3aad785266cd1c5c
1233
- body: ''
1309
+ body: ""
1234
1310
  footer:
1235
1311
  Change-type: major
1236
1312
  change-type: major
1237
1313
  author: Pagan Gazzard
1238
1314
  - subject: Update to bcrypt 4.x
1239
1315
  hash: aadd9f09db11f39a706118bf0d605b9476f6bfb5
1240
- body: ''
1316
+ body: ""
1241
1317
  footer:
1242
1318
  Change-type: major
1243
1319
  change-type: major
1244
1320
  author: Pagan Gazzard
1245
1321
  - subject: Enable strict tsconfig
1246
1322
  hash: 5690af1c28d8f42677f1f12960a8a6f346aea2fe
1247
- body: ''
1323
+ body: ""
1248
1324
  footer:
1249
1325
  Change-type: patch
1250
1326
  change-type: patch
1251
1327
  author: Pagan Gazzard
1252
1328
  - subject: Make use of `import type` where relevant
1253
1329
  hash: d19c7b52ecf7d1269812852faae5797a77f06290
1254
- body: ''
1330
+ body: ""
1255
1331
  footer:
1256
1332
  Change-type: patch
1257
1333
  change-type: patch
1258
1334
  author: Pagan Gazzard
1259
1335
  - subject: Update to balena-lint 5.x
1260
1336
  hash: 5d402bcbaa1ab496013f83de61d15ae87df22af6
1261
- body: ''
1337
+ body: ""
1262
1338
  footer:
1263
1339
  Change-type: patch
1264
1340
  change-type: patch
1265
1341
  author: Pagan Gazzard
1266
1342
  - subject: Rename to @balena/sbvr-types
1267
1343
  hash: 3748302289afab7ae713995b56c694b477c29228
1268
- body: ''
1344
+ body: ""
1269
1345
  footer:
1270
1346
  Change-type: major
1271
1347
  change-type: major
1272
1348
  author: Pagan Gazzard
1273
1349
  - subject: Drop node 8 support
1274
1350
  hash: 00ef44e2cea050c977150faaf9b5db8fb74d0116
1275
- body: ''
1351
+ body: ""
1276
1352
  footer:
1277
1353
  Change-type: major
1278
1354
  change-type: major
1279
1355
  author: Pagan Gazzard
1280
1356
  - subject: Update tsconfig target to es2018
1281
1357
  hash: 6119c1595882069982d6021d3444513ddfa04aa4
1282
- body: ''
1358
+ body: ""
1283
1359
  footer:
1284
1360
  Change-type: major
1285
1361
  change-type: major
1286
1362
  author: Pagan Gazzard
1287
- - subject: >-
1288
- Convert all returned promises to native promises
1289
- instead of bluebird
1363
+ - subject: Convert all returned promises to native promises instead of bluebird
1290
1364
  hash: 1ae01b42d101d9764658a8553560477f0e7d7a86
1291
- body: ''
1365
+ body: ""
1292
1366
  footer:
1293
1367
  Change-type: major
1294
1368
  change-type: major
@@ -1298,7 +1372,7 @@
1298
1372
  - commits:
1299
1373
  - subject: Switch to balena-lint
1300
1374
  hash: ab0228a798c1babb11891a469f8385b50c5426ef
1301
- body: ''
1375
+ body: ""
1302
1376
  footer:
1303
1377
  Change-type: patch
1304
1378
  change-type: patch
@@ -1308,7 +1382,7 @@
1308
1382
  - commits:
1309
1383
  - subject: Improve typings
1310
1384
  hash: 82dfb240b97128267d26d44b12ed4ac2ddcfc8b7
1311
- body: ''
1385
+ body: ""
1312
1386
  footer:
1313
1387
  Change-type: patch
1314
1388
  change-type: patch
@@ -1318,7 +1392,7 @@
1318
1392
  - commits:
1319
1393
  - subject: Remove unused imports
1320
1394
  hash: f4f8d1a55903e352db46efaace69d3b91da9016b
1321
- body: ''
1395
+ body: ""
1322
1396
  footer:
1323
1397
  Change-type: patch
1324
1398
  change-type: patch
@@ -1328,7 +1402,7 @@
1328
1402
  - commits:
1329
1403
  - subject: Remove production lodash dependency
1330
1404
  hash: b819dc89d6cc55957b6c870c0fa44411d1d37bd0
1331
- body: ''
1405
+ body: ""
1332
1406
  footer:
1333
1407
  Change-type: patch
1334
1408
  change-type: patch
@@ -1340,63 +1414,63 @@
1340
1414
  - commits:
1341
1415
  - subject: Switch to native some
1342
1416
  hash: 9db59aa4e6d5bd2447671cdf048dcac41ce3229a
1343
- body: ''
1417
+ body: ""
1344
1418
  footer:
1345
1419
  Change-type: patch
1346
1420
  change-type: patch
1347
1421
  author: Pagan Gazzard
1348
1422
  - subject: Switch to native findIndex
1349
1423
  hash: 41edb97a980d1e206a15d57d4f07a5707b767201
1350
- body: ''
1424
+ body: ""
1351
1425
  footer:
1352
1426
  Change-type: patch
1353
1427
  change-type: patch
1354
1428
  author: Pagan Gazzard
1355
1429
  - subject: Switch to native every
1356
1430
  hash: 22e9532c671d8b5db90f6907bef9adba9159d2fe
1357
- body: ''
1431
+ body: ""
1358
1432
  footer:
1359
1433
  Change-type: patch
1360
1434
  change-type: patch
1361
1435
  author: Pagan Gazzard
1362
1436
  - subject: Switch to native find
1363
1437
  hash: baf6ef67ddc40096d55999df05cfe0781616b4e3
1364
- body: ''
1438
+ body: ""
1365
1439
  footer:
1366
1440
  Change-type: patch
1367
1441
  change-type: patch
1368
1442
  author: Pagan Gazzard
1369
1443
  - subject: Switch to native forEach where possible
1370
1444
  hash: e417e3b6decaad51c6a24053ba3a734b43cd7de4
1371
- body: ''
1445
+ body: ""
1372
1446
  footer:
1373
1447
  Change-type: patch
1374
1448
  change-type: patch
1375
1449
  author: Pagan Gazzard
1376
1450
  - subject: Switch to native includes
1377
1451
  hash: 5768d76d2ebc2a457c890a181a39aa8879552dee
1378
- body: ''
1452
+ body: ""
1379
1453
  footer:
1380
1454
  Change-type: patch
1381
1455
  change-type: patch
1382
1456
  author: Pagan Gazzard
1383
1457
  - subject: Switch to native array type checking
1384
1458
  hash: 3f3ecfbc69ab6b1f9606d8183354cea3111111bf
1385
- body: ''
1459
+ body: ""
1386
1460
  footer:
1387
1461
  Change-type: patch
1388
1462
  change-type: patch
1389
1463
  author: Pagan Gazzard
1390
1464
  - subject: Switch to native string type checking
1391
1465
  hash: 93b0ee63ecc4740a2de9c5b01a703ddca94533fb
1392
- body: ''
1466
+ body: ""
1393
1467
  footer:
1394
1468
  Change-type: patch
1395
1469
  change-type: patch
1396
1470
  author: Pagan Gazzard
1397
1471
  - subject: Switch to native Object.assign
1398
1472
  hash: bf1f7a2564bbd8fb01b0b298b872d79e676f7a18
1399
- body: ''
1473
+ body: ""
1400
1474
  footer:
1401
1475
  Change-type: patch
1402
1476
  change-type: patch
@@ -1406,7 +1480,7 @@
1406
1480
  - commits:
1407
1481
  - subject: Always treat numbered terms as if they're used
1408
1482
  hash: 78cf69b82166d736865e73f5b01bc403da468569
1409
- body: ''
1483
+ body: ""
1410
1484
  footer:
1411
1485
  Change-type: patch
1412
1486
  change-type: patch
@@ -1425,32 +1499,30 @@
1425
1499
  author: Pagan Gazzard
1426
1500
  nested:
1427
1501
  - commits:
1428
- - subject: 'CI: Remove circleci deploy in favor of balenaCI'
1502
+ - subject: "CI: Remove circleci deploy in favor of balenaCI"
1429
1503
  hash: 9e1137a305c6ded5c11209d292dab1c5cbabd0ee
1430
- body: ''
1504
+ body: ""
1431
1505
  footer:
1432
1506
  Change-type: patch
1433
1507
  change-type: patch
1434
1508
  author: Pagan Gazzard
1435
- - subject: 'CI: Add node 12 to the test matrix'
1509
+ - subject: "CI: Add node 12 to the test matrix"
1436
1510
  hash: ccad733c04197834893804a6f8ccb8c76a1bf562
1437
- body: ''
1511
+ body: ""
1438
1512
  footer:
1439
1513
  Change-type: patch
1440
1514
  change-type: patch
1441
1515
  author: Pagan Gazzard
1442
- - subject: 'CI: Remove node 6 from the test matrix'
1516
+ - subject: "CI: Remove node 6 from the test matrix"
1443
1517
  hash: 5dd121cd02ffd37962ecefbfe0c1f9ab76168285
1444
- body: ''
1518
+ body: ""
1445
1519
  footer:
1446
1520
  Change-type: patch
1447
1521
  change-type: patch
1448
1522
  author: Pagan Gazzard
1449
- - subject: >-
1450
- Update dependencies and use resin-lint for
1451
- automatic lint fixes
1523
+ - subject: Update dependencies and use resin-lint for automatic lint fixes
1452
1524
  hash: caab18277ab22f8d60c6feca21d731b69239f963
1453
- body: ''
1525
+ body: ""
1454
1526
  footer:
1455
1527
  Change-type: patch
1456
1528
  change-type: patch
@@ -1460,21 +1532,21 @@
1460
1532
  - commits:
1461
1533
  - subject: Add node 12 to the test matrix
1462
1534
  hash: ecd938076fa0b473e0149940e71ac909a5f2cdfd
1463
- body: ''
1535
+ body: ""
1464
1536
  footer:
1465
1537
  Change-type: patch
1466
1538
  change-type: patch
1467
1539
  author: Pagan Gazzard
1468
1540
  - subject: Update dependencies
1469
1541
  hash: 3aacccdbb1962f5cb7eeec8ca5fa62c5f42145e3
1470
- body: ''
1542
+ body: ""
1471
1543
  footer:
1472
1544
  Change-type: patch
1473
1545
  change-type: patch
1474
1546
  author: Pagan Gazzard
1475
1547
  - subject: Add CODEOWNERS
1476
1548
  hash: d04a524767359dca21b7dfefc07e7e05a5607934
1477
- body: ''
1549
+ body: ""
1478
1550
  footer:
1479
1551
  Change-type: patch
1480
1552
  change-type: patch
@@ -1484,7 +1556,7 @@
1484
1556
  - commits:
1485
1557
  - subject: Add CODEOWNERS
1486
1558
  hash: e9931f0bad2fc7b74366fcf1359642714e3d8cbe
1487
- body: ''
1559
+ body: ""
1488
1560
  footer:
1489
1561
  Change-type: patch
1490
1562
  change-type: patch
@@ -1492,11 +1564,9 @@
1492
1564
  version: sbvr-parser-0.2.7
1493
1565
  date: 2020-01-22T16:32:02.436Z
1494
1566
  - commits:
1495
- - subject: >-
1496
- Add support for using `of` instead of `that is
1497
- of`
1567
+ - subject: Add support for using `of` instead of `that is of`
1498
1568
  hash: 15466b993e738e16bb20d597460f673c438c6c93
1499
- body: ''
1569
+ body: ""
1500
1570
  footer:
1501
1571
  Change-type: patch
1502
1572
  change-type: patch
@@ -1504,11 +1574,9 @@
1504
1574
  version: sbvr-parser-0.2.6
1505
1575
  date: 2019-12-30T18:37:48.690Z
1506
1576
  - commits:
1507
- - subject: >-
1508
- Add support for `a given` as a universal
1509
- quantification
1577
+ - subject: Add support for `a given` as a universal quantification
1510
1578
  hash: 2946841869fd9424786ae70c6c2d28948f624179
1511
- body: ''
1579
+ body: ""
1512
1580
  footer:
1513
1581
  Change-type: patch
1514
1582
  change-type: patch
@@ -1516,11 +1584,9 @@
1516
1584
  version: sbvr-parser-0.2.5
1517
1585
  date: 2019-12-30T17:43:37.528Z
1518
1586
  - commits:
1519
- - subject: >-
1520
- Allow including terms as part of a verb by using
1521
- `[]` brackets
1587
+ - subject: Allow including terms as part of a verb by using `[]` brackets
1522
1588
  hash: 40129b411ba8b2357c03ac2815e0182f806c3531
1523
- body: ''
1589
+ body: ""
1524
1590
  footer:
1525
1591
  Change-type: patch
1526
1592
  change-type: patch
@@ -1530,9 +1596,7 @@
1530
1596
  version: lf-to-abstract-sql-3.2.1
1531
1597
  date: 2020-04-14T10:51:00.210Z
1532
1598
  - commits:
1533
- - subject: >-
1534
- Only add the destination of a link table if it's
1535
- actually necessary
1599
+ - subject: Only add the destination of a link table if it's actually necessary
1536
1600
  hash: 463870590602492accc12ed53753f66862d42cd6
1537
1601
  body: >
1538
1602
  This can significantly speed up queries by avoiding a
@@ -1546,9 +1610,9 @@
1546
1610
  version: lf-to-abstract-sql-3.2.0
1547
1611
  date: 2020-04-13T16:48:53.658Z
1548
1612
  - commits:
1549
- - subject: 'CI: Remove circleci publishing in favor of balenaCI'
1613
+ - subject: "CI: Remove circleci publishing in favor of balenaCI"
1550
1614
  hash: 857edf20512d8876483751083d3738fd792b1a34
1551
- body: ''
1615
+ body: ""
1552
1616
  footer:
1553
1617
  Change-type: patch
1554
1618
  change-type: patch
@@ -1558,7 +1622,7 @@
1558
1622
  - commits:
1559
1623
  - subject: Add CODEOWNERS
1560
1624
  hash: 84138a590beefb6a5efeb67e271fe26ec8706d4c
1561
- body: ''
1625
+ body: ""
1562
1626
  footer:
1563
1627
  Change-type: patch
1564
1628
  change-type: patch
@@ -1568,7 +1632,7 @@
1568
1632
  - commits:
1569
1633
  - subject: Add support for enum definitions on fact types
1570
1634
  hash: c78811ce696b4408c365dafe091af50f674be5cf
1571
- body: ''
1635
+ body: ""
1572
1636
  footer:
1573
1637
  Change-type: minor
1574
1638
  change-type: minor
@@ -1578,7 +1642,7 @@
1578
1642
  - commits:
1579
1643
  - subject: Fix `updateModifiedAt` formatting
1580
1644
  hash: 8791bf7a0fe088472d1ace8a6ebd6b9d721b3759
1581
- body: ''
1645
+ body: ""
1582
1646
  footer:
1583
1647
  Change-type: patch
1584
1648
  change-type: patch
@@ -1588,21 +1652,21 @@
1588
1652
  - commits:
1589
1653
  - subject: Add node 12 tests
1590
1654
  hash: 83bc641d081b6cb8ba3cc9c027e0d789dfee4380
1591
- body: ''
1655
+ body: ""
1592
1656
  footer:
1593
1657
  Change-type: patch
1594
1658
  change-type: patch
1595
1659
  author: Pagan Gazzard
1596
1660
  - subject: Add repo.yml for upstream changelogs
1597
1661
  hash: e877b3cbb7c314cd4a3632b9aed309ba392448d4
1598
- body: ''
1662
+ body: ""
1599
1663
  footer:
1600
1664
  Change-type: patch
1601
1665
  change-type: patch
1602
1666
  author: Pagan Gazzard
1603
1667
  - subject: Add .versionbot/CHANGELOG.yml for downstream changelogs
1604
1668
  hash: 42abf7389d8bc95c621e2f012ecae9edfca24580
1605
- body: ''
1669
+ body: ""
1606
1670
  footer:
1607
1671
  Change-type: patch
1608
1672
  change-type: patch
@@ -1611,45 +1675,45 @@
1611
1675
  date: 2019-05-08T15:55:22.023Z
1612
1676
  - commits:
1613
1677
  - author: Pagan Gazzard
1614
- body: ''
1678
+ body: ""
1615
1679
  footers:
1616
1680
  change-type: major
1617
1681
  hash: dc10a94a8547b413ced003e87cd4c8272b1b3b59
1618
1682
  subject: Add automatic modified at fields
1619
- date: '2019-03-08T15:40:33Z'
1683
+ date: 2019-03-08T15:40:33Z
1620
1684
  version: lf-to-abstract-sql-3.0.0
1621
1685
  - commits:
1622
1686
  - subject: Rename to @balena/odata-parser
1623
1687
  hash: 9c835596afc1abfc4b5a260fddcd3ee2f987e63f
1624
- body: ''
1688
+ body: ""
1625
1689
  footer:
1626
1690
  Change-type: major
1627
1691
  change-type: major
1628
1692
  author: Pagan Gazzard
1629
1693
  - subject: Update to @balena/lint 5.x
1630
1694
  hash: 8f80b624e83b2045f9c84ed813fb7399874fe684
1631
- body: ''
1695
+ body: ""
1632
1696
  footer:
1633
1697
  Change-type: major
1634
1698
  change-type: major
1635
1699
  author: Pagan Gazzard
1636
1700
  - subject: Drop support for nodejs 8
1637
1701
  hash: e5a1507c373decd51d5e1d8781ae667b817c1bc7
1638
- body: ''
1702
+ body: ""
1639
1703
  footer:
1640
1704
  Change-type: major
1641
1705
  change-type: major
1642
1706
  author: Pagan Gazzard
1643
- - subject: 'CI: Add nodejs 14 to the test matrix'
1707
+ - subject: "CI: Add nodejs 14 to the test matrix"
1644
1708
  hash: 86c69609cad382db78014894d46e039898ceee62
1645
- body: ''
1709
+ body: ""
1646
1710
  footer:
1647
1711
  Change-type: patch
1648
1712
  change-type: patch
1649
1713
  author: Pagan Gazzard
1650
- - subject: 'CI: Remove circleci publishing in favor of balenaCI'
1714
+ - subject: "CI: Remove circleci publishing in favor of balenaCI"
1651
1715
  hash: 39515ff69eb0e6bc3137db79b351e5a9512f9b85
1652
- body: ''
1716
+ body: ""
1653
1717
  footer:
1654
1718
  Change-type: patch
1655
1719
  change-type: patch
@@ -1671,7 +1735,7 @@
1671
1735
  - commits:
1672
1736
  - subject: Improve typings
1673
1737
  hash: 11ace6373275b227497acbf2e40c2a33884adf7e
1674
- body: ''
1738
+ body: ""
1675
1739
  footer:
1676
1740
  Change-type: patch
1677
1741
  change-type: patch
@@ -1681,7 +1745,7 @@
1681
1745
  - commits:
1682
1746
  - subject: Add typings
1683
1747
  hash: a2c4bfe660bbe8d5de554f15cd89ef5a9c30de74
1684
- body: ''
1748
+ body: ""
1685
1749
  footer:
1686
1750
  Change-type: minor
1687
1751
  change-type: minor
@@ -1689,16 +1753,13 @@
1689
1753
  version: odata-parser-1.1.0
1690
1754
  date: 2019-06-06T12:47:33.222Z
1691
1755
  - commits:
1692
- - subject: >-
1693
- Improve aliased from handling in
1694
- `getReferencedFields`
1756
+ - subject: Improve aliased from handling in `getReferencedFields`
1695
1757
  hash: dcfff55b813d38434208a9e07c818d1d32f521ef
1696
1758
  body: >
1697
1759
  We do this by using basic scope info to prune
1698
1760
  aliased table references
1699
1761
 
1700
- which also allows us to handle aliased select
1701
- queries in the from
1762
+ which also allows us to handle aliased select queries in the from
1702
1763
  footer:
1703
1764
  Change-type: minor
1704
1765
  change-type: minor
@@ -1706,11 +1767,9 @@
1706
1767
  version: abstract-sql-compiler-6.6.0
1707
1768
  date: 2019-06-03T12:33:58.507Z
1708
1769
  - commits:
1709
- - subject: >-
1710
- Use an abstract-sql-optimiser prepass to
1711
- simplify getReferencedFields
1770
+ - subject: Use an abstract-sql-optimiser prepass to simplify getReferencedFields
1712
1771
  hash: 6fc850fc820d691c823ad698d8d499cf55126cf4
1713
- body: ''
1772
+ body: ""
1714
1773
  footer:
1715
1774
  Change-type: patch
1716
1775
  change-type: patch
@@ -1720,7 +1779,7 @@
1720
1779
  - commits:
1721
1780
  - subject: Optimise exactly 0 to not exists
1722
1781
  hash: dcb0cd00b8b4b08486e49d18e2b69e61162ae952
1723
- body: ''
1782
+ body: ""
1724
1783
  footer:
1725
1784
  Change-type: patch
1726
1785
  change-type: patch
@@ -1732,7 +1791,7 @@
1732
1791
  - commits:
1733
1792
  - subject: Add support for computed fields
1734
1793
  hash: b38a49327120bcb5106b5a21eb20a1a5586e4c30
1735
- body: ''
1794
+ body: ""
1736
1795
  footer:
1737
1796
  Change-type: minor
1738
1797
  change-type: minor
@@ -1740,9 +1799,7 @@
1740
1799
  version: odata-to-abstract-sql-3.2.0
1741
1800
  date: 2019-05-31T15:00:10.618Z
1742
1801
  - commits:
1743
- - subject: >-
1744
- Unify the handling of adding fields with or without a
1745
- $select
1802
+ - subject: Unify the handling of adding fields with or without a $select
1746
1803
  hash: 1aa3c17e24e3aeb76e02a39c46a58a9b9e72b5bb
1747
1804
  body: |
1748
1805
  Update abstract-sql-compiler from 6.4.0 to 6.5.0
@@ -1755,7 +1812,7 @@
1755
1812
  - commits:
1756
1813
  - subject: Fix adding parameter alias to the options object
1757
1814
  hash: 247af0df0b4f3d6879d4415bced14fdf17beef76
1758
- body: ''
1815
+ body: ""
1759
1816
  footer:
1760
1817
  Change-type: patch
1761
1818
  change-type: patch
@@ -1763,11 +1820,9 @@
1763
1820
  version: odata-parser-1.0.4
1764
1821
  date: 2019-05-27T16:09:15.294Z
1765
1822
  - commits:
1766
- - subject: >-
1767
- Add .versionbot/CHANGELOG.yml for downstream
1768
- changelogs
1823
+ - subject: Add .versionbot/CHANGELOG.yml for downstream changelogs
1769
1824
  hash: d871880a00c86b8eeec37489cf1d62a3688aabcc
1770
- body: ''
1825
+ body: ""
1771
1826
  footer:
1772
1827
  Change-type: patch
1773
1828
  change-type: patch
@@ -1777,7 +1832,7 @@
1777
1832
  - commits:
1778
1833
  - subject: Add support for computed fields
1779
1834
  hash: df53a1545b851da0ac188edac7cca6d34f1000f7
1780
- body: ''
1835
+ body: ""
1781
1836
  footer:
1782
1837
  Change-type: minor
1783
1838
  change-type: minor
@@ -1787,7 +1842,7 @@
1787
1842
  - commits:
1788
1843
  - subject: Add tests for `getReferencedFields`
1789
1844
  hash: ae56c039a943bda5d7b75927be4ed3c9c5402261
1790
- body: ''
1845
+ body: ""
1791
1846
  footer:
1792
1847
  Change-type: patch
1793
1848
  change-type: patch
@@ -1797,14 +1852,14 @@
1797
1852
  - commits:
1798
1853
  - subject: Update and fix lodash typings
1799
1854
  hash: 2bf073bbff3a94d66c31e07d98c3e298f5132b2c
1800
- body: ''
1855
+ body: ""
1801
1856
  footer:
1802
1857
  Change-type: patch
1803
1858
  change-type: patch
1804
1859
  author: Pagan Gazzard
1805
1860
  - subject: Update husky/mocha dev dependencies
1806
1861
  hash: 29f7d52185186bdb1171fdf27a923eb38887d009
1807
- body: ''
1862
+ body: ""
1808
1863
  footer:
1809
1864
  Change-type: patch
1810
1865
  change-type: patch
@@ -1825,11 +1880,9 @@
1825
1880
  author: Pagan Gazzard
1826
1881
  nested:
1827
1882
  - commits:
1828
- - subject: >-
1829
- Add .versionbot/CHANGELOG.yml for
1830
- downstream changelogs
1883
+ - subject: Add .versionbot/CHANGELOG.yml for downstream changelogs
1831
1884
  hash: 45c5843b204def5a727b8ba8dfafb2a2347f50f3
1832
- body: ''
1885
+ body: ""
1833
1886
  footer:
1834
1887
  Change-type: patch
1835
1888
  change-type: patch
@@ -1838,23 +1891,21 @@
1838
1891
  date: 2019-05-08T14:23:57.847Z
1839
1892
  - subject: Add node 12 tests
1840
1893
  hash: 094c059eb3c5fd6f3502c53e40ed4b90197ed5c2
1841
- body: ''
1894
+ body: ""
1842
1895
  footer:
1843
1896
  Change-type: patch
1844
1897
  change-type: patch
1845
1898
  author: Pagan Gazzard
1846
1899
  - subject: Add repo.yml for upstream changelogs
1847
1900
  hash: 3f4bffe3a107a4b6fd30c15bf1e70c79e68e226e
1848
- body: ''
1901
+ body: ""
1849
1902
  footer:
1850
1903
  Change-type: patch
1851
1904
  change-type: patch
1852
1905
  author: Pagan Gazzard
1853
- - subject: >-
1854
- Add .versionbot/CHANGELOG.yml for downstream
1855
- changelogs
1906
+ - subject: Add .versionbot/CHANGELOG.yml for downstream changelogs
1856
1907
  hash: 5e4ab1569e5e7f7648d4c14df8d3bf9f834a4828
1857
- body: ''
1908
+ body: ""
1858
1909
  footer:
1859
1910
  Change-type: patch
1860
1911
  change-type: patch
@@ -1866,21 +1917,21 @@
1866
1917
  - commits:
1867
1918
  - subject: Add node 12 tests
1868
1919
  hash: a6cc208654a36228a35fb8d8886e62bccc3c9fa4
1869
- body: ''
1920
+ body: ""
1870
1921
  footer:
1871
1922
  Change-type: patch
1872
1923
  change-type: patch
1873
1924
  author: Pagan Gazzard
1874
1925
  - subject: Add repo.yml for upstream changelogs
1875
1926
  hash: e50ca4f49d80b3e89d37f7d8bf6607b0f797c7ae
1876
- body: ''
1927
+ body: ""
1877
1928
  footer:
1878
1929
  Change-type: patch
1879
1930
  change-type: patch
1880
1931
  author: Pagan Gazzard
1881
1932
  - subject: Add .versionbot/CHANGELOG.yml for downstream changelogs
1882
1933
  hash: 9d68e94757f2f9498dedf3d6f085ce77ea70652a
1883
- body: ''
1934
+ body: ""
1884
1935
  footer:
1885
1936
  Change-type: patch
1886
1937
  change-type: patch
@@ -1889,37 +1940,31 @@
1889
1940
  date: 2019-05-08T15:52:48.099Z
1890
1941
  - commits:
1891
1942
  - author: Pagan Gazzard
1892
- body: ''
1943
+ body: ""
1893
1944
  footers:
1894
1945
  change-type: patch
1895
1946
  hash: c7892c3950b3e4ca9722c63c162893a7ea8b09ca
1896
- subject: >-
1897
- Fix off-by-one error when having to resort to a random
1898
- alias
1899
- date: '2019-04-22T15:38:45Z'
1947
+ subject: Fix off-by-one error when having to resort to a random alias
1948
+ date: 2019-04-22T15:38:45Z
1900
1949
  version: odata-to-abstract-sql-3.1.1
1901
1950
  - commits:
1902
1951
  - author: Pagan Gazzard
1903
- body: ''
1952
+ body: ""
1904
1953
  footers:
1905
1954
  change-type: minor
1906
1955
  hash: b61b2f9a20fe0bb3632c591a452cf01f0740e42c
1907
- subject: >-
1908
- Add support for definitions for the target table of
1909
- insert queries
1956
+ subject: Add support for definitions for the target table of insert queries
1910
1957
  - author: Pagan Gazzard
1911
- body: ''
1958
+ body: ""
1912
1959
  footers:
1913
1960
  change-type: minor
1914
1961
  hash: 815a4ff330f27fd503778bc1461e99e6ff0043b6
1915
- subject: >-
1916
- Add path key where statements to the select subquery for
1917
- inserts
1962
+ subject: Add path key where statements to the select subquery for inserts
1918
1963
  - author: Pagan Gazzard
1919
- body: ''
1964
+ body: ""
1920
1965
  hash: 785f06c38990b89614551f7cbd8ad87280561aeb
1921
1966
  subject: Convert == to ===
1922
- date: '2019-03-08T14:39:00Z'
1967
+ date: 2019-03-08T14:39:00Z
1923
1968
  version: odata-to-abstract-sql-3.1.0
1924
1969
  version: abstract-sql-compiler-6.13.6
1925
1970
  date: 2020-05-19T15:19:55.893Z
@@ -1936,7 +1981,7 @@
1936
1981
  - commits:
1937
1982
  - subject: Switch to balena-lint
1938
1983
  hash: ab0228a798c1babb11891a469f8385b50c5426ef
1939
- body: ''
1984
+ body: ""
1940
1985
  footer:
1941
1986
  Change-type: patch
1942
1987
  change-type: patch
@@ -1946,7 +1991,7 @@
1946
1991
  - commits:
1947
1992
  - subject: Improve typings
1948
1993
  hash: 82dfb240b97128267d26d44b12ed4ac2ddcfc8b7
1949
- body: ''
1994
+ body: ""
1950
1995
  footer:
1951
1996
  Change-type: patch
1952
1997
  change-type: patch
@@ -1956,7 +2001,7 @@
1956
2001
  - commits:
1957
2002
  - subject: Remove unused imports
1958
2003
  hash: f4f8d1a55903e352db46efaace69d3b91da9016b
1959
- body: ''
2004
+ body: ""
1960
2005
  footer:
1961
2006
  Change-type: patch
1962
2007
  change-type: patch
@@ -1966,7 +2011,7 @@
1966
2011
  - commits:
1967
2012
  - subject: Remove production lodash dependency
1968
2013
  hash: b819dc89d6cc55957b6c870c0fa44411d1d37bd0
1969
- body: ''
2014
+ body: ""
1970
2015
  footer:
1971
2016
  Change-type: patch
1972
2017
  change-type: patch
@@ -1980,7 +2025,7 @@
1980
2025
  - commits:
1981
2026
  - subject: Enforce strict type checking
1982
2027
  hash: 88c58d12bf15016738297928e5c991da6d3bde00
1983
- body: ''
2028
+ body: ""
1984
2029
  footer:
1985
2030
  Change-type: patch
1986
2031
  change-type: patch
@@ -1988,7 +2033,7 @@
1988
2033
  version: 4.5.3
1989
2034
  date: 2020-05-19T11:46:01.508Z
1990
2035
  - commits:
1991
- - subject: 'Dev: Update to @balena/sbvr-parser 1.x'
2036
+ - subject: "Dev: Update to @balena/sbvr-parser 1.x"
1992
2037
  hash: 5c541188ff8cd7638223f6908472fed8de28e5ab
1993
2038
  body: |
1994
2039
  Update sbvr-parser from 0.2.8 to 1.0.1
@@ -2000,7 +2045,7 @@
2000
2045
  - commits:
2001
2046
  - subject: Update to mocha 7.x
2002
2047
  hash: f9b2009c28f50a0635738a2c49d1be17491a05b3
2003
- body: ''
2048
+ body: ""
2004
2049
  footer:
2005
2050
  Change-type: patch
2006
2051
  change-type: patch
@@ -2010,21 +2055,21 @@
2010
2055
  - commits:
2011
2056
  - subject: Convert coffeescript tests to javascript
2012
2057
  hash: 4e4a14476fb29242dbcd278cf079738900fdb0c8
2013
- body: ''
2058
+ body: ""
2014
2059
  footer:
2015
2060
  Change-type: patch
2016
2061
  change-type: patch
2017
2062
  author: Pagan Gazzard
2018
2063
  - subject: Drop support for node 6/8
2019
2064
  hash: fc61a212d5918a552ef6bbf8698413d096953429
2020
- body: ''
2065
+ body: ""
2021
2066
  footer:
2022
2067
  Change-type: major
2023
2068
  change-type: major
2024
2069
  author: Pagan Gazzard
2025
2070
  - subject: Rename to @balena/sbvr-parser
2026
2071
  hash: f7c3e6b15c907a25661f02ab54046f9f7faa64b5
2027
- body: ''
2072
+ body: ""
2028
2073
  footer:
2029
2074
  Change-type: major
2030
2075
  change-type: major
@@ -2032,16 +2077,16 @@
2032
2077
  version: sbvr-parser-1.0.0
2033
2078
  date: 2020-05-08T18:44:57.766Z
2034
2079
  - commits:
2035
- - subject: 'CI: Add nodejs 14 to the test matrix'
2080
+ - subject: "CI: Add nodejs 14 to the test matrix"
2036
2081
  hash: b532a53263ba8c853851ba524d62d2c2862e976f
2037
- body: ''
2082
+ body: ""
2038
2083
  footer:
2039
2084
  Change-type: patch
2040
2085
  change-type: patch
2041
2086
  author: Pagan Gazzard
2042
- - subject: 'CI: Remove circleci publishing in favor of balenaCI'
2087
+ - subject: "CI: Remove circleci publishing in favor of balenaCI"
2043
2088
  hash: 899c978e14b686681a40ff46ce992b432974d257
2044
- body: ''
2089
+ body: ""
2045
2090
  footer:
2046
2091
  Change-type: patch
2047
2092
  change-type: patch
@@ -2051,7 +2096,7 @@
2051
2096
  - commits:
2052
2097
  - subject: Update to to @balena/sbvr-types
2053
2098
  hash: 5092a2ed3c12c286661ec75dc7901adc5e5debba
2054
- body: ''
2099
+ body: ""
2055
2100
  footer:
2056
2101
  Change-type: patch
2057
2102
  change-type: patch
@@ -2061,7 +2106,7 @@
2061
2106
  - commits:
2062
2107
  - subject: Update to @balena/lint 5.x
2063
2108
  hash: 7df67c7d823941cb513227b18a06af273fb71e64
2064
- body: ''
2109
+ body: ""
2065
2110
  footer:
2066
2111
  Change-type: patch
2067
2112
  change-type: patch
@@ -2071,7 +2116,7 @@
2071
2116
  version: 4.5.2
2072
2117
  date: 2020-05-18T16:20:42.880Z
2073
2118
  - commits:
2074
- - subject: 'Dev: Update to @balena/lf-to-abstract-sql 4.x'
2119
+ - subject: "Dev: Update to @balena/lf-to-abstract-sql 4.x"
2075
2120
  hash: c28116e952d5c778a28ce26f7f6762eaa8c42b49
2076
2121
  body: |
2077
2122
  Update lf-to-abstract-sql from 3.2.7 to 4.0.0
@@ -2083,35 +2128,35 @@
2083
2128
  - commits:
2084
2129
  - subject: Include linting as part of the tests
2085
2130
  hash: 3c898aff5a6495b58ab963f6d979646dc43ca134
2086
- body: ''
2131
+ body: ""
2087
2132
  footer:
2088
2133
  Change-type: patch
2089
2134
  change-type: patch
2090
2135
  author: Pagan Gazzard
2091
2136
  - subject: Convert from UMD module to commonjs module
2092
2137
  hash: 998c4ca6be517cf401883f725c8937f3a55c87fa
2093
- body: ''
2138
+ body: ""
2094
2139
  footer:
2095
2140
  Change-type: major
2096
2141
  change-type: major
2097
2142
  author: Pagan Gazzard
2098
2143
  - subject: Rename to @balena/lf-to-abstract-sql
2099
2144
  hash: 29aef57618f13597d99f839b4e63f9dab465c303
2100
- body: ''
2145
+ body: ""
2101
2146
  footer:
2102
2147
  Change-type: major
2103
2148
  change-type: major
2104
2149
  author: Pagan Gazzard
2105
2150
  - subject: Drop support for node 8
2106
2151
  hash: f3fa70101981f2d9a751a5bd0052dadbdc897604
2107
- body: ''
2152
+ body: ""
2108
2153
  footer:
2109
2154
  Change-type: major
2110
2155
  change-type: major
2111
2156
  author: Pagan Gazzard
2112
2157
  - subject: Move @balena/sbvr-parser to production dependencies
2113
2158
  hash: cf4653791f11a556196af95434d80fdf1187e17d
2114
- body: ''
2159
+ body: ""
2115
2160
  footer:
2116
2161
  Change-type: patch
2117
2162
  change-type: patch
@@ -2133,35 +2178,35 @@
2133
2178
  - commits:
2134
2179
  - subject: Rename to @balena/odata-parser
2135
2180
  hash: 9c835596afc1abfc4b5a260fddcd3ee2f987e63f
2136
- body: ''
2181
+ body: ""
2137
2182
  footer:
2138
2183
  Change-type: major
2139
2184
  change-type: major
2140
2185
  author: Pagan Gazzard
2141
2186
  - subject: Update to @balena/lint 5.x
2142
2187
  hash: 8f80b624e83b2045f9c84ed813fb7399874fe684
2143
- body: ''
2188
+ body: ""
2144
2189
  footer:
2145
2190
  Change-type: major
2146
2191
  change-type: major
2147
2192
  author: Pagan Gazzard
2148
2193
  - subject: Drop support for nodejs 8
2149
2194
  hash: e5a1507c373decd51d5e1d8781ae667b817c1bc7
2150
- body: ''
2195
+ body: ""
2151
2196
  footer:
2152
2197
  Change-type: major
2153
2198
  change-type: major
2154
2199
  author: Pagan Gazzard
2155
- - subject: 'CI: Add nodejs 14 to the test matrix'
2200
+ - subject: "CI: Add nodejs 14 to the test matrix"
2156
2201
  hash: 86c69609cad382db78014894d46e039898ceee62
2157
- body: ''
2202
+ body: ""
2158
2203
  footer:
2159
2204
  Change-type: patch
2160
2205
  change-type: patch
2161
2206
  author: Pagan Gazzard
2162
- - subject: 'CI: Remove circleci publishing in favor of balenaCI'
2207
+ - subject: "CI: Remove circleci publishing in favor of balenaCI"
2163
2208
  hash: 39515ff69eb0e6bc3137db79b351e5a9512f9b85
2164
- body: ''
2209
+ body: ""
2165
2210
  footer:
2166
2211
  Change-type: patch
2167
2212
  change-type: patch
@@ -2171,7 +2216,7 @@
2171
2216
  version: 4.5.0
2172
2217
  date: 2020-05-12T11:22:48.851Z
2173
2218
  - commits:
2174
- - subject: 'Dev: Update lf-to-abstract-sql to 3.x'
2219
+ - subject: "Dev: Update lf-to-abstract-sql to 3.x"
2175
2220
  hash: 2c0c971ee08c93b72526beb2b5131d59e640e630
2176
2221
  body: |
2177
2222
  Update lf-to-abstract-sql from 2.2.0 to 3.2.7
@@ -2193,7 +2238,7 @@
2193
2238
  - commits:
2194
2239
  - subject: Update to mocha 7.x
2195
2240
  hash: f9b2009c28f50a0635738a2c49d1be17491a05b3
2196
- body: ''
2241
+ body: ""
2197
2242
  footer:
2198
2243
  Change-type: patch
2199
2244
  change-type: patch
@@ -2203,21 +2248,21 @@
2203
2248
  - commits:
2204
2249
  - subject: Convert coffeescript tests to javascript
2205
2250
  hash: 4e4a14476fb29242dbcd278cf079738900fdb0c8
2206
- body: ''
2251
+ body: ""
2207
2252
  footer:
2208
2253
  Change-type: patch
2209
2254
  change-type: patch
2210
2255
  author: Pagan Gazzard
2211
2256
  - subject: Drop support for node 6/8
2212
2257
  hash: fc61a212d5918a552ef6bbf8698413d096953429
2213
- body: ''
2258
+ body: ""
2214
2259
  footer:
2215
2260
  Change-type: major
2216
2261
  change-type: major
2217
2262
  author: Pagan Gazzard
2218
2263
  - subject: Rename to @balena/sbvr-parser
2219
2264
  hash: f7c3e6b15c907a25661f02ab54046f9f7faa64b5
2220
- body: ''
2265
+ body: ""
2221
2266
  footer:
2222
2267
  Change-type: major
2223
2268
  change-type: major
@@ -2225,16 +2270,16 @@
2225
2270
  version: sbvr-parser-1.0.0
2226
2271
  date: 2020-05-08T18:44:57.766Z
2227
2272
  - commits:
2228
- - subject: 'CI: Add nodejs 14 to the test matrix'
2273
+ - subject: "CI: Add nodejs 14 to the test matrix"
2229
2274
  hash: b532a53263ba8c853851ba524d62d2c2862e976f
2230
- body: ''
2275
+ body: ""
2231
2276
  footer:
2232
2277
  Change-type: patch
2233
2278
  change-type: patch
2234
2279
  author: Pagan Gazzard
2235
- - subject: 'CI: Remove circleci publishing in favor of balenaCI'
2280
+ - subject: "CI: Remove circleci publishing in favor of balenaCI"
2236
2281
  hash: 899c978e14b686681a40ff46ce992b432974d257
2237
- body: ''
2282
+ body: ""
2238
2283
  footer:
2239
2284
  Change-type: patch
2240
2285
  change-type: patch
@@ -2244,7 +2289,7 @@
2244
2289
  - commits:
2245
2290
  - subject: Update to to @balena/sbvr-types
2246
2291
  hash: 5092a2ed3c12c286661ec75dc7901adc5e5debba
2247
- body: ''
2292
+ body: ""
2248
2293
  footer:
2249
2294
  Change-type: patch
2250
2295
  change-type: patch
@@ -2254,7 +2299,7 @@
2254
2299
  - commits:
2255
2300
  - subject: Update to @balena/lint 5.x
2256
2301
  hash: 7df67c7d823941cb513227b18a06af273fb71e64
2257
- body: ''
2302
+ body: ""
2258
2303
  footer:
2259
2304
  Change-type: patch
2260
2305
  change-type: patch
@@ -2264,7 +2309,7 @@
2264
2309
  - commits:
2265
2310
  - subject: Reduce lodash usage
2266
2311
  hash: 275276c0c0a49a2ce638666c404d4a23495a01ff
2267
- body: ''
2312
+ body: ""
2268
2313
  footer:
2269
2314
  Change-type: patch
2270
2315
  change-type: patch
@@ -2274,9 +2319,9 @@
2274
2319
  version: lf-to-abstract-sql-3.2.6
2275
2320
  date: 2020-05-11T14:25:47.833Z
2276
2321
  - commits:
2277
- - subject: 'CI: Add nodejs 14 to the test matrix'
2322
+ - subject: "CI: Add nodejs 14 to the test matrix"
2278
2323
  hash: ed093ef0606bfac0c5af3dbfdd718f2d8fed8a08
2279
- body: ''
2324
+ body: ""
2280
2325
  footer:
2281
2326
  Change-type: patch
2282
2327
  change-type: patch
@@ -2296,65 +2341,63 @@
2296
2341
  - commits:
2297
2342
  - subject: Convert `fetchProcessing` to synchronous functions
2298
2343
  hash: a7cb7833d852dfec2b5bd02c3aad785266cd1c5c
2299
- body: ''
2344
+ body: ""
2300
2345
  footer:
2301
2346
  Change-type: major
2302
2347
  change-type: major
2303
2348
  author: Pagan Gazzard
2304
2349
  - subject: Update to bcrypt 4.x
2305
2350
  hash: aadd9f09db11f39a706118bf0d605b9476f6bfb5
2306
- body: ''
2351
+ body: ""
2307
2352
  footer:
2308
2353
  Change-type: major
2309
2354
  change-type: major
2310
2355
  author: Pagan Gazzard
2311
2356
  - subject: Enable strict tsconfig
2312
2357
  hash: 5690af1c28d8f42677f1f12960a8a6f346aea2fe
2313
- body: ''
2358
+ body: ""
2314
2359
  footer:
2315
2360
  Change-type: patch
2316
2361
  change-type: patch
2317
2362
  author: Pagan Gazzard
2318
2363
  - subject: Make use of `import type` where relevant
2319
2364
  hash: d19c7b52ecf7d1269812852faae5797a77f06290
2320
- body: ''
2365
+ body: ""
2321
2366
  footer:
2322
2367
  Change-type: patch
2323
2368
  change-type: patch
2324
2369
  author: Pagan Gazzard
2325
2370
  - subject: Update to balena-lint 5.x
2326
2371
  hash: 5d402bcbaa1ab496013f83de61d15ae87df22af6
2327
- body: ''
2372
+ body: ""
2328
2373
  footer:
2329
2374
  Change-type: patch
2330
2375
  change-type: patch
2331
2376
  author: Pagan Gazzard
2332
2377
  - subject: Rename to @balena/sbvr-types
2333
2378
  hash: 3748302289afab7ae713995b56c694b477c29228
2334
- body: ''
2379
+ body: ""
2335
2380
  footer:
2336
2381
  Change-type: major
2337
2382
  change-type: major
2338
2383
  author: Pagan Gazzard
2339
2384
  - subject: Drop node 8 support
2340
2385
  hash: 00ef44e2cea050c977150faaf9b5db8fb74d0116
2341
- body: ''
2386
+ body: ""
2342
2387
  footer:
2343
2388
  Change-type: major
2344
2389
  change-type: major
2345
2390
  author: Pagan Gazzard
2346
2391
  - subject: Update tsconfig target to es2018
2347
2392
  hash: 6119c1595882069982d6021d3444513ddfa04aa4
2348
- body: ''
2393
+ body: ""
2349
2394
  footer:
2350
2395
  Change-type: major
2351
2396
  change-type: major
2352
2397
  author: Pagan Gazzard
2353
- - subject: >-
2354
- Convert all returned promises to native promises instead
2355
- of bluebird
2398
+ - subject: Convert all returned promises to native promises instead of bluebird
2356
2399
  hash: 1ae01b42d101d9764658a8553560477f0e7d7a86
2357
- body: ''
2400
+ body: ""
2358
2401
  footer:
2359
2402
  Change-type: major
2360
2403
  change-type: major
@@ -2364,7 +2407,7 @@
2364
2407
  - commits:
2365
2408
  - subject: Switch to balena-lint
2366
2409
  hash: ab0228a798c1babb11891a469f8385b50c5426ef
2367
- body: ''
2410
+ body: ""
2368
2411
  footer:
2369
2412
  Change-type: patch
2370
2413
  change-type: patch
@@ -2374,7 +2417,7 @@
2374
2417
  - commits:
2375
2418
  - subject: Improve typings
2376
2419
  hash: 82dfb240b97128267d26d44b12ed4ac2ddcfc8b7
2377
- body: ''
2420
+ body: ""
2378
2421
  footer:
2379
2422
  Change-type: patch
2380
2423
  change-type: patch
@@ -2384,7 +2427,7 @@
2384
2427
  - commits:
2385
2428
  - subject: Remove unused imports
2386
2429
  hash: f4f8d1a55903e352db46efaace69d3b91da9016b
2387
- body: ''
2430
+ body: ""
2388
2431
  footer:
2389
2432
  Change-type: patch
2390
2433
  change-type: patch
@@ -2394,7 +2437,7 @@
2394
2437
  - commits:
2395
2438
  - subject: Remove production lodash dependency
2396
2439
  hash: b819dc89d6cc55957b6c870c0fa44411d1d37bd0
2397
- body: ''
2440
+ body: ""
2398
2441
  footer:
2399
2442
  Change-type: patch
2400
2443
  change-type: patch
@@ -2406,63 +2449,63 @@
2406
2449
  - commits:
2407
2450
  - subject: Switch to native some
2408
2451
  hash: 9db59aa4e6d5bd2447671cdf048dcac41ce3229a
2409
- body: ''
2452
+ body: ""
2410
2453
  footer:
2411
2454
  Change-type: patch
2412
2455
  change-type: patch
2413
2456
  author: Pagan Gazzard
2414
2457
  - subject: Switch to native findIndex
2415
2458
  hash: 41edb97a980d1e206a15d57d4f07a5707b767201
2416
- body: ''
2459
+ body: ""
2417
2460
  footer:
2418
2461
  Change-type: patch
2419
2462
  change-type: patch
2420
2463
  author: Pagan Gazzard
2421
2464
  - subject: Switch to native every
2422
2465
  hash: 22e9532c671d8b5db90f6907bef9adba9159d2fe
2423
- body: ''
2466
+ body: ""
2424
2467
  footer:
2425
2468
  Change-type: patch
2426
2469
  change-type: patch
2427
2470
  author: Pagan Gazzard
2428
2471
  - subject: Switch to native find
2429
2472
  hash: baf6ef67ddc40096d55999df05cfe0781616b4e3
2430
- body: ''
2473
+ body: ""
2431
2474
  footer:
2432
2475
  Change-type: patch
2433
2476
  change-type: patch
2434
2477
  author: Pagan Gazzard
2435
2478
  - subject: Switch to native forEach where possible
2436
2479
  hash: e417e3b6decaad51c6a24053ba3a734b43cd7de4
2437
- body: ''
2480
+ body: ""
2438
2481
  footer:
2439
2482
  Change-type: patch
2440
2483
  change-type: patch
2441
2484
  author: Pagan Gazzard
2442
2485
  - subject: Switch to native includes
2443
2486
  hash: 5768d76d2ebc2a457c890a181a39aa8879552dee
2444
- body: ''
2487
+ body: ""
2445
2488
  footer:
2446
2489
  Change-type: patch
2447
2490
  change-type: patch
2448
2491
  author: Pagan Gazzard
2449
2492
  - subject: Switch to native array type checking
2450
2493
  hash: 3f3ecfbc69ab6b1f9606d8183354cea3111111bf
2451
- body: ''
2494
+ body: ""
2452
2495
  footer:
2453
2496
  Change-type: patch
2454
2497
  change-type: patch
2455
2498
  author: Pagan Gazzard
2456
2499
  - subject: Switch to native string type checking
2457
2500
  hash: 93b0ee63ecc4740a2de9c5b01a703ddca94533fb
2458
- body: ''
2501
+ body: ""
2459
2502
  footer:
2460
2503
  Change-type: patch
2461
2504
  change-type: patch
2462
2505
  author: Pagan Gazzard
2463
2506
  - subject: Switch to native Object.assign
2464
2507
  hash: bf1f7a2564bbd8fb01b0b298b872d79e676f7a18
2465
- body: ''
2508
+ body: ""
2466
2509
  footer:
2467
2510
  Change-type: patch
2468
2511
  change-type: patch
@@ -2472,7 +2515,7 @@
2472
2515
  - commits:
2473
2516
  - subject: Always treat numbered terms as if they're used
2474
2517
  hash: 78cf69b82166d736865e73f5b01bc403da468569
2475
- body: ''
2518
+ body: ""
2476
2519
  footer:
2477
2520
  Change-type: patch
2478
2521
  change-type: patch
@@ -2491,32 +2534,30 @@
2491
2534
  author: Pagan Gazzard
2492
2535
  nested:
2493
2536
  - commits:
2494
- - subject: 'CI: Remove circleci deploy in favor of balenaCI'
2537
+ - subject: "CI: Remove circleci deploy in favor of balenaCI"
2495
2538
  hash: 9e1137a305c6ded5c11209d292dab1c5cbabd0ee
2496
- body: ''
2539
+ body: ""
2497
2540
  footer:
2498
2541
  Change-type: patch
2499
2542
  change-type: patch
2500
2543
  author: Pagan Gazzard
2501
- - subject: 'CI: Add node 12 to the test matrix'
2544
+ - subject: "CI: Add node 12 to the test matrix"
2502
2545
  hash: ccad733c04197834893804a6f8ccb8c76a1bf562
2503
- body: ''
2546
+ body: ""
2504
2547
  footer:
2505
2548
  Change-type: patch
2506
2549
  change-type: patch
2507
2550
  author: Pagan Gazzard
2508
- - subject: 'CI: Remove node 6 from the test matrix'
2551
+ - subject: "CI: Remove node 6 from the test matrix"
2509
2552
  hash: 5dd121cd02ffd37962ecefbfe0c1f9ab76168285
2510
- body: ''
2553
+ body: ""
2511
2554
  footer:
2512
2555
  Change-type: patch
2513
2556
  change-type: patch
2514
2557
  author: Pagan Gazzard
2515
- - subject: >-
2516
- Update dependencies and use resin-lint for automatic
2517
- lint fixes
2558
+ - subject: Update dependencies and use resin-lint for automatic lint fixes
2518
2559
  hash: caab18277ab22f8d60c6feca21d731b69239f963
2519
- body: ''
2560
+ body: ""
2520
2561
  footer:
2521
2562
  Change-type: patch
2522
2563
  change-type: patch
@@ -2526,21 +2567,21 @@
2526
2567
  - commits:
2527
2568
  - subject: Add node 12 to the test matrix
2528
2569
  hash: ecd938076fa0b473e0149940e71ac909a5f2cdfd
2529
- body: ''
2570
+ body: ""
2530
2571
  footer:
2531
2572
  Change-type: patch
2532
2573
  change-type: patch
2533
2574
  author: Pagan Gazzard
2534
2575
  - subject: Update dependencies
2535
2576
  hash: 3aacccdbb1962f5cb7eeec8ca5fa62c5f42145e3
2536
- body: ''
2577
+ body: ""
2537
2578
  footer:
2538
2579
  Change-type: patch
2539
2580
  change-type: patch
2540
2581
  author: Pagan Gazzard
2541
2582
  - subject: Add CODEOWNERS
2542
2583
  hash: d04a524767359dca21b7dfefc07e7e05a5607934
2543
- body: ''
2584
+ body: ""
2544
2585
  footer:
2545
2586
  Change-type: patch
2546
2587
  change-type: patch
@@ -2550,7 +2591,7 @@
2550
2591
  - commits:
2551
2592
  - subject: Add CODEOWNERS
2552
2593
  hash: e9931f0bad2fc7b74366fcf1359642714e3d8cbe
2553
- body: ''
2594
+ body: ""
2554
2595
  footer:
2555
2596
  Change-type: patch
2556
2597
  change-type: patch
@@ -2560,7 +2601,7 @@
2560
2601
  - commits:
2561
2602
  - subject: Add support for using `of` instead of `that is of`
2562
2603
  hash: 15466b993e738e16bb20d597460f673c438c6c93
2563
- body: ''
2604
+ body: ""
2564
2605
  footer:
2565
2606
  Change-type: patch
2566
2607
  change-type: patch
@@ -2570,7 +2611,7 @@
2570
2611
  - commits:
2571
2612
  - subject: Add support for `a given` as a universal quantification
2572
2613
  hash: 2946841869fd9424786ae70c6c2d28948f624179
2573
- body: ''
2614
+ body: ""
2574
2615
  footer:
2575
2616
  Change-type: patch
2576
2617
  change-type: patch
@@ -2578,11 +2619,9 @@
2578
2619
  version: sbvr-parser-0.2.5
2579
2620
  date: 2019-12-30T17:43:37.528Z
2580
2621
  - commits:
2581
- - subject: >-
2582
- Allow including terms as part of a verb by using `[]`
2583
- brackets
2622
+ - subject: Allow including terms as part of a verb by using `[]` brackets
2584
2623
  hash: 40129b411ba8b2357c03ac2815e0182f806c3531
2585
- body: ''
2624
+ body: ""
2586
2625
  footer:
2587
2626
  Change-type: patch
2588
2627
  change-type: patch
@@ -2592,9 +2631,7 @@
2592
2631
  version: lf-to-abstract-sql-3.2.1
2593
2632
  date: 2020-04-14T10:51:00.210Z
2594
2633
  - commits:
2595
- - subject: >-
2596
- Only add the destination of a link table if it's actually
2597
- necessary
2634
+ - subject: Only add the destination of a link table if it's actually necessary
2598
2635
  hash: 463870590602492accc12ed53753f66862d42cd6
2599
2636
  body: >
2600
2637
  This can significantly speed up queries by avoiding a join when
@@ -2608,9 +2645,9 @@
2608
2645
  version: lf-to-abstract-sql-3.2.0
2609
2646
  date: 2020-04-13T16:48:53.658Z
2610
2647
  - commits:
2611
- - subject: 'CI: Remove circleci publishing in favor of balenaCI'
2648
+ - subject: "CI: Remove circleci publishing in favor of balenaCI"
2612
2649
  hash: 857edf20512d8876483751083d3738fd792b1a34
2613
- body: ''
2650
+ body: ""
2614
2651
  footer:
2615
2652
  Change-type: patch
2616
2653
  change-type: patch
@@ -2620,7 +2657,7 @@
2620
2657
  - commits:
2621
2658
  - subject: Add CODEOWNERS
2622
2659
  hash: 84138a590beefb6a5efeb67e271fe26ec8706d4c
2623
- body: ''
2660
+ body: ""
2624
2661
  footer:
2625
2662
  Change-type: patch
2626
2663
  change-type: patch
@@ -2630,7 +2667,7 @@
2630
2667
  - commits:
2631
2668
  - subject: Add support for enum definitions on fact types
2632
2669
  hash: c78811ce696b4408c365dafe091af50f674be5cf
2633
- body: ''
2670
+ body: ""
2634
2671
  footer:
2635
2672
  Change-type: minor
2636
2673
  change-type: minor
@@ -2640,7 +2677,7 @@
2640
2677
  - commits:
2641
2678
  - subject: Fix `updateModifiedAt` formatting
2642
2679
  hash: 8791bf7a0fe088472d1ace8a6ebd6b9d721b3759
2643
- body: ''
2680
+ body: ""
2644
2681
  footer:
2645
2682
  Change-type: patch
2646
2683
  change-type: patch
@@ -2650,21 +2687,21 @@
2650
2687
  - commits:
2651
2688
  - subject: Add node 12 tests
2652
2689
  hash: 83bc641d081b6cb8ba3cc9c027e0d789dfee4380
2653
- body: ''
2690
+ body: ""
2654
2691
  footer:
2655
2692
  Change-type: patch
2656
2693
  change-type: patch
2657
2694
  author: Pagan Gazzard
2658
2695
  - subject: Add repo.yml for upstream changelogs
2659
2696
  hash: e877b3cbb7c314cd4a3632b9aed309ba392448d4
2660
- body: ''
2697
+ body: ""
2661
2698
  footer:
2662
2699
  Change-type: patch
2663
2700
  change-type: patch
2664
2701
  author: Pagan Gazzard
2665
2702
  - subject: Add .versionbot/CHANGELOG.yml for downstream changelogs
2666
2703
  hash: 42abf7389d8bc95c621e2f012ecae9edfca24580
2667
- body: ''
2704
+ body: ""
2668
2705
  footer:
2669
2706
  Change-type: patch
2670
2707
  change-type: patch
@@ -2673,12 +2710,12 @@
2673
2710
  date: 2019-05-08T15:55:22.023Z
2674
2711
  - commits:
2675
2712
  - author: Pagan Gazzard
2676
- body: ''
2713
+ body: ""
2677
2714
  footers:
2678
2715
  change-type: major
2679
2716
  hash: dc10a94a8547b413ced003e87cd4c8272b1b3b59
2680
2717
  subject: Add automatic modified at fields
2681
- date: '2019-03-08T15:40:33Z'
2718
+ date: 2019-03-08T15:40:33Z
2682
2719
  version: lf-to-abstract-sql-3.0.0
2683
2720
  version: 4.4.7
2684
2721
  date: 2020-05-12T10:08:02.486Z
@@ -2695,65 +2732,63 @@
2695
2732
  - commits:
2696
2733
  - subject: Convert `fetchProcessing` to synchronous functions
2697
2734
  hash: a7cb7833d852dfec2b5bd02c3aad785266cd1c5c
2698
- body: ''
2735
+ body: ""
2699
2736
  footer:
2700
2737
  Change-type: major
2701
2738
  change-type: major
2702
2739
  author: Pagan Gazzard
2703
2740
  - subject: Update to bcrypt 4.x
2704
2741
  hash: aadd9f09db11f39a706118bf0d605b9476f6bfb5
2705
- body: ''
2742
+ body: ""
2706
2743
  footer:
2707
2744
  Change-type: major
2708
2745
  change-type: major
2709
2746
  author: Pagan Gazzard
2710
2747
  - subject: Enable strict tsconfig
2711
2748
  hash: 5690af1c28d8f42677f1f12960a8a6f346aea2fe
2712
- body: ''
2749
+ body: ""
2713
2750
  footer:
2714
2751
  Change-type: patch
2715
2752
  change-type: patch
2716
2753
  author: Pagan Gazzard
2717
2754
  - subject: Make use of `import type` where relevant
2718
2755
  hash: d19c7b52ecf7d1269812852faae5797a77f06290
2719
- body: ''
2756
+ body: ""
2720
2757
  footer:
2721
2758
  Change-type: patch
2722
2759
  change-type: patch
2723
2760
  author: Pagan Gazzard
2724
2761
  - subject: Update to balena-lint 5.x
2725
2762
  hash: 5d402bcbaa1ab496013f83de61d15ae87df22af6
2726
- body: ''
2763
+ body: ""
2727
2764
  footer:
2728
2765
  Change-type: patch
2729
2766
  change-type: patch
2730
2767
  author: Pagan Gazzard
2731
2768
  - subject: Rename to @balena/sbvr-types
2732
2769
  hash: 3748302289afab7ae713995b56c694b477c29228
2733
- body: ''
2770
+ body: ""
2734
2771
  footer:
2735
2772
  Change-type: major
2736
2773
  change-type: major
2737
2774
  author: Pagan Gazzard
2738
2775
  - subject: Drop node 8 support
2739
2776
  hash: 00ef44e2cea050c977150faaf9b5db8fb74d0116
2740
- body: ''
2777
+ body: ""
2741
2778
  footer:
2742
2779
  Change-type: major
2743
2780
  change-type: major
2744
2781
  author: Pagan Gazzard
2745
2782
  - subject: Update tsconfig target to es2018
2746
2783
  hash: 6119c1595882069982d6021d3444513ddfa04aa4
2747
- body: ''
2784
+ body: ""
2748
2785
  footer:
2749
2786
  Change-type: major
2750
2787
  change-type: major
2751
2788
  author: Pagan Gazzard
2752
- - subject: >-
2753
- Convert all returned promises to native promises instead of
2754
- bluebird
2789
+ - subject: Convert all returned promises to native promises instead of bluebird
2755
2790
  hash: 1ae01b42d101d9764658a8553560477f0e7d7a86
2756
- body: ''
2791
+ body: ""
2757
2792
  footer:
2758
2793
  Change-type: major
2759
2794
  change-type: major
@@ -2763,7 +2798,7 @@
2763
2798
  - commits:
2764
2799
  - subject: Switch to balena-lint
2765
2800
  hash: ab0228a798c1babb11891a469f8385b50c5426ef
2766
- body: ''
2801
+ body: ""
2767
2802
  footer:
2768
2803
  Change-type: patch
2769
2804
  change-type: patch
@@ -2773,7 +2808,7 @@
2773
2808
  - commits:
2774
2809
  - subject: Improve typings
2775
2810
  hash: 82dfb240b97128267d26d44b12ed4ac2ddcfc8b7
2776
- body: ''
2811
+ body: ""
2777
2812
  footer:
2778
2813
  Change-type: patch
2779
2814
  change-type: patch
@@ -2795,7 +2830,7 @@
2795
2830
  - commits:
2796
2831
  - subject: Reduce lodash usage
2797
2832
  hash: ed5c57cca3e703081feb04064fd8520558a54cd7
2798
- body: ''
2833
+ body: ""
2799
2834
  footer:
2800
2835
  Change-type: patch
2801
2836
  change-type: patch
@@ -2814,32 +2849,30 @@
2814
2849
  author: Pagan Gazzard
2815
2850
  nested:
2816
2851
  - commits:
2817
- - subject: 'CI: Remove circleci deploy in favor of balenaCI'
2852
+ - subject: "CI: Remove circleci deploy in favor of balenaCI"
2818
2853
  hash: 9e1137a305c6ded5c11209d292dab1c5cbabd0ee
2819
- body: ''
2854
+ body: ""
2820
2855
  footer:
2821
2856
  Change-type: patch
2822
2857
  change-type: patch
2823
2858
  author: Pagan Gazzard
2824
- - subject: 'CI: Add node 12 to the test matrix'
2859
+ - subject: "CI: Add node 12 to the test matrix"
2825
2860
  hash: ccad733c04197834893804a6f8ccb8c76a1bf562
2826
- body: ''
2861
+ body: ""
2827
2862
  footer:
2828
2863
  Change-type: patch
2829
2864
  change-type: patch
2830
2865
  author: Pagan Gazzard
2831
- - subject: 'CI: Remove node 6 from the test matrix'
2866
+ - subject: "CI: Remove node 6 from the test matrix"
2832
2867
  hash: 5dd121cd02ffd37962ecefbfe0c1f9ab76168285
2833
- body: ''
2868
+ body: ""
2834
2869
  footer:
2835
2870
  Change-type: patch
2836
2871
  change-type: patch
2837
2872
  author: Pagan Gazzard
2838
- - subject: >-
2839
- Update dependencies and use resin-lint for automatic
2840
- lint fixes
2873
+ - subject: Update dependencies and use resin-lint for automatic lint fixes
2841
2874
  hash: caab18277ab22f8d60c6feca21d731b69239f963
2842
- body: ''
2875
+ body: ""
2843
2876
  footer:
2844
2877
  Change-type: patch
2845
2878
  change-type: patch
@@ -2849,7 +2882,7 @@
2849
2882
  - commits:
2850
2883
  - subject: Update dependencies
2851
2884
  hash: d991b20f6c90221c9a3734d0461540ec501576ad
2852
- body: ''
2885
+ body: ""
2853
2886
  footer:
2854
2887
  Change-type: patch
2855
2888
  change-type: patch
@@ -2857,7 +2890,7 @@
2857
2890
  version: odata-parser-1.4.1
2858
2891
  date: 2020-04-10T14:30:05.458Z
2859
2892
  - commits:
2860
- - subject: '✨: Add support for canAccess method call on resource'
2893
+ - subject: "✨: Add support for canAccess method call on resource"
2861
2894
  hash: bf99443b20616fef6344e3262832002d0d3909fd
2862
2895
  body: |
2863
2896
  Add support for `canAccess` method call on resource
@@ -2876,7 +2909,7 @@
2876
2909
  - commits:
2877
2910
  - subject: Reduce lodash usage
2878
2911
  hash: 0eaf4a66aad3fc69ec08ffced3958466413267ee
2879
- body: ''
2912
+ body: ""
2880
2913
  footer:
2881
2914
  Change-type: patch
2882
2915
  change-type: patch
@@ -2886,56 +2919,56 @@
2886
2919
  - commits:
2887
2920
  - subject: Switch to native forEach where possible
2888
2921
  hash: f949a8e508088382d4ed583bc9903838bc3f73d8
2889
- body: ''
2922
+ body: ""
2890
2923
  footer:
2891
2924
  Change-type: patch
2892
2925
  change-type: patch
2893
2926
  author: Pagan Gazzard
2894
2927
  - subject: Switch to native map
2895
2928
  hash: 8fe89643626015a910d3179309a1f26885cb90e2
2896
- body: ''
2929
+ body: ""
2897
2930
  footer:
2898
2931
  Change-type: patch
2899
2932
  change-type: patch
2900
2933
  author: Pagan Gazzard
2901
2934
  - subject: Switch to native find
2902
2935
  hash: 5ed9566d1a893b72348d45735883e2b85ab3a129
2903
- body: ''
2936
+ body: ""
2904
2937
  footer:
2905
2938
  Change-type: patch
2906
2939
  change-type: patch
2907
2940
  author: Pagan Gazzard
2908
2941
  - subject: Switch to native some
2909
2942
  hash: a5270866b82190593d339b40b8db17caba70c733
2910
- body: ''
2943
+ body: ""
2911
2944
  footer:
2912
2945
  Change-type: patch
2913
2946
  change-type: patch
2914
2947
  author: Pagan Gazzard
2915
2948
  - subject: Switch to native includes
2916
2949
  hash: d9c92a8fdf4fadbd476c0ad531ddb937135c6218
2917
- body: ''
2950
+ body: ""
2918
2951
  footer:
2919
2952
  Change-type: patch
2920
2953
  change-type: patch
2921
2954
  author: Pagan Gazzard
2922
2955
  - subject: Switch to native string type check
2923
2956
  hash: d42381f766a8e0425d2b0bba13b13d381ddbe2ef
2924
- body: ''
2957
+ body: ""
2925
2958
  footer:
2926
2959
  Change-type: patch
2927
2960
  change-type: patch
2928
2961
  author: Pagan Gazzard
2929
2962
  - subject: Switch to native number type check
2930
2963
  hash: 03562d834a4d356af1e09510ecffafd0f22d0010
2931
- body: ''
2964
+ body: ""
2932
2965
  footer:
2933
2966
  Change-type: patch
2934
2967
  change-type: patch
2935
2968
  author: Pagan Gazzard
2936
2969
  - subject: Switch to native array type check
2937
2970
  hash: 6c26416f8a51ad2dbc7b455d00938fdd4e478bb1
2938
- body: ''
2971
+ body: ""
2939
2972
  footer:
2940
2973
  Change-type: patch
2941
2974
  change-type: patch
@@ -2945,7 +2978,7 @@
2945
2978
  - commits:
2946
2979
  - subject: Fix linting and make use of import type
2947
2980
  hash: 0145269cfeecc4be63f66efb114d4251a57fd651
2948
- body: ''
2981
+ body: ""
2949
2982
  footer:
2950
2983
  Change-type: patch
2951
2984
  change-type: patch
@@ -2968,7 +3001,7 @@
2968
3001
  - commits:
2969
3002
  - subject: Add CODEOWNERS
2970
3003
  hash: e9931f0bad2fc7b74366fcf1359642714e3d8cbe
2971
- body: ''
3004
+ body: ""
2972
3005
  footer:
2973
3006
  Change-type: patch
2974
3007
  change-type: patch
@@ -2978,7 +3011,7 @@
2978
3011
  - commits:
2979
3012
  - subject: Add support for using `of` instead of `that is of`
2980
3013
  hash: 15466b993e738e16bb20d597460f673c438c6c93
2981
- body: ''
3014
+ body: ""
2982
3015
  footer:
2983
3016
  Change-type: patch
2984
3017
  change-type: patch
@@ -2988,7 +3021,7 @@
2988
3021
  - commits:
2989
3022
  - subject: Add support for `a given` as a universal quantification
2990
3023
  hash: 2946841869fd9424786ae70c6c2d28948f624179
2991
- body: ''
3024
+ body: ""
2992
3025
  footer:
2993
3026
  Change-type: patch
2994
3027
  change-type: patch
@@ -2996,9 +3029,9 @@
2996
3029
  version: sbvr-parser-0.2.5
2997
3030
  date: 2019-12-30T17:43:37.528Z
2998
3031
  - commits:
2999
- - subject: 'Allow including terms as part of a verb by using `[]` brackets'
3032
+ - subject: Allow including terms as part of a verb by using `[]` brackets
3000
3033
  hash: 40129b411ba8b2357c03ac2815e0182f806c3531
3001
- body: ''
3034
+ body: ""
3002
3035
  footer:
3003
3036
  Change-type: patch
3004
3037
  change-type: patch
@@ -3008,7 +3041,7 @@
3008
3041
  - commits:
3009
3042
  - subject: Update dependencies
3010
3043
  hash: d991b20f6c90221c9a3734d0461540ec501576ad
3011
- body: ''
3044
+ body: ""
3012
3045
  footer:
3013
3046
  Change-type: patch
3014
3047
  change-type: patch
@@ -3016,30 +3049,30 @@
3016
3049
  version: odata-parser-1.4.1
3017
3050
  date: 2020-04-10T14:30:05.458Z
3018
3051
  - commits:
3019
- - subject: 'CI: Remove circleci deploy in favor of balenaCI'
3052
+ - subject: "CI: Remove circleci deploy in favor of balenaCI"
3020
3053
  hash: 9e1137a305c6ded5c11209d292dab1c5cbabd0ee
3021
- body: ''
3054
+ body: ""
3022
3055
  footer:
3023
3056
  Change-type: patch
3024
3057
  change-type: patch
3025
3058
  author: Pagan Gazzard
3026
- - subject: 'CI: Add node 12 to the test matrix'
3059
+ - subject: "CI: Add node 12 to the test matrix"
3027
3060
  hash: ccad733c04197834893804a6f8ccb8c76a1bf562
3028
- body: ''
3061
+ body: ""
3029
3062
  footer:
3030
3063
  Change-type: patch
3031
3064
  change-type: patch
3032
3065
  author: Pagan Gazzard
3033
- - subject: 'CI: Remove node 6 from the test matrix'
3066
+ - subject: "CI: Remove node 6 from the test matrix"
3034
3067
  hash: 5dd121cd02ffd37962ecefbfe0c1f9ab76168285
3035
- body: ''
3068
+ body: ""
3036
3069
  footer:
3037
3070
  Change-type: patch
3038
3071
  change-type: patch
3039
3072
  author: Pagan Gazzard
3040
3073
  - subject: Update dependencies and use resin-lint for automatic lint fixes
3041
3074
  hash: caab18277ab22f8d60c6feca21d731b69239f963
3042
- body: ''
3075
+ body: ""
3043
3076
  footer:
3044
3077
  Change-type: patch
3045
3078
  change-type: patch
@@ -3049,21 +3082,21 @@
3049
3082
  - commits:
3050
3083
  - subject: Add node 12 to the test matrix
3051
3084
  hash: ecd938076fa0b473e0149940e71ac909a5f2cdfd
3052
- body: ''
3085
+ body: ""
3053
3086
  footer:
3054
3087
  Change-type: patch
3055
3088
  change-type: patch
3056
3089
  author: Pagan Gazzard
3057
3090
  - subject: Update dependencies
3058
3091
  hash: 3aacccdbb1962f5cb7eeec8ca5fa62c5f42145e3
3059
- body: ''
3092
+ body: ""
3060
3093
  footer:
3061
3094
  Change-type: patch
3062
3095
  change-type: patch
3063
3096
  author: Pagan Gazzard
3064
3097
  - subject: Add CODEOWNERS
3065
3098
  hash: d04a524767359dca21b7dfefc07e7e05a5607934
3066
- body: ''
3099
+ body: ""
3067
3100
  footer:
3068
3101
  Change-type: patch
3069
3102
  change-type: patch
@@ -3071,9 +3104,9 @@
3071
3104
  version: sbvr-types-2.0.4
3072
3105
  date: 2020-01-22T17:34:25.485Z
3073
3106
  - commits:
3074
- - subject: "\U0001F4DD♻️ : Improve RelationshipMapping typing and docs"
3107
+ - subject: "📝♻️ : Improve RelationshipMapping typing and docs"
3075
3108
  hash: 46ba8a414d0274455675a3fd93682791f2cf9727
3076
- body: ''
3109
+ body: ""
3077
3110
  footer:
3078
3111
  Change-type: patch
3079
3112
  change-type: patch
@@ -3099,21 +3132,21 @@
3099
3132
  - commits:
3100
3133
  - subject: Add support for sum
3101
3134
  hash: 2b2a7dba023994be6bf3d1db80ca2699390250c1
3102
- body: ''
3135
+ body: ""
3103
3136
  footer:
3104
3137
  Change-type: minor
3105
3138
  change-type: minor
3106
3139
  author: Pagan Gazzard
3107
3140
  - subject: Add support for average
3108
3141
  hash: 7cd03b2dcd6d15549f158b5a9970a59b93b23142
3109
- body: ''
3142
+ body: ""
3110
3143
  footer:
3111
3144
  Change-type: minor
3112
3145
  change-type: minor
3113
3146
  author: Pagan Gazzard
3114
3147
  - subject: Add tests for count
3115
3148
  hash: 439e409c9b23bc6cb00bbdcc670a86f068f9fe3d
3116
- body: ''
3149
+ body: ""
3117
3150
  footer:
3118
3151
  Change-type: patch
3119
3152
  change-type: patch
@@ -3123,7 +3156,7 @@
3123
3156
  - commits:
3124
3157
  - subject: Add support for coalesce
3125
3158
  hash: 4fa84d101ac97b32677bd6438e183a1883a28327
3126
- body: ''
3159
+ body: ""
3127
3160
  footer:
3128
3161
  Change-type: minor
3129
3162
  change-type: minor
@@ -3143,21 +3176,21 @@
3143
3176
  - commits:
3144
3177
  - subject: Add node 12 to the test matrix
3145
3178
  hash: ecd938076fa0b473e0149940e71ac909a5f2cdfd
3146
- body: ''
3179
+ body: ""
3147
3180
  footer:
3148
3181
  Change-type: patch
3149
3182
  change-type: patch
3150
3183
  author: Pagan Gazzard
3151
3184
  - subject: Update dependencies
3152
3185
  hash: 3aacccdbb1962f5cb7eeec8ca5fa62c5f42145e3
3153
- body: ''
3186
+ body: ""
3154
3187
  footer:
3155
3188
  Change-type: patch
3156
3189
  change-type: patch
3157
3190
  author: Pagan Gazzard
3158
3191
  - subject: Add CODEOWNERS
3159
3192
  hash: d04a524767359dca21b7dfefc07e7e05a5607934
3160
- body: ''
3193
+ body: ""
3161
3194
  footer:
3162
3195
  Change-type: patch
3163
3196
  change-type: patch
@@ -3169,7 +3202,7 @@
3169
3202
  - commits:
3170
3203
  - subject: Update resin-lint to 3.x and use it for auto-linting
3171
3204
  hash: bd82923590b10227dde854ac782f2f9f0417ef2f
3172
- body: ''
3205
+ body: ""
3173
3206
  footer:
3174
3207
  Change-type: patch
3175
3208
  change-type: patch
@@ -3179,7 +3212,7 @@
3179
3212
  - commits:
3180
3213
  - subject: Fix query type check
3181
3214
  hash: e72755b88856c133ba54f3115abdd07ae6e4d9f6
3182
- body: ''
3215
+ body: ""
3183
3216
  footer:
3184
3217
  Change-type: patch
3185
3218
  change-type: patch
@@ -3189,7 +3222,7 @@
3189
3222
  - commits:
3190
3223
  - subject: Add CODEOWNERS
3191
3224
  hash: 660c9caa7621f6a0d8e161b6f2fade5e3df88f0e
3192
- body: ''
3225
+ body: ""
3193
3226
  footer:
3194
3227
  Change-type: patch
3195
3228
  change-type: patch
@@ -3199,7 +3232,7 @@
3199
3232
  - commits:
3200
3233
  - subject: Trim trigger names to the max of 63 characters
3201
3234
  hash: 05e1b93994e51afa7763aa0f721c76ef892fd469
3202
- body: ''
3235
+ body: ""
3203
3236
  footer:
3204
3237
  Change-type: patch
3205
3238
  change-type: patch
@@ -3209,7 +3242,7 @@
3209
3242
  - commits:
3210
3243
  - subject: Update dev dependencies
3211
3244
  hash: 0994bf0a71631391752c04d54e7ce566286a71e4
3212
- body: ''
3245
+ body: ""
3213
3246
  footer:
3214
3247
  Change-type: patch
3215
3248
  change-type: patch
@@ -3219,9 +3252,9 @@
3219
3252
  version: 4.4.1
3220
3253
  date: 2020-04-14T10:54:42.724Z
3221
3254
  - commits:
3222
- - subject: '✨: Add custom resource functions'
3255
+ - subject: "✨: Add custom resource functions"
3223
3256
  hash: e65ade6c3bc46a7130f6f3e0442b846140e220c0
3224
- body: ''
3257
+ body: ""
3225
3258
  footer:
3226
3259
  Change-type: minor
3227
3260
  change-type: minor
@@ -3233,14 +3266,14 @@
3233
3266
  - commits:
3234
3267
  - subject: Remove unsupported node 6 from the test matrix
3235
3268
  hash: 2cd70f619ccaa8c985d98a48e1510fd2c05146e5
3236
- body: ''
3269
+ body: ""
3237
3270
  footer:
3238
3271
  Change-type: patch
3239
3272
  change-type: patch
3240
3273
  author: Pagan Gazzard
3241
3274
  - subject: Add support for computed field when selecting from a resource alias
3242
3275
  hash: 6580973773c35c596a84cdbd9a87e872d8029a25
3243
- body: ''
3276
+ body: ""
3244
3277
  footer:
3245
3278
  Change-type: minor
3246
3279
  change-type: minor
@@ -3250,7 +3283,7 @@
3250
3283
  - commits:
3251
3284
  - subject: Add CODEOWNERS
3252
3285
  hash: 802f99c32934b4eac31de4e3a14eaa6810d9d854
3253
- body: ''
3286
+ body: ""
3254
3287
  footer:
3255
3288
  Change-type: patch
3256
3289
  change-type: patch
@@ -3260,7 +3293,7 @@
3260
3293
  - commits:
3261
3294
  - subject: Add support for `/$count` in filters
3262
3295
  hash: dc9a8665d1245a76fe398a2fd5a56476e5e214d5
3263
- body: ''
3296
+ body: ""
3264
3297
  footer:
3265
3298
  Change-type: minor
3266
3299
  change-type: minor
@@ -3280,7 +3313,7 @@
3280
3313
  - commits:
3281
3314
  - subject: Optimise merging of operands in `FilterByExpressionLoop`
3282
3315
  hash: 1f094ccea303ecf8b8e713bf897af55126358e5a
3283
- body: ''
3316
+ body: ""
3284
3317
  footer:
3285
3318
  Change-type: patch
3286
3319
  change-type: patch
@@ -3292,7 +3325,7 @@
3292
3325
  - commits:
3293
3326
  - subject: Improve error messages on failing to resolve relationships
3294
3327
  hash: 8362bf12f0ad5bf9c88eab9cbfad778331e4582b
3295
- body: ''
3328
+ body: ""
3296
3329
  footer:
3297
3330
  Change-type: patch
3298
3331
  change-type: patch
@@ -3302,7 +3335,7 @@
3302
3335
  - commits:
3303
3336
  - subject: Add support for `TableNode` definitions
3304
3337
  hash: 3e13d631b82bc9e8cb2adc55176670348662829f
3305
- body: ''
3338
+ body: ""
3306
3339
  footer:
3307
3340
  Change-type: minor
3308
3341
  change-type: minor
@@ -3319,7 +3352,7 @@
3319
3352
  - commits:
3320
3353
  - subject: Add support for inner/left/right/full joins
3321
3354
  hash: d2af541da7d0f7f2b6c25adb4929a410374e5887
3322
- body: ''
3355
+ body: ""
3323
3356
  footer:
3324
3357
  Change-type: minor
3325
3358
  change-type: minor
@@ -3331,7 +3364,7 @@
3331
3364
  - commits:
3332
3365
  - subject: Update dependencies
3333
3366
  hash: 10baad559daafbf22b5c94cd26ad6db2d89b77f9
3334
- body: ''
3367
+ body: ""
3335
3368
  footer:
3336
3369
  Change-type: patch
3337
3370
  change-type: patch
@@ -3341,7 +3374,7 @@
3341
3374
  - commits:
3342
3375
  - subject: Update tsconfig target to es2018
3343
3376
  hash: 11305a9db04d1c63df1c71ecf521b076658bad15
3344
- body: ''
3377
+ body: ""
3345
3378
  footer:
3346
3379
  Change-type: major
3347
3380
  change-type: major
@@ -3371,7 +3404,7 @@
3371
3404
  - commits:
3372
3405
  - subject: Improve typings
3373
3406
  hash: 11ace6373275b227497acbf2e40c2a33884adf7e
3374
- body: ''
3407
+ body: ""
3375
3408
  footer:
3376
3409
  Change-type: patch
3377
3410
  change-type: patch
@@ -3381,7 +3414,7 @@
3381
3414
  - commits:
3382
3415
  - subject: Add typings
3383
3416
  hash: a2c4bfe660bbe8d5de554f15cd89ef5a9c30de74
3384
- body: ''
3417
+ body: ""
3385
3418
  footer:
3386
3419
  Change-type: minor
3387
3420
  change-type: minor
@@ -3395,8 +3428,7 @@
3395
3428
  We do this by using basic scope info to prune aliased table
3396
3429
  references
3397
3430
 
3398
- which also allows us to handle aliased select queries in the
3399
- from
3431
+ which also allows us to handle aliased select queries in the from
3400
3432
  footer:
3401
3433
  Change-type: minor
3402
3434
  change-type: minor
@@ -3404,11 +3436,9 @@
3404
3436
  version: abstract-sql-compiler-6.6.0
3405
3437
  date: 2019-06-03T12:33:58.507Z
3406
3438
  - commits:
3407
- - subject: >-
3408
- Use an abstract-sql-optimiser prepass to simplify
3409
- getReferencedFields
3439
+ - subject: Use an abstract-sql-optimiser prepass to simplify getReferencedFields
3410
3440
  hash: 6fc850fc820d691c823ad698d8d499cf55126cf4
3411
- body: ''
3441
+ body: ""
3412
3442
  footer:
3413
3443
  Change-type: patch
3414
3444
  change-type: patch
@@ -3418,7 +3448,7 @@
3418
3448
  - commits:
3419
3449
  - subject: Optimise exactly 0 to not exists
3420
3450
  hash: dcb0cd00b8b4b08486e49d18e2b69e61162ae952
3421
- body: ''
3451
+ body: ""
3422
3452
  footer:
3423
3453
  Change-type: patch
3424
3454
  change-type: patch
@@ -3430,7 +3460,7 @@
3430
3460
  - commits:
3431
3461
  - subject: Add support for computed fields
3432
3462
  hash: b38a49327120bcb5106b5a21eb20a1a5586e4c30
3433
- body: ''
3463
+ body: ""
3434
3464
  footer:
3435
3465
  Change-type: minor
3436
3466
  change-type: minor
@@ -3451,7 +3481,7 @@
3451
3481
  - commits:
3452
3482
  - subject: Fix adding parameter alias to the options object
3453
3483
  hash: 247af0df0b4f3d6879d4415bced14fdf17beef76
3454
- body: ''
3484
+ body: ""
3455
3485
  footer:
3456
3486
  Change-type: patch
3457
3487
  change-type: patch
@@ -3461,7 +3491,7 @@
3461
3491
  - commits:
3462
3492
  - subject: Add .versionbot/CHANGELOG.yml for downstream changelogs
3463
3493
  hash: d871880a00c86b8eeec37489cf1d62a3688aabcc
3464
- body: ''
3494
+ body: ""
3465
3495
  footer:
3466
3496
  Change-type: patch
3467
3497
  change-type: patch
@@ -3471,7 +3501,7 @@
3471
3501
  - commits:
3472
3502
  - subject: Add support for computed fields
3473
3503
  hash: df53a1545b851da0ac188edac7cca6d34f1000f7
3474
- body: ''
3504
+ body: ""
3475
3505
  footer:
3476
3506
  Change-type: minor
3477
3507
  change-type: minor
@@ -3481,7 +3511,7 @@
3481
3511
  - commits:
3482
3512
  - subject: Add tests for `getReferencedFields`
3483
3513
  hash: ae56c039a943bda5d7b75927be4ed3c9c5402261
3484
- body: ''
3514
+ body: ""
3485
3515
  footer:
3486
3516
  Change-type: patch
3487
3517
  change-type: patch
@@ -3491,14 +3521,14 @@
3491
3521
  - commits:
3492
3522
  - subject: Update and fix lodash typings
3493
3523
  hash: 2bf073bbff3a94d66c31e07d98c3e298f5132b2c
3494
- body: ''
3524
+ body: ""
3495
3525
  footer:
3496
3526
  Change-type: patch
3497
3527
  change-type: patch
3498
3528
  author: Pagan Gazzard
3499
3529
  - subject: Update husky/mocha dev dependencies
3500
3530
  hash: 29f7d52185186bdb1171fdf27a923eb38887d009
3501
- body: ''
3531
+ body: ""
3502
3532
  footer:
3503
3533
  Change-type: patch
3504
3534
  change-type: patch
@@ -3521,7 +3551,7 @@
3521
3551
  - commits:
3522
3552
  - subject: Add .versionbot/CHANGELOG.yml for downstream changelogs
3523
3553
  hash: 45c5843b204def5a727b8ba8dfafb2a2347f50f3
3524
- body: ''
3554
+ body: ""
3525
3555
  footer:
3526
3556
  Change-type: patch
3527
3557
  change-type: patch
@@ -3530,21 +3560,21 @@
3530
3560
  date: 2019-05-08T14:23:57.847Z
3531
3561
  - subject: Add node 12 tests
3532
3562
  hash: 094c059eb3c5fd6f3502c53e40ed4b90197ed5c2
3533
- body: ''
3563
+ body: ""
3534
3564
  footer:
3535
3565
  Change-type: patch
3536
3566
  change-type: patch
3537
3567
  author: Pagan Gazzard
3538
3568
  - subject: Add repo.yml for upstream changelogs
3539
3569
  hash: 3f4bffe3a107a4b6fd30c15bf1e70c79e68e226e
3540
- body: ''
3570
+ body: ""
3541
3571
  footer:
3542
3572
  Change-type: patch
3543
3573
  change-type: patch
3544
3574
  author: Pagan Gazzard
3545
3575
  - subject: Add .versionbot/CHANGELOG.yml for downstream changelogs
3546
3576
  hash: 5e4ab1569e5e7f7648d4c14df8d3bf9f834a4828
3547
- body: ''
3577
+ body: ""
3548
3578
  footer:
3549
3579
  Change-type: patch
3550
3580
  change-type: patch
@@ -3556,21 +3586,21 @@
3556
3586
  - commits:
3557
3587
  - subject: Add node 12 tests
3558
3588
  hash: a6cc208654a36228a35fb8d8886e62bccc3c9fa4
3559
- body: ''
3589
+ body: ""
3560
3590
  footer:
3561
3591
  Change-type: patch
3562
3592
  change-type: patch
3563
3593
  author: Pagan Gazzard
3564
3594
  - subject: Add repo.yml for upstream changelogs
3565
3595
  hash: e50ca4f49d80b3e89d37f7d8bf6607b0f797c7ae
3566
- body: ''
3596
+ body: ""
3567
3597
  footer:
3568
3598
  Change-type: patch
3569
3599
  change-type: patch
3570
3600
  author: Pagan Gazzard
3571
3601
  - subject: Add .versionbot/CHANGELOG.yml for downstream changelogs
3572
3602
  hash: 9d68e94757f2f9498dedf3d6f085ce77ea70652a
3573
- body: ''
3603
+ body: ""
3574
3604
  footer:
3575
3605
  Change-type: patch
3576
3606
  change-type: patch
@@ -3579,390 +3609,380 @@
3579
3609
  date: 2019-05-08T15:52:48.099Z
3580
3610
  - commits:
3581
3611
  - author: Pagan Gazzard
3582
- body: ''
3612
+ body: ""
3583
3613
  footers:
3584
3614
  change-type: patch
3585
3615
  hash: c7892c3950b3e4ca9722c63c162893a7ea8b09ca
3586
3616
  subject: Fix off-by-one error when having to resort to a random alias
3587
- date: '2019-04-22T15:38:45Z'
3617
+ date: 2019-04-22T15:38:45Z
3588
3618
  version: 3.1.1
3589
3619
  - commits:
3590
3620
  - author: Pagan Gazzard
3591
- body: ''
3621
+ body: ""
3592
3622
  footers:
3593
3623
  change-type: minor
3594
3624
  hash: b61b2f9a20fe0bb3632c591a452cf01f0740e42c
3595
3625
  subject: Add support for definitions for the target table of insert queries
3596
3626
  - author: Pagan Gazzard
3597
- body: ''
3627
+ body: ""
3598
3628
  footers:
3599
3629
  change-type: minor
3600
3630
  hash: 815a4ff330f27fd503778bc1461e99e6ff0043b6
3601
3631
  subject: Add path key where statements to the select subquery for inserts
3602
3632
  - author: Pagan Gazzard
3603
- body: ''
3633
+ body: ""
3604
3634
  hash: 785f06c38990b89614551f7cbd8ad87280561aeb
3605
3635
  subject: Convert == to ===
3606
- date: '2019-03-08T14:39:00Z'
3636
+ date: 2019-03-08T14:39:00Z
3607
3637
  version: 3.1.0
3608
3638
  - commits:
3609
3639
  - author: Pagan Gazzard
3610
- body: ''
3640
+ body: ""
3611
3641
  footers:
3612
3642
  change-type: patch
3613
3643
  hash: 47474247abdf4113e7df26c199c24f73d5e406e1
3614
- subject: 'Improve typings, typing `tree` as the `AbstractSqlQuery` it is'
3615
- date: '2019-01-28T12:22:25Z'
3644
+ subject: Improve typings, typing `tree` as the `AbstractSqlQuery` it is
3645
+ date: 2019-01-28T12:22:25Z
3616
3646
  version: 3.0.1
3617
3647
  - commits:
3618
3648
  - author: Pagan Gazzard
3619
- body: ''
3649
+ body: ""
3620
3650
  footers:
3621
3651
  change-type: major
3622
3652
  hash: df845be23124cd790ced0526017092c288dc9ed3
3623
3653
  subject: Convert the translator into typescript
3624
3654
  - author: Pagan Gazzard
3625
- body: ''
3655
+ body: ""
3626
3656
  footers:
3627
3657
  change-type: minor
3628
3658
  hash: d4e897a56dff572f409ebf672b13aeab8e746b44
3629
3659
  subject: Add support for automatically resolved `ResourceNode`s in definitions
3630
- date: '2018-12-07T15:28:37Z'
3660
+ date: 2018-12-07T15:28:37Z
3631
3661
  version: 3.0.0
3632
3662
  - commits:
3633
3663
  - author: Pagan Gazzard
3634
- body: ''
3664
+ body: ""
3635
3665
  footers:
3636
3666
  change-type: patch
3637
3667
  hash: 2d5a2e9645da23386d40dc2cb9c5f52d6285a9a5
3638
3668
  subject: Further optimise `generateShortAliases`
3639
- date: '2018-11-16T18:30:10Z'
3669
+ date: 2018-11-16T18:30:10Z
3640
3670
  version: 2.4.3
3641
3671
  - commits:
3642
3672
  - author: Pagan Gazzard
3643
- body: ''
3673
+ body: ""
3644
3674
  footers:
3645
3675
  change-type: patch
3646
3676
  hash: 76be108d7a51ea44bc97634c0055825a9adc2a71
3647
3677
  subject: Optimise `generateShortAliases`
3648
- date: '2018-11-15T20:24:57Z'
3678
+ date: 2018-11-15T20:24:57Z
3649
3679
  version: 2.4.2
3650
3680
  - commits:
3651
3681
  - author: Pagan Gazzard
3652
- body: ''
3682
+ body: ""
3653
3683
  footers:
3654
3684
  change-type: patch
3655
3685
  hash: d23f419d372a89534072b89f7ba469b6cf91ec68
3656
3686
  subject: Add typescript linting and prettier commit hook
3657
- date: '2018-11-15T01:26:34Z'
3687
+ date: 2018-11-15T01:26:34Z
3658
3688
  version: 2.4.1
3659
3689
  - commits:
3660
3690
  - author: Pagan Gazzard
3661
- body: ''
3691
+ body: ""
3662
3692
  footers:
3663
3693
  change-type: minor
3664
3694
  hash: 0f48a8eccad3919e340ef505c3ad95178598177a
3665
3695
  subject: Switch to generating commonjs format
3666
3696
  - author: Pagan Gazzard
3667
- body: ''
3697
+ body: ""
3668
3698
  footers:
3669
3699
  change-type: minor
3670
3700
  hash: 99bbcd4f2334b540e550e8a0642c6dbd82931518
3671
3701
  subject: Switch to using a prepare script so npm git installs can work
3672
3702
  - author: Pagan Gazzard
3673
- body: ''
3703
+ body: ""
3674
3704
  footers:
3675
3705
  change-type: patch
3676
3706
  hash: 492c23a43e3e73ae0490e54077996fa0bec8df5f
3677
3707
  subject: Update dev dependencies
3678
- date: '2018-11-03T13:22:42Z'
3708
+ date: 2018-11-03T13:22:42Z
3679
3709
  version: 2.4.0
3680
3710
  - commits:
3681
3711
  - author: Pagan Gazzard
3682
- body: ''
3712
+ body: ""
3683
3713
  footers:
3684
3714
  change-type: minor
3685
3715
  hash: 1dd6ece87674cad202ed4799adb048b6c0949865
3686
3716
  subject: Add typings
3687
- date: '2018-10-18T09:56:19Z'
3717
+ date: 2018-10-18T09:56:19Z
3688
3718
  version: 2.3.0
3689
3719
  - commits:
3690
3720
  - author: Pagan Gazzard
3691
- body: ''
3721
+ body: ""
3692
3722
  footers:
3693
3723
  change-type: patch
3694
3724
  hash: 690fee8d0d4be3dd9a9f7181f24b58cf87faf6d5
3695
3725
  subject: Fix adding the id to body vars for PUT requests
3696
- date: '2018-10-17T16:25:17Z'
3726
+ date: 2018-10-17T16:25:17Z
3697
3727
  version: 2.2.6
3698
3728
  - commits:
3699
3729
  - author: Pagan Gazzard
3700
- body: ''
3730
+ body: ""
3701
3731
  footers:
3702
3732
  change-type: patch
3703
3733
  signed-off-by: Pagan Gazzard <page@resin.io>
3704
3734
  hash: 4ccc0d311c20502fe882794a556c4fed0c2c7328
3705
3735
  subject: Throw an error when trying to directly reference a virtual field
3706
- date: '2018-09-17T11:43:20Z'
3736
+ date: 2018-09-17T11:43:20Z
3707
3737
  version: 2.2.5
3708
3738
  - commits:
3709
3739
  - author: Pagan Gazzard
3710
- body: ''
3740
+ body: ""
3711
3741
  footers:
3712
3742
  change-type: patch
3713
3743
  signed-off-by: Pagan Gazzard <page@resin.io>
3714
3744
  hash: 726f5acf3ad4beac27638983675a57d3a65c497f
3715
3745
  subject: Optimise `ResolveRelationship` call to `_.get`
3716
- date: '2018-09-17T11:27:23Z'
3746
+ date: 2018-09-17T11:27:23Z
3717
3747
  version: 2.2.4
3718
3748
  - commits:
3719
3749
  - author: Pagan Gazzard
3720
- body: ''
3750
+ body: ""
3721
3751
  footers:
3722
3752
  change-type: patch
3723
3753
  signed-off-by: Pagan Gazzard <page@resin.io>
3724
3754
  hash: ad43443f3cb49eee6146e6c5b69c45dbc504de30
3725
3755
  subject: Support navigation properties that only appear as method args
3726
- date: '2018-09-07T14:38:37Z'
3756
+ date: 2018-09-07T14:38:37Z
3727
3757
  version: 2.2.3
3728
3758
  - commits:
3729
3759
  - author: Pagan Gazzard
3730
- body: ''
3760
+ body: ""
3731
3761
  footers:
3732
3762
  change-type: patch
3733
3763
  signed-off-by: Pagan Gazzard <page@resin.io>
3734
3764
  hash: c07adccc0e80dc9a9542117c87155f40391b7154
3735
3765
  subject: Avoid unnecessarily adding the path key to update queries
3736
- date: '2018-08-28T17:49:18Z'
3766
+ date: 2018-08-28T17:49:18Z
3737
3767
  version: 2.2.2
3738
3768
  - commits:
3739
3769
  - author: Pagan Gazzard
3740
- body: ''
3770
+ body: ""
3741
3771
  footers:
3742
3772
  change-type: patch
3743
3773
  hash: 255ecbaefb6de54a1eaa41ac3349f10553bd0c06
3744
- subject: >-
3745
- Apply inserts/updates/deletes direct to the base table, whilst
3774
+ subject: Apply inserts/updates/deletes direct to the base table, whilst
3746
3775
  respecting the definition for filters on them.
3747
- date: '2018-06-15T18:31:29Z'
3776
+ date: 2018-06-15T18:31:29Z
3748
3777
  version: 2.2.1
3749
3778
  - commits:
3750
3779
  - author: Pagan Gazzard
3751
- body: ''
3780
+ body: ""
3752
3781
  footers:
3753
3782
  change-type: minor
3754
3783
  hash: 5c5ab86ba543f803233e0397c377fe3ac91c7231
3755
3784
  subject: Add support for native `in` statements.
3756
- date: '2018-06-08T19:11:00Z'
3785
+ date: 2018-06-08T19:11:00Z
3757
3786
  version: 2.2.0
3758
3787
  - commits:
3759
3788
  - author: Pagan Gazzard
3760
- body: ''
3789
+ body: ""
3761
3790
  footers:
3762
3791
  change-type: patch
3763
3792
  hash: f4927787b07731d0091fc936bb22bdb483ea9d62
3764
3793
  subject: Update dependencies
3765
- date: '2018-05-10T08:03:06Z'
3794
+ date: 2018-05-10T08:03:06Z
3766
3795
  version: 2.1.2
3767
3796
  - commits:
3768
3797
  - author: Pagan Gazzard
3769
- body: ''
3798
+ body: ""
3770
3799
  footers:
3771
3800
  change-type: patch
3772
3801
  hash: 32aace5fb962931398db4d98f70a68af1ee557b3
3773
- subject: 'Require npm 4+ to publish, to avoid issues with publishing'
3774
- date: '2018-05-10T06:54:35Z'
3802
+ subject: Require npm 4+ to publish, to avoid issues with publishing
3803
+ date: 2018-05-10T06:54:35Z
3775
3804
  version: 2.1.1
3776
3805
  - commits:
3777
3806
  - author: Pagan Gazzard
3778
- body: ''
3807
+ body: ""
3779
3808
  footers:
3780
3809
  change-type: minor
3781
3810
  hash: 54f9d68001a8f1fd93e49d99dad1d7d1b607b929
3782
3811
  subject: Update to memoizee ^0.4.12
3783
- date: '2018-05-01T17:21:29Z'
3812
+ date: 2018-05-01T17:21:29Z
3784
3813
  version: 2.1.0
3785
3814
  - commits:
3786
3815
  - author: Pagan Gazzard
3787
- body: ''
3816
+ body: ""
3788
3817
  footers:
3789
3818
  change-type: patch
3790
3819
  hash: c6e769df4e0ec42e1f2f28b0999690dbe24c56a0
3791
3820
  subject: Move circle.yml to .circleci/config.yml
3792
3821
  - author: Pagan Gazzard
3793
- body: ''
3822
+ body: ""
3794
3823
  footers:
3795
3824
  change-type: patch
3796
3825
  hash: 0f334fbf7459a3ba2ffbd3ebbaed1ddc45b3f57f
3797
3826
  subject: Add node 10 to the circleci tests.
3798
- date: '2018-04-30T16:18:09Z'
3827
+ date: 2018-04-30T16:18:09Z
3799
3828
  version: 2.0.1
3800
3829
  - commits:
3801
3830
  - author: Pagan Gazzard
3802
- body: ''
3831
+ body: ""
3803
3832
  footers:
3804
3833
  change-type: major
3805
3834
  hash: 821745f5f191283187a8889aa1471981266d7474
3806
- subject: >-
3807
- Update to lf-to-abstract-sql 2.x and make use of the relationship lookup
3808
- being the resource name.
3809
- date: '2018-04-25T18:54:53Z'
3835
+ subject: Update to lf-to-abstract-sql 2.x and make use of the relationship
3836
+ lookup being the resource name.
3837
+ date: 2018-04-25T18:54:53Z
3810
3838
  version: 2.0.0
3811
3839
  - commits:
3812
3840
  - author: Pagan Gazzard
3813
- body: ''
3841
+ body: ""
3814
3842
  footers:
3815
3843
  change-type: patch
3816
3844
  hash: d13ae3fd2c1021aaabd75f900aee5c34a3ef478f
3817
3845
  subject: Memoize `sqlNameToODataName` and `odataNameToSqlName`
3818
- date: '2018-04-25T18:29:54Z'
3846
+ date: 2018-04-25T18:29:54Z
3819
3847
  version: 1.2.1
3820
3848
  - commits:
3821
3849
  - author: Pagan Gazzard
3822
- body: ''
3850
+ body: ""
3823
3851
  footers:
3824
3852
  change-type: minor
3825
3853
  hash: 5ca4f312d9367409b6d866d0ac5ac292e375960e
3826
3854
  subject: Add support for more query options in PUT/PATCH/DELETE queries.
3827
- date: '2018-04-20T19:25:06Z'
3855
+ date: 2018-04-20T19:25:06Z
3828
3856
  version: 1.2.0
3829
3857
  - commits:
3830
3858
  - author: Pagan Gazzard
3831
- body: ''
3859
+ body: ""
3832
3860
  footers:
3833
3861
  change-type: patch
3834
3862
  hash: 50dd4b462a4b6019810157c75b0e6dfebc0c9e20
3835
- subject: >-
3836
- Cast nulls to the correct type as well, since nulls can also cause
3863
+ subject: Cast nulls to the correct type as well, since nulls can also cause
3837
3864
  problems in some queries if not cast
3838
- date: '2018-03-02T08:30:38Z'
3865
+ date: 2018-03-02T08:30:38Z
3839
3866
  version: 1.1.1
3840
3867
  - commits:
3841
3868
  - author: Pagan Gazzard
3842
- body: ''
3869
+ body: ""
3843
3870
  footers:
3844
3871
  change-type: minor
3845
3872
  hash: 45b864729996760fb33deb2ce694cfccea23e4a7
3846
3873
  subject: Add support for resources which are defined via an abstract SQL chunk.
3847
- date: '2018-01-05T13:06:32Z'
3874
+ date: 2018-01-05T13:06:32Z
3848
3875
  version: 1.1.0
3849
3876
  - commits:
3850
3877
  - author: Pagan Gazzard
3851
- body: ''
3878
+ body: ""
3852
3879
  footers:
3853
3880
  change-type: patch
3854
3881
  hash: c5e3b677ba9477b4ed57f68ad72e9590dee7ed29
3855
3882
  subject: Set up circleci auto-publishing
3856
- date: '2017-11-29T18:28:14Z'
3883
+ date: 2017-11-29T18:28:14Z
3857
3884
  version: 1.0.2
3858
3885
  - commits:
3859
3886
  - author: Giovanni Garufi
3860
- body: ''
3887
+ body: ""
3861
3888
  footers:
3862
3889
  change-type: patch
3863
3890
  hash: 867ca9bb79cf2ccb9dd990231a499ff9d3b6f5ef
3864
3891
  subject: Added versionist
3865
- date: '2017-10-27T14:54:19Z'
3892
+ date: 2017-10-27T14:54:19Z
3866
3893
  version: 1.0.1
3867
3894
  - commits:
3868
3895
  - author: Pagan Gazzard
3869
- body: ''
3896
+ body: ""
3870
3897
  hash: 4622cfd9846443fc8fb1f990de7a37331e6a481a
3871
3898
  subject: Map the resource's fields directly rather than going a roundabout way
3872
3899
  - author: Pagan Gazzard
3873
- body: ''
3900
+ body: ""
3874
3901
  hash: 2764783efceca736798bac7939ac0cd7d1de2f4b
3875
3902
  subject: Simplify the parsing of extra from's by always dealing with an array.
3876
3903
  - author: Pagan Gazzard
3877
- body: ''
3904
+ body: ""
3878
3905
  hash: 870778b79cb1df22aca42e2a7e6946368be22a88
3879
3906
  subject: Simplify the extra from's logic further by moving it into one pass
3880
3907
  - author: Pagan Gazzard
3881
- body: ''
3908
+ body: ""
3882
3909
  hash: bcfb0fb685161452bc5b30f0b17b5dfbd17a8846
3883
3910
  subject: Consolidate the extra from's logic into a single rule
3884
3911
  - author: Pagan Gazzard
3885
- body: ''
3912
+ body: ""
3886
3913
  hash: 3cbfa36296eb16bc9321f4ae9a1d0ecd2600b343
3887
3914
  subject: Avoid matching on skipped tests.
3888
3915
  - author: Pagan Gazzard
3889
- body: ''
3916
+ body: ""
3890
3917
  hash: 3dda7194f143ede311fb67969d270f5d9c7dca09
3891
3918
  subject: Move the max alias length to a constant.
3892
3919
  - author: Pagan Gazzard
3893
- body: ''
3920
+ body: ""
3894
3921
  hash: 9e888b82aa9513b683dac5385f88de9a04f447c0
3895
- subject: >-
3896
- Switch to generating the client model in the tests, rather than
3922
+ subject: Switch to generating the client model in the tests, rather than
3897
3923
  committing it.
3898
3924
  - author: Pagan Gazzard
3899
- body: ''
3925
+ body: ""
3900
3926
  hash: ab360b4f44fad7877446eecfa8227367b84cbfcc
3901
3927
  subject: Switch to using the abstract sql as an input.
3902
3928
  - author: Pagan Gazzard
3903
- body: ''
3929
+ body: ""
3904
3930
  hash: 4c9204a0b7bd855bda23e321e5c62b1dc26d3b98
3905
3931
  subject: Add support for resolving synonyms
3906
3932
  - author: Pagan Gazzard
3907
- body: ''
3933
+ body: ""
3908
3934
  hash: d2bce686e7976ebc54e1ffea72ac54161c044380
3909
- subject: >-
3910
- Expose `sqlNameToODataName` and `odataNameToSqlName` for converting
3935
+ subject: Expose `sqlNameToODataName` and `odataNameToSqlName` for converting
3911
3936
  between odata and abstract sql resource names.
3912
3937
  - author: Pagan Gazzard
3913
- body: ''
3938
+ body: ""
3914
3939
  hash: 6db57a61fac13d4d16bed8449f5e534a35b5772c
3915
3940
  subject: Fix looking up the resource by the referenced table name
3916
3941
  - author: Pagan Gazzard
3917
- body: ''
3942
+ body: ""
3918
3943
  hash: 38682fb8001b03d56725abd19c934fe36ecf5738
3919
- subject: >-
3920
- Add more levels of alias shortening in order to be able to more
3944
+ subject: Add more levels of alias shortening in order to be able to more
3921
3945
  aggressively shortern aliases
3922
3946
  - author: Pagan Gazzard
3923
- body: ''
3947
+ body: ""
3924
3948
  hash: bb4686f4f8fb34888c58397c4df5429133d19124
3925
- subject: >-
3926
- As a last resort use a random string to shorten the alias if the other
3949
+ subject: As a last resort use a random string to shorten the alias if the other
3927
3950
  methods were unable to shorten it enough
3928
- date: '2017-07-27T19:16:21Z'
3951
+ date: 2017-07-27T19:16:21Z
3929
3952
  version: 1.0.0
3930
3953
  - commits:
3931
3954
  - author: Pagan Gazzard
3932
- body: ''
3955
+ body: ""
3933
3956
  hash: b462f708e573f22241c5f072b7871ebe87845af5
3934
- subject: >-
3935
- Fix the `all` lambda for cases where there are more than one of the
3957
+ subject: Fix the `all` lambda for cases where there are more than one of the
3936
3958
  parent resource
3937
- date: '2017-07-05T16:14:31Z'
3959
+ date: 2017-07-05T16:14:31Z
3938
3960
  version: 0.4.1
3939
3961
  - commits:
3940
3962
  - author: Pagan Gazzard
3941
- body: >-
3942
- Removing the reliance on applying a side-effect to the input vars,
3943
- allows memoisation to work, and requiring only the body keys, not the
3944
- values themselves, increases the cache hit rate a lot.
3963
+ body: Removing the reliance on applying a side-effect to the input vars, allows
3964
+ memoisation to work, and requiring only the body keys, not the values
3965
+ themselves, increases the cache hit rate a lot.
3945
3966
  hash: 2c46cd79a5949fdabd8e832043581f62d204897c
3946
3967
  subject: Make some changes to be more friendly to memoisation.
3947
- date: '2016-11-02T21:18:07Z'
3968
+ date: 2016-11-02T21:18:07Z
3948
3969
  version: 0.4.0
3949
3970
  - commits:
3950
3971
  - author: Pagan Gazzard
3951
- body: ''
3972
+ body: ""
3952
3973
  hash: ebcc167b5aa00d3a5b54976a237c18956ffabfdf
3953
3974
  subject: Add support for parsing binds in the odata tree.
3954
3975
  - author: Pagan Gazzard
3955
- body: ''
3976
+ body: ""
3956
3977
  hash: 86a0fa66e2d201e6b2380409d5f3b4324b4f011e
3957
3978
  subject: Make sure parsing fails if the path.key is invalid.
3958
- date: '2016-10-29T00:23:22Z'
3979
+ date: 2016-10-29T00:23:22Z
3959
3980
  version: 0.3.7
3960
3981
  - commits:
3961
3982
  - author: Pagan Gazzard
3962
- body: ''
3983
+ body: ""
3963
3984
  hash: 5b09205740f30b749619ffab00d17206752b254d
3964
- subject: >-
3965
- Add functionality to sensibly shorten table aliases, to handle cases
3985
+ subject: Add functionality to sensibly shorten table aliases, to handle cases
3966
3986
  where aliases can grow too large for the database.
3967
- date: '2016-07-06T19:36:22Z'
3987
+ date: 2016-07-06T19:36:22Z
3968
3988
  version: 0.3.6