@balena/odata-to-abstract-sql 8.0.2 → 9.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/out/odata-to-abstract-sql.d.ts +3 -4
- package/out/odata-to-abstract-sql.js +71 -120
- package/out/odata-to-abstract-sql.js.map +1 -1
- package/package.json +13 -8
- package/.eslintrc.cjs +0 -10
- package/.github/workflows/flowzone.yml +0 -21
- package/.husky/pre-commit +0 -2
- package/.lintstagedrc +0 -5
- package/.versionbot/CHANGELOG.yml +0 -13398
- package/CHANGELOG.md +0 -4415
- package/repo.yml +0 -12
- package/src/odata-to-abstract-sql.ts +0 -2117
- package/test/chai-sql-types.d.ts +0 -25
- package/test/chai-sql.ts +0 -454
- package/test/expand.ts +0 -606
- package/test/filterby.ts +0 -2164
- package/test/model.sbvr +0 -79
- package/test/orderby.ts +0 -544
- package/test/paging.ts +0 -75
- package/test/resource_parsing.ts +0 -773
- package/test/select.ts +0 -418
- package/test/stress.ts +0 -14
- package/test/test.ts +0 -106
- package/tsconfig.js.json +0 -13
- package/tsconfig.json +0 -18
package/CHANGELOG.md
DELETED
|
@@ -1,4415 +0,0 @@
|
|
|
1
|
-
# Change Log
|
|
2
|
-
|
|
3
|
-
All notable changes to this project will be documented in this file
|
|
4
|
-
automatically by Versionist. DO NOT EDIT THIS FILE MANUALLY!
|
|
5
|
-
This project adheres to [Semantic Versioning](http://semver.org/).
|
|
6
|
-
|
|
7
|
-
## 8.0.2 - 2025-07-30
|
|
8
|
-
|
|
9
|
-
* Improve typings [Pagan Gazzard]
|
|
10
|
-
|
|
11
|
-
## 8.0.1 - 2025-07-16
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
<details>
|
|
15
|
-
<summary> Stop using deprecated bind node format [Pagan Gazzard] </summary>
|
|
16
|
-
|
|
17
|
-
> ### abstract-sql-compiler-10.6.2 - 2025-07-16
|
|
18
|
-
>
|
|
19
|
-
> * Include comments in generated output to preserve jsdoc info [Pagan Gazzard]
|
|
20
|
-
>
|
|
21
|
-
> ### abstract-sql-compiler-10.6.1 - 2025-07-16
|
|
22
|
-
>
|
|
23
|
-
> * Update dev dependencies [Pagan Gazzard]
|
|
24
|
-
>
|
|
25
|
-
> ### odata-parser-4.2.6 - 2025-04-10
|
|
26
|
-
>
|
|
27
|
-
> * Update @balena/lint to 9.x [Pagan Gazzard]
|
|
28
|
-
>
|
|
29
|
-
> ### odata-parser-4.2.5 - 2025-04-09
|
|
30
|
-
>
|
|
31
|
-
> * Tests: convert to typescript [Pagan Gazzard]
|
|
32
|
-
> * Improve typings [Pagan Gazzard]
|
|
33
|
-
>
|
|
34
|
-
> ### odata-parser-4.2.4 - 2025-04-09
|
|
35
|
-
>
|
|
36
|
-
> * Build: switch tsconfig to use module "Node16" with type "commonjs" [Pagan Gazzard]
|
|
37
|
-
>
|
|
38
|
-
> ### odata-parser-4.2.3 - 2025-04-01
|
|
39
|
-
>
|
|
40
|
-
> * Avoid setting $count `options` for $orderby when not provided [Thodoris Greasidis]
|
|
41
|
-
>
|
|
42
|
-
> ### odata-parser-4.2.2 - 2025-03-25
|
|
43
|
-
>
|
|
44
|
-
> * Update dependency mocha to v11 [balena-renovate[bot]]
|
|
45
|
-
>
|
|
46
|
-
|
|
47
|
-
</details>
|
|
48
|
-
|
|
49
|
-
## 8.0.0 - 2025-07-16
|
|
50
|
-
|
|
51
|
-
* Specify UTC time zone for DateTrunc [joshbwlng]
|
|
52
|
-
|
|
53
|
-
## 7.2.7 - 2025-07-15
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
<details>
|
|
57
|
-
<summary> Update dependency @balena/sbvr-types to v11 [balena-renovate[bot]] </summary>
|
|
58
|
-
|
|
59
|
-
> ### sbvr-types-11.0.0 - 2025-07-15
|
|
60
|
-
>
|
|
61
|
-
> * Update DateTime to include time zone information [Josh Bowling]
|
|
62
|
-
>
|
|
63
|
-
|
|
64
|
-
</details>
|
|
65
|
-
|
|
66
|
-
## 7.2.6 - 2025-06-19
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
<details>
|
|
70
|
-
<summary> Update dependency @balena/sbvr-types to v10 [balena-renovate[bot]] </summary>
|
|
71
|
-
|
|
72
|
-
> ### sbvr-types-10.1.0 - 2025-06-19
|
|
73
|
-
>
|
|
74
|
-
> * Extend webresource write type with File api [Otavio Jacobi]
|
|
75
|
-
>
|
|
76
|
-
> ### sbvr-types-10.0.0 - 2025-06-19
|
|
77
|
-
>
|
|
78
|
-
> * Drop support for no longer maintained node 16 & 18 [Otavio Jacobi]
|
|
79
|
-
>
|
|
80
|
-
|
|
81
|
-
</details>
|
|
82
|
-
|
|
83
|
-
## 7.2.5 - 2025-06-17
|
|
84
|
-
|
|
85
|
-
* Remove the "already computed fields" optimization [Pagan Gazzard]
|
|
86
|
-
|
|
87
|
-
## 7.2.4 - 2025-06-06
|
|
88
|
-
|
|
89
|
-
* Update dependency lint-staged to v16 [balena-renovate[bot]]
|
|
90
|
-
|
|
91
|
-
## 7.2.3 - 2025-04-16
|
|
92
|
-
|
|
93
|
-
* Fix lintstaged config [Pagan Gazzard]
|
|
94
|
-
|
|
95
|
-
## 7.2.2 - 2025-04-08
|
|
96
|
-
|
|
97
|
-
* Update @balena/lint to 9.x [Pagan Gazzard]
|
|
98
|
-
|
|
99
|
-
## 7.2.1 - 2025-04-07
|
|
100
|
-
|
|
101
|
-
* Ensure resource is always translated to table on computed terms [Otavio Jacobi]
|
|
102
|
-
|
|
103
|
-
## 7.2.0 - 2025-04-03
|
|
104
|
-
|
|
105
|
-
* Support ORDER BY a Collection Navigation property using the Key notation [Thodoris Greasidis]
|
|
106
|
-
|
|
107
|
-
## 7.1.7 - 2025-04-02
|
|
108
|
-
|
|
109
|
-
* Tests: convert test/filterby to typescript [Pagan Gazzard]
|
|
110
|
-
* Tests: convert test/expand to typescript [Pagan Gazzard]
|
|
111
|
-
* Tests: convert test/orderby to typescript [Pagan Gazzard]
|
|
112
|
-
* Tests: convert test/resource_parsing to typescript [Pagan Gazzard]
|
|
113
|
-
* Tests: convert test/select to typescript [Pagan Gazzard]
|
|
114
|
-
* Tests: convert test/paging to typescript [Pagan Gazzard]
|
|
115
|
-
* Tests: convert test/stress to typescript [Pagan Gazzard]
|
|
116
|
-
* Tests: convert test/chai-sql to typescript [Pagan Gazzard]
|
|
117
|
-
|
|
118
|
-
## 7.1.6 - 2025-03-28
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
<details>
|
|
122
|
-
<summary> Support path expressions of resources with 0..1 cardinality in $select/$filter/$orderby [Thodoris Greasidis] </summary>
|
|
123
|
-
|
|
124
|
-
> ### odata-parser-4.2.1 - 2025-03-18
|
|
125
|
-
>
|
|
126
|
-
> * Add the missing MethodCall type [Thodoris Greasidis]
|
|
127
|
-
> * Add the missing properties in the PropertyPath typings [Thodoris Greasidis]
|
|
128
|
-
>
|
|
129
|
-
> ### odata-parser-4.2.0 - 2025-03-12
|
|
130
|
-
>
|
|
131
|
-
> * Support ordering by a Collection Navigation property using a Key notation [Thodoris Greasidis]
|
|
132
|
-
>
|
|
133
|
-
|
|
134
|
-
</details>
|
|
135
|
-
|
|
136
|
-
* Fix OrderBy to use LEFT JOIN instead of INNER JOIN [Andrea Rosci]
|
|
137
|
-
|
|
138
|
-
## 7.1.5 - 2025-03-27
|
|
139
|
-
|
|
140
|
-
* Fix translation of Resource -> Table when using a computed term [Otavio Jacobi]
|
|
141
|
-
|
|
142
|
-
## 7.1.4 - 2025-03-21
|
|
143
|
-
|
|
144
|
-
* Use primitive mode memoization for `checkAlias` [Pagan Gazzard]
|
|
145
|
-
|
|
146
|
-
## 7.1.3 - 2025-03-21
|
|
147
|
-
|
|
148
|
-
* Test that multiple $select & $orderby on the same resource result it being JOINed just once [Thodoris Greasidis]
|
|
149
|
-
* Add tests capturing the current behavior when using incorrect property paths [Thodoris Greasidis]
|
|
150
|
-
* Add more $any & $all tests [Thodoris Greasidis]
|
|
151
|
-
|
|
152
|
-
## 7.1.2 - 2025-03-20
|
|
153
|
-
|
|
154
|
-
* Add support for also shortening translation suffix names, eg `x$test` -> `x$t` [Pagan Gazzard]
|
|
155
|
-
* Treat $ as a word separator for alias shortening for better translation support [Pagan Gazzard]
|
|
156
|
-
* Also shorten the overall alias if it is possible and beneficial to do so [Pagan Gazzard]
|
|
157
|
-
* Always look up short aliases using lower case, to avoid issues with mixed cases [Pagan Gazzard]
|
|
158
|
-
* Generate short versions both short and long versions of the `-` containing aliases [Pagan Gazzard]
|
|
159
|
-
* Generate short versions both short and long versions of the ` ` containing aliases [Pagan Gazzard]
|
|
160
|
-
* Properly handle the case where there is no shorter alias available [Pagan Gazzard]
|
|
161
|
-
|
|
162
|
-
## 7.1.1 - 2025-03-18
|
|
163
|
-
|
|
164
|
-
* tests: Remove unnecessary returns & add curly braces [Thodoris Greasidis]
|
|
165
|
-
|
|
166
|
-
## 7.1.0 - 2025-02-11
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
<details>
|
|
170
|
-
<summary> feat: add `EqualsAny` as an operand type [Otavio Jacobi] </summary>
|
|
171
|
-
|
|
172
|
-
> ### abstract-sql-compiler-10.2.0 - 2025-01-22
|
|
173
|
-
>
|
|
174
|
-
> * Add EqualAny node [Otavio Jacobi]
|
|
175
|
-
>
|
|
176
|
-
> ### abstract-sql-compiler-10.1.2 - 2025-01-06
|
|
177
|
-
>
|
|
178
|
-
>
|
|
179
|
-
> <details>
|
|
180
|
-
> <summary> Update dependency @balena/odata-to-abstract-sql to v7 [Self-hosted Renovate Bot] </summary>
|
|
181
|
-
>
|
|
182
|
-
>> #### odata-to-abstract-sql-7.0.1 - 2024-12-04
|
|
183
|
-
>>
|
|
184
|
-
>> * Update dependency mocha to v11 [Self-hosted Renovate Bot]
|
|
185
|
-
>>
|
|
186
|
-
>> #### odata-to-abstract-sql-7.0.0 - 2024-10-08
|
|
187
|
-
>>
|
|
188
|
-
>>
|
|
189
|
-
>> <details>
|
|
190
|
-
>> <summary> Update dependencies [Thodoris Greasidis] </summary>
|
|
191
|
-
>>
|
|
192
|
-
>>> ##### abstract-sql-compiler-10.0.1 - 2024-10-07
|
|
193
|
-
>>>
|
|
194
|
-
>>> * Wrap composite comparison operations with parenthesis when necessary [Thodoris Greasidis]
|
|
195
|
-
>>>
|
|
196
|
-
>>> ##### abstract-sql-compiler-10.0.0 - 2024-10-07
|
|
197
|
-
>>>
|
|
198
|
-
>>> * tsconfig: Switch the module compiler option to Node16 [Thodoris Greasidis]
|
|
199
|
-
>>> * Update tsconfig target to es2023 [Thodoris Greasidis]
|
|
200
|
-
>>> * Update minimum supported nodejs version to 20.14.0 [Thodoris Greasidis]
|
|
201
|
-
>>> * Make @balena/sbvr-types a peer dependency [Thodoris Greasidis]
|
|
202
|
-
>>> * Lint fixes [Thodoris Greasidis]
|
|
203
|
-
>>>
|
|
204
|
-
>>> <details>
|
|
205
|
-
>>> <summary> Update dependencies & tests to match [Thodoris Greasidis] </summary>
|
|
206
|
-
>>>
|
|
207
|
-
>>>> ###### lf-to-abstract-sql-5.0.2 - 2024-03-05
|
|
208
|
-
>>>>
|
|
209
|
-
>>>>
|
|
210
|
-
>>>> <details>
|
|
211
|
-
>>>> <summary> Update `@balena/sbvr-types` devDependency [Harald Fischer] </summary>
|
|
212
|
-
>>>>
|
|
213
|
-
>>>>> ####### sbvr-types-7.0.1 - 2024-03-04
|
|
214
|
-
>>>>>
|
|
215
|
-
>>>>> * Update dependency @balena/abstract-sql-compiler to v9 [Self-hosted Renovate Bot]
|
|
216
|
-
>>>>>
|
|
217
|
-
>>>>> ####### sbvr-types-7.0.0 - 2024-03-04
|
|
218
|
-
>>>>>
|
|
219
|
-
>>>>> * Return `ISODateString` instead of `date` [fisehara]
|
|
220
|
-
>>>>>
|
|
221
|
-
>>>>> ####### sbvr-types-6.1.1 - 2024-01-02
|
|
222
|
-
>>>>>
|
|
223
|
-
>>>>> * Update dependency @types/chai-datetime to ^0.0.39 [Self-hosted Renovate Bot]
|
|
224
|
-
>>>>>
|
|
225
|
-
>>>>> ####### sbvr-types-6.1.0 - 2023-10-03
|
|
226
|
-
>>>>>
|
|
227
|
-
>>>>> * Add checksum to WebResource [Otávio Jacobi]
|
|
228
|
-
>>>>>
|
|
229
|
-
>>>>> ####### sbvr-types-6.0.0 - 2023-08-09
|
|
230
|
-
>>>>>
|
|
231
|
-
>>>>> * Change contents to snake_case [Otávio Jacobi]
|
|
232
|
-
>>>>>
|
|
233
|
-
>>>>> ####### sbvr-types-5.2.0 - 2023-08-08
|
|
234
|
-
>>>>>
|
|
235
|
-
>>>>> * Expose WebResource as WebResourceType [Otávio Jacobi]
|
|
236
|
-
>>>>>
|
|
237
|
-
>>>>> ####### sbvr-types-5.1.0 - 2023-08-03
|
|
238
|
-
>>>>>
|
|
239
|
-
>>>>> * Adds WebResource type [Otávio Jacobi]
|
|
240
|
-
>>>>>
|
|
241
|
-
>>>>
|
|
242
|
-
>>>> </details>
|
|
243
|
-
>>>>
|
|
244
|
-
>>>>
|
|
245
|
-
>>>> ###### lf-to-abstract-sql-5.0.1 - 2023-05-16
|
|
246
|
-
>>>>
|
|
247
|
-
>>>>
|
|
248
|
-
>>>> <details>
|
|
249
|
-
>>>> <summary> Update @balena/sbvr-types to 5.0.0 [Pagan Gazzard] </summary>
|
|
250
|
-
>>>>
|
|
251
|
-
>>>>> ####### sbvr-types-5.0.0 - 2023-05-16
|
|
252
|
-
>>>>>
|
|
253
|
-
>>>>> * Switch from `export =` to `export default` [Pagan Gazzard]
|
|
254
|
-
>>>>>
|
|
255
|
-
>>>>> ####### sbvr-types-4.0.2 - 2023-05-03
|
|
256
|
-
>>>>>
|
|
257
|
-
>>>>> * Improve typings [Pagan Gazzard]
|
|
258
|
-
>>>>>
|
|
259
|
-
>>>>> ####### sbvr-types-4.0.1 - 2023-05-02
|
|
260
|
-
>>>>>
|
|
261
|
-
>>>>> * boolean: Avoid unnecessary array creation to reduce GCs [Thodoris Greasidis]
|
|
262
|
-
>>>>>
|
|
263
|
-
>>>>> ####### sbvr-types-4.0.0 - 2023-04-26
|
|
264
|
-
>>>>>
|
|
265
|
-
>>>>> * Add test cases for Objects in JSON validate [fisehara]
|
|
266
|
-
>>>>> * Drop `require-npm4-to-publish` devDependency [fisehara]
|
|
267
|
-
>>>>> * Set minimum supported nodejs version to 16.13.0 and tsconfig to es2021 [Pagan Gazzard]
|
|
268
|
-
>>>>> * Switch `JSON` to use `JSON` db type instead of `TEXT` [Pagan Gazzard]
|
|
269
|
-
>>>>> * Switch `Boolean` to use `BOOLEAN` db type instead of `INTEGER` [Pagan Gazzard]
|
|
270
|
-
>>>>> * Assert that JSON input typeof is object [Josh Bowling]
|
|
271
|
-
>>>>>
|
|
272
|
-
>>>>> ####### sbvr-types-3.5.0 - 2023-03-21
|
|
273
|
-
>>>>>
|
|
274
|
-
>>>>> * Add Big Serial type [Josh Bowling]
|
|
275
|
-
>>>>>
|
|
276
|
-
>>>>> ####### sbvr-types-3.4.19 - 2022-12-08
|
|
277
|
-
>>>>>
|
|
278
|
-
>>>>> * Flowzone: Allow external contributions [Josh Bowling]
|
|
279
|
-
>>>>>
|
|
280
|
-
>>>>
|
|
281
|
-
>>>> </details>
|
|
282
|
-
>>>>
|
|
283
|
-
>>>>
|
|
284
|
-
>>>> ###### odata-parser-3.1.0 - 2024-10-03
|
|
285
|
-
>>>>
|
|
286
|
-
>>>> * Use bind vars for $top and $skip options [Pagan Gazzard]
|
|
287
|
-
>>>>
|
|
288
|
-
>>>> ###### odata-parser-3.0.8 - 2024-06-04
|
|
289
|
-
>>>>
|
|
290
|
-
>>>> * Fix type checking of the declaration file [Pagan Gazzard]
|
|
291
|
-
>>>>
|
|
292
|
-
>>>> ###### odata-parser-3.0.7 - 2024-04-13
|
|
293
|
-
>>>>
|
|
294
|
-
>>>> * Update dependency husky to v9 [Self-hosted Renovate Bot]
|
|
295
|
-
>>>>
|
|
296
|
-
>>>> ###### odata-parser-3.0.6 - 2024-04-12
|
|
297
|
-
>>>>
|
|
298
|
-
>>>> * Update dependency peggy to v4 [Self-hosted Renovate Bot]
|
|
299
|
-
>>>>
|
|
300
|
-
>>>> ###### odata-parser-3.0.5 - 2024-04-12
|
|
301
|
-
>>>>
|
|
302
|
-
>>>> * Update dependency lint-staged to v15 [Self-hosted Renovate Bot]
|
|
303
|
-
>>>>
|
|
304
|
-
>>>> ###### odata-parser-3.0.4 - 2024-04-12
|
|
305
|
-
>>>>
|
|
306
|
-
>>>> * Update dependency @balena/lint to v8 [Self-hosted Renovate Bot]
|
|
307
|
-
>>>>
|
|
308
|
-
>>>> ###### odata-parser-3.0.3 - 2024-01-04
|
|
309
|
-
>>>>
|
|
310
|
-
>>>> * Optimize by moving constant values into global init [fisehara]
|
|
311
|
-
>>>>
|
|
312
|
-
>>>> ###### odata-parser-3.0.2 - 2024-01-04
|
|
313
|
-
>>>>
|
|
314
|
-
>>>> * Update dependencies [fisehara]
|
|
315
|
-
>>>>
|
|
316
|
-
>>>> ###### odata-parser-3.0.1 - 2023-09-25
|
|
317
|
-
>>>>
|
|
318
|
-
>>>> * Allow running CI on external PRs [Pagan Gazzard]
|
|
319
|
-
>>>>
|
|
320
|
-
>>>> ###### odata-to-abstract-sql-6.4.0 - 2024-10-04
|
|
321
|
-
>>>>
|
|
322
|
-
>>>>
|
|
323
|
-
>>>> <details>
|
|
324
|
-
>>>> <summary> Support number references as boolean types [Pagan Gazzard] </summary>
|
|
325
|
-
>>>>
|
|
326
|
-
>>>>> ####### odata-parser-3.1.0 - 2024-10-03
|
|
327
|
-
>>>>>
|
|
328
|
-
>>>>> * Use bind vars for $top and $skip options [Pagan Gazzard]
|
|
329
|
-
>>>>>
|
|
330
|
-
>>>>
|
|
331
|
-
>>>> </details>
|
|
332
|
-
>>>>
|
|
333
|
-
>>>>
|
|
334
|
-
>>>> ###### odata-to-abstract-sql-6.3.0 - 2024-08-26
|
|
335
|
-
>>>>
|
|
336
|
-
>>>> * Support PUT/PATCH/DELETE requests on resources with a translated ID field [Thodoris Greasidis]
|
|
337
|
-
>>>>
|
|
338
|
-
>>>> ###### odata-to-abstract-sql-6.2.8 - 2024-08-26
|
|
339
|
-
>>>>
|
|
340
|
-
>>>>
|
|
341
|
-
>>>> <details>
|
|
342
|
-
>>>> <summary> Update dependencies [Pagan Gazzard] </summary>
|
|
343
|
-
>>>>
|
|
344
|
-
>>>>> ####### abstract-sql-compiler-9.2.0 - 2024-06-12
|
|
345
|
-
>>>>>
|
|
346
|
-
>>>>> * Adds `EndsWithNode` and `ContainsNode` typings [Pagan Gazzard]
|
|
347
|
-
>>>>>
|
|
348
|
-
>>>>> ####### lf-to-abstract-sql-5.0.2 - 2024-03-05
|
|
349
|
-
>>>>>
|
|
350
|
-
>>>>>
|
|
351
|
-
>>>>> <details>
|
|
352
|
-
>>>>> <summary> Update `@balena/sbvr-types` devDependency [Harald Fischer] </summary>
|
|
353
|
-
>>>>>
|
|
354
|
-
>>>>>> ######## sbvr-types-7.0.1 - 2024-03-04
|
|
355
|
-
>>>>>>
|
|
356
|
-
>>>>>> * Update dependency @balena/abstract-sql-compiler to v9 [Self-hosted Renovate Bot]
|
|
357
|
-
>>>>>>
|
|
358
|
-
>>>>>> ######## sbvr-types-7.0.0 - 2024-03-04
|
|
359
|
-
>>>>>>
|
|
360
|
-
>>>>>> * Return `ISODateString` instead of `date` [fisehara]
|
|
361
|
-
>>>>>>
|
|
362
|
-
>>>>>> ######## sbvr-types-6.1.1 - 2024-01-02
|
|
363
|
-
>>>>>>
|
|
364
|
-
>>>>>> * Update dependency @types/chai-datetime to ^0.0.39 [Self-hosted Renovate Bot]
|
|
365
|
-
>>>>>>
|
|
366
|
-
>>>>>> ######## sbvr-types-6.1.0 - 2023-10-03
|
|
367
|
-
>>>>>>
|
|
368
|
-
>>>>>> * Add checksum to WebResource [Otávio Jacobi]
|
|
369
|
-
>>>>>>
|
|
370
|
-
>>>>>> ######## sbvr-types-6.0.0 - 2023-08-09
|
|
371
|
-
>>>>>>
|
|
372
|
-
>>>>>> * Change contents to snake_case [Otávio Jacobi]
|
|
373
|
-
>>>>>>
|
|
374
|
-
>>>>>> ######## sbvr-types-5.2.0 - 2023-08-08
|
|
375
|
-
>>>>>>
|
|
376
|
-
>>>>>> * Expose WebResource as WebResourceType [Otávio Jacobi]
|
|
377
|
-
>>>>>>
|
|
378
|
-
>>>>>> ######## sbvr-types-5.1.0 - 2023-08-03
|
|
379
|
-
>>>>>>
|
|
380
|
-
>>>>>> * Adds WebResource type [Otávio Jacobi]
|
|
381
|
-
>>>>>>
|
|
382
|
-
>>>>>
|
|
383
|
-
>>>>> </details>
|
|
384
|
-
>>>>>
|
|
385
|
-
>>>>>
|
|
386
|
-
>>>>> ####### odata-parser-3.0.8 - 2024-06-04
|
|
387
|
-
>>>>>
|
|
388
|
-
>>>>> * Fix type checking of the declaration file [Pagan Gazzard]
|
|
389
|
-
>>>>>
|
|
390
|
-
>>>>> ####### odata-parser-3.0.7 - 2024-04-13
|
|
391
|
-
>>>>>
|
|
392
|
-
>>>>> * Update dependency husky to v9 [Self-hosted Renovate Bot]
|
|
393
|
-
>>>>>
|
|
394
|
-
>>>>> ####### odata-parser-3.0.6 - 2024-04-12
|
|
395
|
-
>>>>>
|
|
396
|
-
>>>>> * Update dependency peggy to v4 [Self-hosted Renovate Bot]
|
|
397
|
-
>>>>>
|
|
398
|
-
>>>>> ####### odata-parser-3.0.5 - 2024-04-12
|
|
399
|
-
>>>>>
|
|
400
|
-
>>>>> * Update dependency lint-staged to v15 [Self-hosted Renovate Bot]
|
|
401
|
-
>>>>>
|
|
402
|
-
>>>>> ####### odata-parser-3.0.4 - 2024-04-12
|
|
403
|
-
>>>>>
|
|
404
|
-
>>>>> * Update dependency @balena/lint to v8 [Self-hosted Renovate Bot]
|
|
405
|
-
>>>>>
|
|
406
|
-
>>>>> ####### sbvr-parser-1.4.6 - Invalid date
|
|
407
|
-
>>>>>
|
|
408
|
-
>>>>> * Update dependency @balena/sbvr-types to v8 [Self-hosted Renovate Bot]
|
|
409
|
-
>>>>>
|
|
410
|
-
>>>>> ####### sbvr-parser-1.4.5 - 2024-06-18
|
|
411
|
-
>>>>>
|
|
412
|
-
>>>>> * Switch to an inflection library from npm which does not monkey patch [Pagan Gazzard]
|
|
413
|
-
>>>>>
|
|
414
|
-
>>>>> ####### sbvr-parser-1.4.4 - 2024-03-05
|
|
415
|
-
>>>>>
|
|
416
|
-
>>>>> * Updated `@balena/sbvr-types` [Harald Fischer]
|
|
417
|
-
>>>>>
|
|
418
|
-
>>>>> ####### sbvr-types-7.1.3 - 2024-06-12
|
|
419
|
-
>>>>>
|
|
420
|
-
>>>>> * Add typings for all abstract sql fragments, fixing where necessary [Pagan Gazzard]
|
|
421
|
-
>>>>>
|
|
422
|
-
>>>>> ####### sbvr-types-7.1.2 - 2024-06-12
|
|
423
|
-
>>>>>
|
|
424
|
-
>>>>> * Explicitly type the `compare` function for `hashed` [Pagan Gazzard]
|
|
425
|
-
>>>>>
|
|
426
|
-
>>>>> ####### sbvr-types-7.1.1 - 2024-06-04
|
|
427
|
-
>>>>>
|
|
428
|
-
>>>>> * Accept `Date` for the write types of `Date Time`/`Date`/`Time` [Pagan Gazzard]
|
|
429
|
-
>>>>>
|
|
430
|
-
>>>>> ####### sbvr-types-7.1.0 - 2024-04-25
|
|
431
|
-
>>>>>
|
|
432
|
-
>>>>> * Export typescript read/write types for each sbvr type [Pagan Gazzard]
|
|
433
|
-
>>>>>
|
|
434
|
-
>>>>> ####### sbvr-types-7.0.10 - 2024-04-09
|
|
435
|
-
>>>>>
|
|
436
|
-
>>>>> * Update Big Serial concept type to Big Integer [Josh Bowling]
|
|
437
|
-
>>>>>
|
|
438
|
-
>>>>> ####### sbvr-types-7.0.9 - 2024-04-09
|
|
439
|
-
>>>>>
|
|
440
|
-
>>>>> * Add Big Serial to Type.sbvr [Josh Bowling]
|
|
441
|
-
>>>>>
|
|
442
|
-
>>>>> ####### sbvr-types-7.0.8 - 2024-04-09
|
|
443
|
-
>>>>>
|
|
444
|
-
>>>>> * Update prepare script for husky v9 [Josh Bowling]
|
|
445
|
-
>>>>> * Update dependency husky to v9 [Self-hosted Renovate Bot]
|
|
446
|
-
>>>>>
|
|
447
|
-
>>>>> ####### sbvr-types-7.0.7 - 2024-04-09
|
|
448
|
-
>>>>>
|
|
449
|
-
>>>>> * Update dependency @balena/lint to v8 [Self-hosted Renovate Bot]
|
|
450
|
-
>>>>>
|
|
451
|
-
>>>>> ####### sbvr-types-7.0.6 - 2024-03-21
|
|
452
|
-
>>>>>
|
|
453
|
-
>>>>> * Improve JSON typings [Pagan Gazzard]
|
|
454
|
-
>>>>>
|
|
455
|
-
>>>>> ####### sbvr-types-7.0.5 - 2024-03-13
|
|
456
|
-
>>>>>
|
|
457
|
-
>>>>> * Remove unnecessary catch bindings [Pagan Gazzard]
|
|
458
|
-
>>>>>
|
|
459
|
-
>>>>> ####### sbvr-types-7.0.4 - 2024-03-13
|
|
460
|
-
>>>>>
|
|
461
|
-
>>>>> * Improve validate typings [Pagan Gazzard]
|
|
462
|
-
>>>>>
|
|
463
|
-
>>>>> ####### sbvr-types-7.0.3 - 2024-03-12
|
|
464
|
-
>>>>>
|
|
465
|
-
>>>>> * Improve fetchProcessing typings [Pagan Gazzard]
|
|
466
|
-
>>>>>
|
|
467
|
-
>>>>> ####### sbvr-types-7.0.2 - 2024-03-12
|
|
468
|
-
>>>>>
|
|
469
|
-
>>>>> * Tests: convert to typescript [Pagan Gazzard]
|
|
470
|
-
>>>>>
|
|
471
|
-
>>>>
|
|
472
|
-
>>>> </details>
|
|
473
|
-
>>>>
|
|
474
|
-
>>>>
|
|
475
|
-
>>>> ###### odata-to-abstract-sql-6.2.7 - 2024-04-23
|
|
476
|
-
>>>>
|
|
477
|
-
>>>>
|
|
478
|
-
>>>> <details>
|
|
479
|
-
>>>> <summary> Properly error when using fields of a partial index as an alternate key [Thodoris Greasidis] </summary>
|
|
480
|
-
>>>>
|
|
481
|
-
>>>>> ####### abstract-sql-compiler-9.1.4 - 2024-04-09
|
|
482
|
-
>>>>>
|
|
483
|
-
>>>>> * Cast Big Serial to integer [Josh Bowling]
|
|
484
|
-
>>>>>
|
|
485
|
-
>>>>> ####### abstract-sql-compiler-9.1.3 - 2024-04-09
|
|
486
|
-
>>>>>
|
|
487
|
-
>>>>> * Update prepare script for husky v9 [Josh Bowling]
|
|
488
|
-
>>>>> * Update dependency husky to v9 [Self-hosted Renovate Bot]
|
|
489
|
-
>>>>>
|
|
490
|
-
>>>>> ####### abstract-sql-compiler-9.1.2 - 2024-04-09
|
|
491
|
-
>>>>>
|
|
492
|
-
>>>>> * Update dependency lint-staged to v15 [Self-hosted Renovate Bot]
|
|
493
|
-
>>>>>
|
|
494
|
-
>>>>> ####### abstract-sql-compiler-9.1.1 - 2024-03-26
|
|
495
|
-
>>>>>
|
|
496
|
-
>>>>> * Update dependency @balena/lint to v8 [Thodoris Greasidis]
|
|
497
|
-
>>>>>
|
|
498
|
-
>>>>> ####### abstract-sql-compiler-9.1.0 - 2024-03-26
|
|
499
|
-
>>>>>
|
|
500
|
-
>>>>> * Export the generateRuleHashAcronym helper [Thodoris Greasidis]
|
|
501
|
-
>>>>> * Add support for unique indexes with NOT DISTINCT NULLS [Thodoris Greasidis]
|
|
502
|
-
>>>>> * Add support for partial unique indexes [Thodoris Greasidis]
|
|
503
|
-
>>>>>
|
|
504
|
-
>>>>> ####### abstract-sql-compiler-9.0.7 - 2024-03-22
|
|
505
|
-
>>>>>
|
|
506
|
-
>>>>>
|
|
507
|
-
>>>>> <details>
|
|
508
|
-
>>>>> <summary> Update dependency @balena/odata-parser to v3 [Self-hosted Renovate Bot] </summary>
|
|
509
|
-
>>>>>
|
|
510
|
-
>>>>>> ######## odata-parser-3.0.3 - 2024-01-04
|
|
511
|
-
>>>>>>
|
|
512
|
-
>>>>>> * Optimize by moving constant values into global init [fisehara]
|
|
513
|
-
>>>>>>
|
|
514
|
-
>>>>>> ######## odata-parser-3.0.2 - 2024-01-04
|
|
515
|
-
>>>>>>
|
|
516
|
-
>>>>>> * Update dependencies [fisehara]
|
|
517
|
-
>>>>>>
|
|
518
|
-
>>>>>> ######## odata-parser-3.0.1 - 2023-09-25
|
|
519
|
-
>>>>>>
|
|
520
|
-
>>>>>> * Allow running CI on external PRs [Pagan Gazzard]
|
|
521
|
-
>>>>>>
|
|
522
|
-
>>>>>> ######## odata-parser-3.0.0 - 2023-04-26
|
|
523
|
-
>>>>>>
|
|
524
|
-
>>>>>> * Use optional chaining operator [Pagan Gazzard]
|
|
525
|
-
>>>>>> * Set minimum supported nodejs version to 16.13.0 [Pagan Gazzard]
|
|
526
|
-
>>>>>>
|
|
527
|
-
>>>>>
|
|
528
|
-
>>>>> </details>
|
|
529
|
-
>>>>>
|
|
530
|
-
>>>>>
|
|
531
|
-
>>>>> ####### abstract-sql-compiler-9.0.6 - 2024-03-21
|
|
532
|
-
>>>>>
|
|
533
|
-
>>>>> * Update TypeScript to 5.4.3 [Thodoris Greasidis]
|
|
534
|
-
>>>>>
|
|
535
|
-
>>>>> ####### abstract-sql-compiler-9.0.5 - 2024-03-05
|
|
536
|
-
>>>>>
|
|
537
|
-
>>>>> * Update `@balena/sbvr-types` [Harald Fischer]
|
|
538
|
-
>>>>>
|
|
539
|
-
>>>>
|
|
540
|
-
>>>> </details>
|
|
541
|
-
>>>>
|
|
542
|
-
>>>>
|
|
543
|
-
>>>> ###### odata-to-abstract-sql-6.2.6 - 2024-04-13
|
|
544
|
-
>>>>
|
|
545
|
-
>>>> * Update dependency husky to v9 [Self-hosted Renovate Bot]
|
|
546
|
-
>>>>
|
|
547
|
-
>>>> ###### odata-to-abstract-sql-6.2.5 - 2024-04-10
|
|
548
|
-
>>>>
|
|
549
|
-
>>>> * Update dependency @balena/lint to v8 [Self-hosted Renovate Bot]
|
|
550
|
-
>>>>
|
|
551
|
-
>>>> ###### odata-to-abstract-sql-6.2.4 - 2024-03-05
|
|
552
|
-
>>>>
|
|
553
|
-
>>>> * Update `@balena/sbvr-types` devDependencies [fisehara]
|
|
554
|
-
>>>> * Fix linter issue [fisehara]
|
|
555
|
-
>>>>
|
|
556
|
-
>>>> ###### odata-to-abstract-sql-6.2.3 - 2024-01-15
|
|
557
|
-
>>>>
|
|
558
|
-
>>>> * Require at least one field to be updated for PATCH requests [Pagan Gazzard]
|
|
559
|
-
>>>>
|
|
560
|
-
>>>> ###### odata-to-abstract-sql-6.2.2 - 2024-01-15
|
|
561
|
-
>>>>
|
|
562
|
-
>>>> * Simplify support for MERGE as an alias for PATCH [Pagan Gazzard]
|
|
563
|
-
>>>>
|
|
564
|
-
>>>> ###### odata-to-abstract-sql-6.2.1 - 2024-01-15
|
|
565
|
-
>>>>
|
|
566
|
-
>>>>
|
|
567
|
-
>>>> <details>
|
|
568
|
-
>>>> <summary> Update dependencies [Pagan Gazzard] </summary>
|
|
569
|
-
>>>>
|
|
570
|
-
>>>>> ####### abstract-sql-compiler-9.0.4 - 2024-01-02
|
|
571
|
-
>>>>>
|
|
572
|
-
>>>>> * Update dependency @types/node to v20 [Self-hosted Renovate Bot]
|
|
573
|
-
>>>>>
|
|
574
|
-
>>>>> ####### odata-parser-3.0.3 - 2024-01-04
|
|
575
|
-
>>>>>
|
|
576
|
-
>>>>> * Optimize by moving constant values into global init [fisehara]
|
|
577
|
-
>>>>>
|
|
578
|
-
>>>>> ####### odata-parser-3.0.2 - 2024-01-04
|
|
579
|
-
>>>>>
|
|
580
|
-
>>>>> * Update dependencies [fisehara]
|
|
581
|
-
>>>>>
|
|
582
|
-
>>>>> ####### sbvr-types-6.1.1 - 2024-01-02
|
|
583
|
-
>>>>>
|
|
584
|
-
>>>>> * Update dependency @types/chai-datetime to ^0.0.39 [Self-hosted Renovate Bot]
|
|
585
|
-
>>>>>
|
|
586
|
-
>>>>
|
|
587
|
-
>>>> </details>
|
|
588
|
-
>>>>
|
|
589
|
-
>>>>
|
|
590
|
-
>>>> ###### odata-to-abstract-sql-6.2.0 - 2023-11-24
|
|
591
|
-
>>>>
|
|
592
|
-
>>>> * Optimize Duplications of `ComputedField` queries [fisehara]
|
|
593
|
-
>>>>
|
|
594
|
-
>>>> ###### odata-to-abstract-sql-6.1.3 - 2023-11-10
|
|
595
|
-
>>>>
|
|
596
|
-
>>>> * Update dependency @types/chai-things to v0.0.38 [Self-hosted Renovate Bot]
|
|
597
|
-
>>>>
|
|
598
|
-
>>>> ###### odata-to-abstract-sql-6.1.2 - 2023-10-20
|
|
599
|
-
>>>>
|
|
600
|
-
>>>> * Update dependency @types/chai-things to v0.0.37 [Self-hosted Renovate Bot]
|
|
601
|
-
>>>>
|
|
602
|
-
>>>> ###### odata-to-abstract-sql-6.1.1 - 2023-10-19
|
|
603
|
-
>>>>
|
|
604
|
-
>>>>
|
|
605
|
-
>>>> <details>
|
|
606
|
-
>>>> <summary> Update dependencies eslint, sbvrTypes, abstract-sql-compiler [Harald Fischer] </summary>
|
|
607
|
-
>>>>
|
|
608
|
-
>>>>> ####### abstract-sql-compiler-9.0.3 - 2023-08-09
|
|
609
|
-
>>>>>
|
|
610
|
-
>>>>>
|
|
611
|
-
>>>>> <details>
|
|
612
|
-
>>>>> <summary> Update @balena/sbvr-types to 6.0.0 [Otávio Jacobi] </summary>
|
|
613
|
-
>>>>>
|
|
614
|
-
>>>>>> ######## sbvr-types-6.0.0 - 2023-08-09
|
|
615
|
-
>>>>>>
|
|
616
|
-
>>>>>> * Change contents to snake_case [Otávio Jacobi]
|
|
617
|
-
>>>>>>
|
|
618
|
-
>>>>>> ######## sbvr-types-5.2.0 - 2023-08-08
|
|
619
|
-
>>>>>>
|
|
620
|
-
>>>>>> * Expose WebResource as WebResourceType [Otávio Jacobi]
|
|
621
|
-
>>>>>>
|
|
622
|
-
>>>>>> ######## sbvr-types-5.1.0 - 2023-08-03
|
|
623
|
-
>>>>>>
|
|
624
|
-
>>>>>> * Adds WebResource type [Otávio Jacobi]
|
|
625
|
-
>>>>>>
|
|
626
|
-
>>>>>
|
|
627
|
-
>>>>> </details>
|
|
628
|
-
>>>>>
|
|
629
|
-
>>>>>
|
|
630
|
-
>>>>> ####### abstract-sql-compiler-9.0.2 - 2023-05-16
|
|
631
|
-
>>>>>
|
|
632
|
-
>>>>>
|
|
633
|
-
>>>>> <details>
|
|
634
|
-
>>>>> <summary> Update @balena/sbvr-types to 5.0.0 [Pagan Gazzard] </summary>
|
|
635
|
-
>>>>>
|
|
636
|
-
>>>>>> ######## sbvr-types-5.0.0 - 2023-05-16
|
|
637
|
-
>>>>>>
|
|
638
|
-
>>>>>> * Switch from `export =` to `export default` [Pagan Gazzard]
|
|
639
|
-
>>>>>>
|
|
640
|
-
>>>>>> ######## sbvr-types-4.0.2 - 2023-05-03
|
|
641
|
-
>>>>>>
|
|
642
|
-
>>>>>> * Improve typings [Pagan Gazzard]
|
|
643
|
-
>>>>>>
|
|
644
|
-
>>>>>> ######## sbvr-types-4.0.1 - 2023-05-02
|
|
645
|
-
>>>>>>
|
|
646
|
-
>>>>>> * boolean: Avoid unnecessary array creation to reduce GCs [Thodoris Greasidis]
|
|
647
|
-
>>>>>>
|
|
648
|
-
>>>>>
|
|
649
|
-
>>>>> </details>
|
|
650
|
-
>>>>>
|
|
651
|
-
>>>>>
|
|
652
|
-
>>>>> ####### abstract-sql-compiler-9.0.1 - 2023-05-15
|
|
653
|
-
>>>>>
|
|
654
|
-
>>>>> * Fix TS errors for the latest sbvrTypes [Thodoris Greasidis]
|
|
655
|
-
>>>>>
|
|
656
|
-
>>>>> ####### abstract-sql-compiler-9.0.0 - 2023-05-02
|
|
657
|
-
>>>>>
|
|
658
|
-
>>>>> * Drop `require-npm4-to-publish` as `engines` used [fisehara]
|
|
659
|
-
>>>>>
|
|
660
|
-
>>>>> <details>
|
|
661
|
-
>>>>> <summary> Update @balena/odata-to-abstract-sql to 6.x [Pagan Gazzard] </summary>
|
|
662
|
-
>>>>>
|
|
663
|
-
>>>>>> ######## odata-to-abstract-sql-6.0.1 - 2023-04-27
|
|
664
|
-
>>>>>>
|
|
665
|
-
>>>>>>
|
|
666
|
-
>>>>>> <details>
|
|
667
|
-
>>>>>> <summary> Update dependencies [Pagan Gazzard] </summary>
|
|
668
|
-
>>>>>>
|
|
669
|
-
>>>>>>> ######### odata-parser-3.0.0 - 2023-04-26
|
|
670
|
-
>>>>>>>
|
|
671
|
-
>>>>>>> * Use optional chaining operator [Pagan Gazzard]
|
|
672
|
-
>>>>>>> * Set minimum supported nodejs version to 16.13.0 [Pagan Gazzard]
|
|
673
|
-
>>>>>>>
|
|
674
|
-
>>>>>>> ######### odata-parser-2.5.0 - 2023-04-26
|
|
675
|
-
>>>>>>>
|
|
676
|
-
>>>>>>> * Update to peggy 3 and make us of the repetition operator [Pagan Gazzard]
|
|
677
|
-
>>>>>>>
|
|
678
|
-
>>>>>>> ######### sbvr-types-4.0.0 - 2023-04-26
|
|
679
|
-
>>>>>>>
|
|
680
|
-
>>>>>>> * Add test cases for Objects in JSON validate [fisehara]
|
|
681
|
-
>>>>>>> * Drop `require-npm4-to-publish` devDependency [fisehara]
|
|
682
|
-
>>>>>>> * Set minimum supported nodejs version to 16.13.0 and tsconfig to es2021 [Pagan Gazzard]
|
|
683
|
-
>>>>>>> * Switch `JSON` to use `JSON` db type instead of `TEXT` [Pagan Gazzard]
|
|
684
|
-
>>>>>>> * Switch `Boolean` to use `BOOLEAN` db type instead of `INTEGER` [Pagan Gazzard]
|
|
685
|
-
>>>>>>> * Assert that JSON input typeof is object [Josh Bowling]
|
|
686
|
-
>>>>>>>
|
|
687
|
-
>>>>>>
|
|
688
|
-
>>>>>> </details>
|
|
689
|
-
>>>>>>
|
|
690
|
-
>>>>>>
|
|
691
|
-
>>>>>> ######## odata-to-abstract-sql-6.0.0 - 2023-04-26
|
|
692
|
-
>>>>>>
|
|
693
|
-
>>>>>> * Set minimum supported nodejs version to 16.13.0 and tsconfig to es2021 [Pagan Gazzard]
|
|
694
|
-
>>>>>> * Switch `AggregateJSON` to use the newer `ReferencedField` format [Pagan Gazzard]
|
|
695
|
-
>>>>>>
|
|
696
|
-
>>>>>> ######## odata-to-abstract-sql-5.9.6 - 2023-04-25
|
|
697
|
-
>>>>>>
|
|
698
|
-
>>>>>> * Collapse `AliasedFunction` into `FunctionMatch` [Pagan Gazzard]
|
|
699
|
-
>>>>>>
|
|
700
|
-
>>>>>> ######## odata-to-abstract-sql-5.9.5 - 2023-04-25
|
|
701
|
-
>>>>>>
|
|
702
|
-
>>>>>>
|
|
703
|
-
>>>>>> <details>
|
|
704
|
-
>>>>>> <summary> Improve typings [Pagan Gazzard] </summary>
|
|
705
|
-
>>>>>>
|
|
706
|
-
>>>>>>> ######### abstract-sql-compiler-8.4.1 - 2023-04-25
|
|
707
|
-
>>>>>>>
|
|
708
|
-
>>>>>>> * Add much finer grained typings for abstract-sql-optimizer [Pagan Gazzard]
|
|
709
|
-
>>>>>>>
|
|
710
|
-
>>>>>>
|
|
711
|
-
>>>>>> </details>
|
|
712
|
-
>>>>>>
|
|
713
|
-
>>>>>>
|
|
714
|
-
>>>>>> ######## odata-to-abstract-sql-5.9.4 - 2023-04-24
|
|
715
|
-
>>>>>>
|
|
716
|
-
>>>>>>
|
|
717
|
-
>>>>>> <details>
|
|
718
|
-
>>>>>> <summary> Update dependencies [Pagan Gazzard] </summary>
|
|
719
|
-
>>>>>>
|
|
720
|
-
>>>>>>> ######### abstract-sql-compiler-8.4.0 - 2023-04-24
|
|
721
|
-
>>>>>>>
|
|
722
|
-
>>>>>>> * Add support for using field type nodes with an AggregateJSON node [Pagan Gazzard]
|
|
723
|
-
>>>>>>>
|
|
724
|
-
>>>>>>> ######### abstract-sql-compiler-8.3.13 - 2023-04-24
|
|
725
|
-
>>>>>>>
|
|
726
|
-
>>>>>>> * Deprecate `AliasableFromTypeNodes` type as it's redundant [Pagan Gazzard]
|
|
727
|
-
>>>>>>>
|
|
728
|
-
>>>>>>> ######### abstract-sql-compiler-8.3.12 - 2023-04-17
|
|
729
|
-
>>>>>>>
|
|
730
|
-
>>>>>>> * Revert tightening of `OrderBy` to only field nodes [Pagan Gazzard]
|
|
731
|
-
>>>>>>>
|
|
732
|
-
>>>>>>> ######### abstract-sql-compiler-8.3.11 - 2023-04-13
|
|
733
|
-
>>>>>>>
|
|
734
|
-
>>>>>>> * Do not allow ON clauses for CROSS JOIN as it is invalid [Pagan Gazzard]
|
|
735
|
-
>>>>>>> * Stop accepting `ExtractJSONPathAsText`/`ToJSON` as unknown node types [Pagan Gazzard]
|
|
736
|
-
>>>>>>>
|
|
737
|
-
>>>>>>> ######### abstract-sql-compiler-8.3.10 - 2023-04-13
|
|
738
|
-
>>>>>>>
|
|
739
|
-
>>>>>>> * Fix DateNode/AnyNode typings [Pagan Gazzard]
|
|
740
|
-
>>>>>>>
|
|
741
|
-
>>>>>>> ######### abstract-sql-compiler-8.3.9 - 2023-04-13
|
|
742
|
-
>>>>>>>
|
|
743
|
-
>>>>>>>
|
|
744
|
-
>>>>>>> <details>
|
|
745
|
-
>>>>>>> <summary> Update dependencies [Pagan Gazzard] </summary>
|
|
746
|
-
>>>>>>>
|
|
747
|
-
>>>>>>>> ########## sbvr-types-3.5.0 - 2023-03-21
|
|
748
|
-
>>>>>>>>
|
|
749
|
-
>>>>>>>> * Add Big Serial type [Josh Bowling]
|
|
750
|
-
>>>>>>>>
|
|
751
|
-
>>>>>>>> ########## sbvr-types-3.4.19 - 2022-12-08
|
|
752
|
-
>>>>>>>>
|
|
753
|
-
>>>>>>>> * Flowzone: Allow external contributions [Josh Bowling]
|
|
754
|
-
>>>>>>>>
|
|
755
|
-
>>>>>>>
|
|
756
|
-
>>>>>>> </details>
|
|
757
|
-
>>>>>>>
|
|
758
|
-
>>>>>>>
|
|
759
|
-
>>>>>>> ######### abstract-sql-compiler-8.3.8 - 2023-04-12
|
|
760
|
-
>>>>>>>
|
|
761
|
-
>>>>>>> * Improve typings [Pagan Gazzard]
|
|
762
|
-
>>>>>>>
|
|
763
|
-
>>>>>>> ######### abstract-sql-compiler-8.3.7 - 2023-04-12
|
|
764
|
-
>>>>>>>
|
|
765
|
-
>>>>>>> * Remove typing for non-existent JSON node [Pagan Gazzard]
|
|
766
|
-
>>>>>>>
|
|
767
|
-
>>>>>>> ######### abstract-sql-compiler-8.3.6 - 2023-04-12
|
|
768
|
-
>>>>>>>
|
|
769
|
-
>>>>>>> * Tighten the `isXValue` function typings [Pagan Gazzard]
|
|
770
|
-
>>>>>>>
|
|
771
|
-
>>>>>>> ######### abstract-sql-compiler-8.3.5 - 2023-04-12
|
|
772
|
-
>>>>>>>
|
|
773
|
-
>>>>>>> * Correctly treat `Value` nodes as rewritten to `Text` by the optimizer [Pagan Gazzard]
|
|
774
|
-
>>>>>>> * Add EmbeddedTextNode typing [Pagan Gazzard]
|
|
775
|
-
>>>>>>>
|
|
776
|
-
>>>>>>> ######### abstract-sql-compiler-8.3.4 - 2023-04-12
|
|
777
|
-
>>>>>>>
|
|
778
|
-
>>>>>>> * Enforce the first argument of ExtractJSONPathAsText is a JSON type node [Pagan Gazzard]
|
|
779
|
-
>>>>>>>
|
|
780
|
-
>>>>>>> ######### abstract-sql-compiler-8.3.3 - 2023-04-12
|
|
781
|
-
>>>>>>>
|
|
782
|
-
>>>>>>> * Improve node typings [Pagan Gazzard]
|
|
783
|
-
>>>>>>>
|
|
784
|
-
>>>>>>> ######### abstract-sql-compiler-8.3.2 - 2023-04-12
|
|
785
|
-
>>>>>>>
|
|
786
|
-
>>>>>>> * Add more node typings [Pagan Gazzard]
|
|
787
|
-
>>>>>>>
|
|
788
|
-
>>>>>>> ######### abstract-sql-compiler-8.3.1 - 2023-04-12
|
|
789
|
-
>>>>>>>
|
|
790
|
-
>>>>>>> * Add more node typings [Pagan Gazzard]
|
|
791
|
-
>>>>>>>
|
|
792
|
-
>>>>>>> ######### abstract-sql-compiler-8.3.0 - 2023-04-11
|
|
793
|
-
>>>>>>>
|
|
794
|
-
>>>>>>> * Support boolean nodes in a ValuesNode [Pagan Gazzard]
|
|
795
|
-
>>>>>>>
|
|
796
|
-
>>>>>>> ######### abstract-sql-compiler-8.2.0 - 2023-04-11
|
|
797
|
-
>>>>>>>
|
|
798
|
-
>>>>>>> * Add `Between` node type [Pagan Gazzard]
|
|
799
|
-
>>>>>>>
|
|
800
|
-
>>>>>>> ######### abstract-sql-compiler-8.1.0 - 2023-04-11
|
|
801
|
-
>>>>>>>
|
|
802
|
-
>>>>>>> * Add `BitwiseAnd`/`BitwiseShiftRight` node types [Pagan Gazzard]
|
|
803
|
-
>>>>>>>
|
|
804
|
-
>>>>>>> ######### abstract-sql-compiler-8.0.2 - 2023-04-06
|
|
805
|
-
>>>>>>>
|
|
806
|
-
>>>>>>> * Add `NotInNode` type [Pagan Gazzard]
|
|
807
|
-
>>>>>>> * Add `IsDistinctFromNode`/`IsNotDistinctFromNode` types [Pagan Gazzard]
|
|
808
|
-
>>>>>>> * Add `CharacterLengthNode` type [Pagan Gazzard]
|
|
809
|
-
>>>>>>>
|
|
810
|
-
>>>>>>> ######### abstract-sql-compiler-8.0.1 - 2023-04-06
|
|
811
|
-
>>>>>>>
|
|
812
|
-
>>>>>>> * Adds Cast node type to tree parsing [Otávio Jacobi]
|
|
813
|
-
>>>>>>>
|
|
814
|
-
>>>>>>> ######### odata-parser-2.4.6 - 2023-02-24
|
|
815
|
-
>>>>>>>
|
|
816
|
-
>>>>>>> * Improve typings [Pagan Gazzard]
|
|
817
|
-
>>>>>>>
|
|
818
|
-
>>>>>>> ######### odata-parser-2.4.5 - 2023-02-23
|
|
819
|
-
>>>>>>>
|
|
820
|
-
>>>>>>> * Use const/let as appropriate [Pagan Gazzard]
|
|
821
|
-
>>>>>>>
|
|
822
|
-
>>>>>>> ######### odata-parser-2.4.4 - 2023-02-23
|
|
823
|
-
>>>>>>>
|
|
824
|
-
>>>>>>> * Use shorthand object notation [Pagan Gazzard]
|
|
825
|
-
>>>>>>>
|
|
826
|
-
>>>>>>> ######### odata-parser-2.4.3 - 2023-02-23
|
|
827
|
-
>>>>>>>
|
|
828
|
-
>>>>>>> * Update dependencies [Pagan Gazzard]
|
|
829
|
-
>>>>>>>
|
|
830
|
-
>>>>>>
|
|
831
|
-
>>>>>> </details>
|
|
832
|
-
>>>>>>
|
|
833
|
-
>>>>>>
|
|
834
|
-
>>>>>
|
|
835
|
-
>>>>> </details>
|
|
836
|
-
>>>>>
|
|
837
|
-
>>>>> * Remove support for the legacy AggregateJSON format of `[tableName, fieldName]` [Pagan Gazzard]
|
|
838
|
-
>>>>> * Remove support for the legacy boolean format of `true|false` [Pagan Gazzard]
|
|
839
|
-
>>>>> * Set minimum supported nodejs version to 16.13.0 and tsconfig to es2021 [Pagan Gazzard]
|
|
840
|
-
>>>>> * Remove support for the legacy alias format of `[node, alias]` [Pagan Gazzard]
|
|
841
|
-
>>>>> * Remove support for the legacy table format of `tableName` [Pagan Gazzard]
|
|
842
|
-
>>>>> * Remove support for the legacy null formats of `null` and `'Null'` [Pagan Gazzard]
|
|
843
|
-
>>>>> * Reflect the usage of BOOLEAN db type [Pagan Gazzard]
|
|
844
|
-
>>>>>
|
|
845
|
-
>>>>> <details>
|
|
846
|
-
>>>>> <summary> Update @balena/sbvr-types to 4.x [Pagan Gazzard] </summary>
|
|
847
|
-
>>>>>
|
|
848
|
-
>>>>>> ######## sbvr-types-4.0.0 - 2023-04-26
|
|
849
|
-
>>>>>>
|
|
850
|
-
>>>>>> * Add test cases for Objects in JSON validate [fisehara]
|
|
851
|
-
>>>>>> * Drop `require-npm4-to-publish` devDependency [fisehara]
|
|
852
|
-
>>>>>> * Set minimum supported nodejs version to 16.13.0 and tsconfig to es2021 [Pagan Gazzard]
|
|
853
|
-
>>>>>> * Switch `JSON` to use `JSON` db type instead of `TEXT` [Pagan Gazzard]
|
|
854
|
-
>>>>>> * Switch `Boolean` to use `BOOLEAN` db type instead of `INTEGER` [Pagan Gazzard]
|
|
855
|
-
>>>>>> * Assert that JSON input typeof is object [Josh Bowling]
|
|
856
|
-
>>>>>>
|
|
857
|
-
>>>>>
|
|
858
|
-
>>>>> </details>
|
|
859
|
-
>>>>>
|
|
860
|
-
>>>>>
|
|
861
|
-
>>>>> ####### abstract-sql-compiler-8.5.0 - 2023-04-27
|
|
862
|
-
>>>>>
|
|
863
|
-
>>>>> * Use native `StartsWith` node type for postgres [Pagan Gazzard]
|
|
864
|
-
>>>>> * Convert `EscapeForLike` into a standalone node type [Pagan Gazzard]
|
|
865
|
-
>>>>>
|
|
866
|
-
>>>>> ####### lf-to-abstract-sql-5.0.1 - 2023-05-16
|
|
867
|
-
>>>>>
|
|
868
|
-
>>>>>
|
|
869
|
-
>>>>> <details>
|
|
870
|
-
>>>>> <summary> Update @balena/sbvr-types to 5.0.0 [Pagan Gazzard] </summary>
|
|
871
|
-
>>>>>
|
|
872
|
-
>>>>>> ######## sbvr-types-5.0.0 - 2023-05-16
|
|
873
|
-
>>>>>>
|
|
874
|
-
>>>>>> * Switch from `export =` to `export default` [Pagan Gazzard]
|
|
875
|
-
>>>>>>
|
|
876
|
-
>>>>>> ######## sbvr-types-4.0.2 - 2023-05-03
|
|
877
|
-
>>>>>>
|
|
878
|
-
>>>>>> * Improve typings [Pagan Gazzard]
|
|
879
|
-
>>>>>>
|
|
880
|
-
>>>>>> ######## sbvr-types-4.0.1 - 2023-05-02
|
|
881
|
-
>>>>>>
|
|
882
|
-
>>>>>> * boolean: Avoid unnecessary array creation to reduce GCs [Thodoris Greasidis]
|
|
883
|
-
>>>>>>
|
|
884
|
-
>>>>>> ######## sbvr-types-4.0.0 - 2023-04-26
|
|
885
|
-
>>>>>>
|
|
886
|
-
>>>>>> * Add test cases for Objects in JSON validate [fisehara]
|
|
887
|
-
>>>>>> * Drop `require-npm4-to-publish` devDependency [fisehara]
|
|
888
|
-
>>>>>> * Set minimum supported nodejs version to 16.13.0 and tsconfig to es2021 [Pagan Gazzard]
|
|
889
|
-
>>>>>> * Switch `JSON` to use `JSON` db type instead of `TEXT` [Pagan Gazzard]
|
|
890
|
-
>>>>>> * Switch `Boolean` to use `BOOLEAN` db type instead of `INTEGER` [Pagan Gazzard]
|
|
891
|
-
>>>>>> * Assert that JSON input typeof is object [Josh Bowling]
|
|
892
|
-
>>>>>>
|
|
893
|
-
>>>>>> ######## sbvr-types-3.5.0 - 2023-03-21
|
|
894
|
-
>>>>>>
|
|
895
|
-
>>>>>> * Add Big Serial type [Josh Bowling]
|
|
896
|
-
>>>>>>
|
|
897
|
-
>>>>>> ######## sbvr-types-3.4.19 - 2022-12-08
|
|
898
|
-
>>>>>>
|
|
899
|
-
>>>>>> * Flowzone: Allow external contributions [Josh Bowling]
|
|
900
|
-
>>>>>>
|
|
901
|
-
>>>>>
|
|
902
|
-
>>>>> </details>
|
|
903
|
-
>>>>>
|
|
904
|
-
>>>>>
|
|
905
|
-
>>>>> ####### odata-parser-3.0.1 - 2023-09-25
|
|
906
|
-
>>>>>
|
|
907
|
-
>>>>> * Allow running CI on external PRs [Pagan Gazzard]
|
|
908
|
-
>>>>>
|
|
909
|
-
>>>>> ####### sbvr-types-6.1.0 - 2023-10-03
|
|
910
|
-
>>>>>
|
|
911
|
-
>>>>> * Add checksum to WebResource [Otávio Jacobi]
|
|
912
|
-
>>>>>
|
|
913
|
-
>>>>> ####### sbvr-types-6.0.0 - 2023-08-09
|
|
914
|
-
>>>>>
|
|
915
|
-
>>>>> * Change contents to snake_case [Otávio Jacobi]
|
|
916
|
-
>>>>>
|
|
917
|
-
>>>>> ####### sbvr-types-5.2.0 - 2023-08-08
|
|
918
|
-
>>>>>
|
|
919
|
-
>>>>> * Expose WebResource as WebResourceType [Otávio Jacobi]
|
|
920
|
-
>>>>>
|
|
921
|
-
>>>>> ####### sbvr-types-5.1.0 - 2023-08-03
|
|
922
|
-
>>>>>
|
|
923
|
-
>>>>> * Adds WebResource type [Otávio Jacobi]
|
|
924
|
-
>>>>>
|
|
925
|
-
>>>>> ####### sbvr-types-5.0.0 - 2023-05-16
|
|
926
|
-
>>>>>
|
|
927
|
-
>>>>> * Switch from `export =` to `export default` [Pagan Gazzard]
|
|
928
|
-
>>>>>
|
|
929
|
-
>>>>> ####### sbvr-types-4.0.2 - 2023-05-03
|
|
930
|
-
>>>>>
|
|
931
|
-
>>>>> * Improve typings [Pagan Gazzard]
|
|
932
|
-
>>>>>
|
|
933
|
-
>>>>> ####### sbvr-types-4.0.1 - 2023-05-02
|
|
934
|
-
>>>>>
|
|
935
|
-
>>>>> * boolean: Avoid unnecessary array creation to reduce GCs [Thodoris Greasidis]
|
|
936
|
-
>>>>>
|
|
937
|
-
>>>>
|
|
938
|
-
>>>> </details>
|
|
939
|
-
>>>>
|
|
940
|
-
>>>>
|
|
941
|
-
>>>> ###### odata-to-abstract-sql-6.1.0 - 2023-08-16
|
|
942
|
-
>>>>
|
|
943
|
-
>>>> * Support bind references as boolean types [Pagan Gazzard]
|
|
944
|
-
>>>>
|
|
945
|
-
>>>> ###### sbvr-parser-1.4.6 - Invalid date
|
|
946
|
-
>>>>
|
|
947
|
-
>>>> * Update dependency @balena/sbvr-types to v8 [Self-hosted Renovate Bot]
|
|
948
|
-
>>>>
|
|
949
|
-
>>>> ###### sbvr-parser-1.4.5 - 2024-06-18
|
|
950
|
-
>>>>
|
|
951
|
-
>>>> * Switch to an inflection library from npm which does not monkey patch [Pagan Gazzard]
|
|
952
|
-
>>>>
|
|
953
|
-
>>>> ###### sbvr-parser-1.4.4 - 2024-03-05
|
|
954
|
-
>>>>
|
|
955
|
-
>>>> * Updated `@balena/sbvr-types` [Harald Fischer]
|
|
956
|
-
>>>>
|
|
957
|
-
>>>> ###### sbvr-types-9.0.2 - 2024-09-17
|
|
958
|
-
>>>>
|
|
959
|
-
>>>> * Change the exported Types to an interface so that they can be augmented [Thodoris Greasidis]
|
|
960
|
-
>>>>
|
|
961
|
-
>>>> ###### sbvr-types-9.0.1 - 2024-08-05
|
|
962
|
-
>>>>
|
|
963
|
-
>>>> * Update @balena/lint to v8.2.7 [Josh Bowling]
|
|
964
|
-
>>>>
|
|
965
|
-
>>>> ###### sbvr-types-9.0.0 - 2024-08-02
|
|
966
|
-
>>>>
|
|
967
|
-
>>>> * Update BigInteger and BigSerial TsTypes [Josh Bowling]
|
|
968
|
-
>>>>
|
|
969
|
-
>>>> ###### sbvr-types-8.0.0 - 2024-06-12
|
|
970
|
-
>>>>
|
|
971
|
-
>>>> * Improve BigInteger and BigSerial support [Josh Bowling]
|
|
972
|
-
>>>>
|
|
973
|
-
>>>> ###### sbvr-types-7.1.3 - 2024-06-12
|
|
974
|
-
>>>>
|
|
975
|
-
>>>> * Add typings for all abstract sql fragments, fixing where necessary [Pagan Gazzard]
|
|
976
|
-
>>>>
|
|
977
|
-
>>>> ###### sbvr-types-7.1.2 - 2024-06-12
|
|
978
|
-
>>>>
|
|
979
|
-
>>>> * Explicitly type the `compare` function for `hashed` [Pagan Gazzard]
|
|
980
|
-
>>>>
|
|
981
|
-
>>>> ###### sbvr-types-7.1.1 - 2024-06-04
|
|
982
|
-
>>>>
|
|
983
|
-
>>>> * Accept `Date` for the write types of `Date Time`/`Date`/`Time` [Pagan Gazzard]
|
|
984
|
-
>>>>
|
|
985
|
-
>>>> ###### sbvr-types-7.1.0 - 2024-04-25
|
|
986
|
-
>>>>
|
|
987
|
-
>>>> * Export typescript read/write types for each sbvr type [Pagan Gazzard]
|
|
988
|
-
>>>>
|
|
989
|
-
>>>> ###### sbvr-types-7.0.10 - 2024-04-09
|
|
990
|
-
>>>>
|
|
991
|
-
>>>> * Update Big Serial concept type to Big Integer [Josh Bowling]
|
|
992
|
-
>>>>
|
|
993
|
-
>>>> ###### sbvr-types-7.0.9 - 2024-04-09
|
|
994
|
-
>>>>
|
|
995
|
-
>>>> * Add Big Serial to Type.sbvr [Josh Bowling]
|
|
996
|
-
>>>>
|
|
997
|
-
>>>> ###### sbvr-types-7.0.8 - 2024-04-09
|
|
998
|
-
>>>>
|
|
999
|
-
>>>> * Update prepare script for husky v9 [Josh Bowling]
|
|
1000
|
-
>>>> * Update dependency husky to v9 [Self-hosted Renovate Bot]
|
|
1001
|
-
>>>>
|
|
1002
|
-
>>>> ###### sbvr-types-7.0.7 - 2024-04-09
|
|
1003
|
-
>>>>
|
|
1004
|
-
>>>> * Update dependency @balena/lint to v8 [Self-hosted Renovate Bot]
|
|
1005
|
-
>>>>
|
|
1006
|
-
>>>> ###### sbvr-types-7.0.6 - 2024-03-21
|
|
1007
|
-
>>>>
|
|
1008
|
-
>>>> * Improve JSON typings [Pagan Gazzard]
|
|
1009
|
-
>>>>
|
|
1010
|
-
>>>> ###### sbvr-types-7.0.5 - 2024-03-13
|
|
1011
|
-
>>>>
|
|
1012
|
-
>>>> * Remove unnecessary catch bindings [Pagan Gazzard]
|
|
1013
|
-
>>>>
|
|
1014
|
-
>>>> ###### sbvr-types-7.0.4 - 2024-03-13
|
|
1015
|
-
>>>>
|
|
1016
|
-
>>>> * Improve validate typings [Pagan Gazzard]
|
|
1017
|
-
>>>>
|
|
1018
|
-
>>>> ###### sbvr-types-7.0.3 - 2024-03-12
|
|
1019
|
-
>>>>
|
|
1020
|
-
>>>> * Improve fetchProcessing typings [Pagan Gazzard]
|
|
1021
|
-
>>>>
|
|
1022
|
-
>>>> ###### sbvr-types-7.0.2 - 2024-03-12
|
|
1023
|
-
>>>>
|
|
1024
|
-
>>>> * Tests: convert to typescript [Pagan Gazzard]
|
|
1025
|
-
>>>>
|
|
1026
|
-
>>>
|
|
1027
|
-
>>> </details>
|
|
1028
|
-
>>>
|
|
1029
|
-
>>>
|
|
1030
|
-
>>> ##### sbvr-types-9.0.2 - 2024-09-17
|
|
1031
|
-
>>>
|
|
1032
|
-
>>> * Change the exported Types to an interface so that they can be augmented [Thodoris Greasidis]
|
|
1033
|
-
>>>
|
|
1034
|
-
>>> ##### sbvr-types-9.0.1 - 2024-08-05
|
|
1035
|
-
>>>
|
|
1036
|
-
>>> * Update @balena/lint to v8.2.7 [Josh Bowling]
|
|
1037
|
-
>>>
|
|
1038
|
-
>>> ##### sbvr-types-9.0.0 - 2024-08-02
|
|
1039
|
-
>>>
|
|
1040
|
-
>>> * Update BigInteger and BigSerial TsTypes [Josh Bowling]
|
|
1041
|
-
>>>
|
|
1042
|
-
>>> ##### sbvr-types-8.0.0 - 2024-06-12
|
|
1043
|
-
>>>
|
|
1044
|
-
>>> * Improve BigInteger and BigSerial support [Josh Bowling]
|
|
1045
|
-
>>>
|
|
1046
|
-
>>
|
|
1047
|
-
>> </details>
|
|
1048
|
-
>>
|
|
1049
|
-
>> * tsconfig: Switch the module compiler option to Node16 [Thodoris Greasidis]
|
|
1050
|
-
>> * Update minimum supported nodejs version to 20.14.0 [Thodoris Greasidis]
|
|
1051
|
-
>>
|
|
1052
|
-
>
|
|
1053
|
-
> </details>
|
|
1054
|
-
>
|
|
1055
|
-
>
|
|
1056
|
-
> ### abstract-sql-compiler-10.1.1 - 2025-01-06
|
|
1057
|
-
>
|
|
1058
|
-
> * Update dependency mocha to v11 [Self-hosted Renovate Bot]
|
|
1059
|
-
>
|
|
1060
|
-
> ### abstract-sql-compiler-10.1.0 - 2024-10-24
|
|
1061
|
-
>
|
|
1062
|
-
> * Add Lower unary node for countTableSelects optimization [Otavio Jacobi]
|
|
1063
|
-
>
|
|
1064
|
-
> ### odata-parser-4.1.0 - 2025-02-11
|
|
1065
|
-
>
|
|
1066
|
-
> * Allow ['Null'] inside a bound list [Otavio Jacobi]
|
|
1067
|
-
>
|
|
1068
|
-
> ### odata-parser-4.0.0 - 2025-01-29
|
|
1069
|
-
>
|
|
1070
|
-
> * feat: compile odata `in` to a abstract sql `eq any $listBind` [Otavio Jacobi]
|
|
1071
|
-
>
|
|
1072
|
-
> ### odata-parser-3.1.2 - 2024-10-04
|
|
1073
|
-
>
|
|
1074
|
-
> * Update dependencies [Pagan Gazzard]
|
|
1075
|
-
>
|
|
1076
|
-
> ### odata-parser-3.1.1 - 2024-10-04
|
|
1077
|
-
>
|
|
1078
|
-
> * Avoid setting `property`/`count`/`options` for expands when not provided [Pagan Gazzard]
|
|
1079
|
-
> * Avoid setting nested `property` for `PropertyPath` when not provided [Pagan Gazzard]
|
|
1080
|
-
>
|
|
1081
|
-
|
|
1082
|
-
</details>
|
|
1083
|
-
|
|
1084
|
-
## 7.0.1 - 2024-12-04
|
|
1085
|
-
|
|
1086
|
-
* Update dependency mocha to v11 [Self-hosted Renovate Bot]
|
|
1087
|
-
|
|
1088
|
-
## 7.0.0 - 2024-10-08
|
|
1089
|
-
|
|
1090
|
-
|
|
1091
|
-
<details>
|
|
1092
|
-
<summary> Update dependencies [Thodoris Greasidis] </summary>
|
|
1093
|
-
|
|
1094
|
-
> ### abstract-sql-compiler-10.0.1 - 2024-10-07
|
|
1095
|
-
>
|
|
1096
|
-
> * Wrap composite comparison operations with parenthesis when necessary [Thodoris Greasidis]
|
|
1097
|
-
>
|
|
1098
|
-
> ### abstract-sql-compiler-10.0.0 - 2024-10-07
|
|
1099
|
-
>
|
|
1100
|
-
> * tsconfig: Switch the module compiler option to Node16 [Thodoris Greasidis]
|
|
1101
|
-
> * Update tsconfig target to es2023 [Thodoris Greasidis]
|
|
1102
|
-
> * Update minimum supported nodejs version to 20.14.0 [Thodoris Greasidis]
|
|
1103
|
-
> * Make @balena/sbvr-types a peer dependency [Thodoris Greasidis]
|
|
1104
|
-
> * Lint fixes [Thodoris Greasidis]
|
|
1105
|
-
>
|
|
1106
|
-
> <details>
|
|
1107
|
-
> <summary> Update dependencies & tests to match [Thodoris Greasidis] </summary>
|
|
1108
|
-
>
|
|
1109
|
-
>> #### lf-to-abstract-sql-5.0.2 - 2024-03-05
|
|
1110
|
-
>>
|
|
1111
|
-
>>
|
|
1112
|
-
>> <details>
|
|
1113
|
-
>> <summary> Update `@balena/sbvr-types` devDependency [Harald Fischer] </summary>
|
|
1114
|
-
>>
|
|
1115
|
-
>>> ##### sbvr-types-7.0.1 - 2024-03-04
|
|
1116
|
-
>>>
|
|
1117
|
-
>>> * Update dependency @balena/abstract-sql-compiler to v9 [Self-hosted Renovate Bot]
|
|
1118
|
-
>>>
|
|
1119
|
-
>>> ##### sbvr-types-7.0.0 - 2024-03-04
|
|
1120
|
-
>>>
|
|
1121
|
-
>>> * Return `ISODateString` instead of `date` [fisehara]
|
|
1122
|
-
>>>
|
|
1123
|
-
>>> ##### sbvr-types-6.1.1 - 2024-01-02
|
|
1124
|
-
>>>
|
|
1125
|
-
>>> * Update dependency @types/chai-datetime to ^0.0.39 [Self-hosted Renovate Bot]
|
|
1126
|
-
>>>
|
|
1127
|
-
>>> ##### sbvr-types-6.1.0 - 2023-10-03
|
|
1128
|
-
>>>
|
|
1129
|
-
>>> * Add checksum to WebResource [Otávio Jacobi]
|
|
1130
|
-
>>>
|
|
1131
|
-
>>> ##### sbvr-types-6.0.0 - 2023-08-09
|
|
1132
|
-
>>>
|
|
1133
|
-
>>> * Change contents to snake_case [Otávio Jacobi]
|
|
1134
|
-
>>>
|
|
1135
|
-
>>> ##### sbvr-types-5.2.0 - 2023-08-08
|
|
1136
|
-
>>>
|
|
1137
|
-
>>> * Expose WebResource as WebResourceType [Otávio Jacobi]
|
|
1138
|
-
>>>
|
|
1139
|
-
>>> ##### sbvr-types-5.1.0 - 2023-08-03
|
|
1140
|
-
>>>
|
|
1141
|
-
>>> * Adds WebResource type [Otávio Jacobi]
|
|
1142
|
-
>>>
|
|
1143
|
-
>>
|
|
1144
|
-
>> </details>
|
|
1145
|
-
>>
|
|
1146
|
-
>>
|
|
1147
|
-
>> #### lf-to-abstract-sql-5.0.1 - 2023-05-16
|
|
1148
|
-
>>
|
|
1149
|
-
>>
|
|
1150
|
-
>> <details>
|
|
1151
|
-
>> <summary> Update @balena/sbvr-types to 5.0.0 [Pagan Gazzard] </summary>
|
|
1152
|
-
>>
|
|
1153
|
-
>>> ##### sbvr-types-5.0.0 - 2023-05-16
|
|
1154
|
-
>>>
|
|
1155
|
-
>>> * Switch from `export =` to `export default` [Pagan Gazzard]
|
|
1156
|
-
>>>
|
|
1157
|
-
>>> ##### sbvr-types-4.0.2 - 2023-05-03
|
|
1158
|
-
>>>
|
|
1159
|
-
>>> * Improve typings [Pagan Gazzard]
|
|
1160
|
-
>>>
|
|
1161
|
-
>>> ##### sbvr-types-4.0.1 - 2023-05-02
|
|
1162
|
-
>>>
|
|
1163
|
-
>>> * boolean: Avoid unnecessary array creation to reduce GCs [Thodoris Greasidis]
|
|
1164
|
-
>>>
|
|
1165
|
-
>>> ##### sbvr-types-4.0.0 - 2023-04-26
|
|
1166
|
-
>>>
|
|
1167
|
-
>>> * Add test cases for Objects in JSON validate [fisehara]
|
|
1168
|
-
>>> * Drop `require-npm4-to-publish` devDependency [fisehara]
|
|
1169
|
-
>>> * Set minimum supported nodejs version to 16.13.0 and tsconfig to es2021 [Pagan Gazzard]
|
|
1170
|
-
>>> * Switch `JSON` to use `JSON` db type instead of `TEXT` [Pagan Gazzard]
|
|
1171
|
-
>>> * Switch `Boolean` to use `BOOLEAN` db type instead of `INTEGER` [Pagan Gazzard]
|
|
1172
|
-
>>> * Assert that JSON input typeof is object [Josh Bowling]
|
|
1173
|
-
>>>
|
|
1174
|
-
>>> ##### sbvr-types-3.5.0 - 2023-03-21
|
|
1175
|
-
>>>
|
|
1176
|
-
>>> * Add Big Serial type [Josh Bowling]
|
|
1177
|
-
>>>
|
|
1178
|
-
>>> ##### sbvr-types-3.4.19 - 2022-12-08
|
|
1179
|
-
>>>
|
|
1180
|
-
>>> * Flowzone: Allow external contributions [Josh Bowling]
|
|
1181
|
-
>>>
|
|
1182
|
-
>>
|
|
1183
|
-
>> </details>
|
|
1184
|
-
>>
|
|
1185
|
-
>>
|
|
1186
|
-
>> #### odata-parser-3.1.0 - 2024-10-03
|
|
1187
|
-
>>
|
|
1188
|
-
>> * Use bind vars for $top and $skip options [Pagan Gazzard]
|
|
1189
|
-
>>
|
|
1190
|
-
>> #### odata-parser-3.0.8 - 2024-06-04
|
|
1191
|
-
>>
|
|
1192
|
-
>> * Fix type checking of the declaration file [Pagan Gazzard]
|
|
1193
|
-
>>
|
|
1194
|
-
>> #### odata-parser-3.0.7 - 2024-04-13
|
|
1195
|
-
>>
|
|
1196
|
-
>> * Update dependency husky to v9 [Self-hosted Renovate Bot]
|
|
1197
|
-
>>
|
|
1198
|
-
>> #### odata-parser-3.0.6 - 2024-04-12
|
|
1199
|
-
>>
|
|
1200
|
-
>> * Update dependency peggy to v4 [Self-hosted Renovate Bot]
|
|
1201
|
-
>>
|
|
1202
|
-
>> #### odata-parser-3.0.5 - 2024-04-12
|
|
1203
|
-
>>
|
|
1204
|
-
>> * Update dependency lint-staged to v15 [Self-hosted Renovate Bot]
|
|
1205
|
-
>>
|
|
1206
|
-
>> #### odata-parser-3.0.4 - 2024-04-12
|
|
1207
|
-
>>
|
|
1208
|
-
>> * Update dependency @balena/lint to v8 [Self-hosted Renovate Bot]
|
|
1209
|
-
>>
|
|
1210
|
-
>> #### odata-parser-3.0.3 - 2024-01-04
|
|
1211
|
-
>>
|
|
1212
|
-
>> * Optimize by moving constant values into global init [fisehara]
|
|
1213
|
-
>>
|
|
1214
|
-
>> #### odata-parser-3.0.2 - 2024-01-04
|
|
1215
|
-
>>
|
|
1216
|
-
>> * Update dependencies [fisehara]
|
|
1217
|
-
>>
|
|
1218
|
-
>> #### odata-parser-3.0.1 - 2023-09-25
|
|
1219
|
-
>>
|
|
1220
|
-
>> * Allow running CI on external PRs [Pagan Gazzard]
|
|
1221
|
-
>>
|
|
1222
|
-
>> #### odata-to-abstract-sql-6.4.0 - 2024-10-04
|
|
1223
|
-
>>
|
|
1224
|
-
>>
|
|
1225
|
-
>> <details>
|
|
1226
|
-
>> <summary> Support number references as boolean types [Pagan Gazzard] </summary>
|
|
1227
|
-
>>
|
|
1228
|
-
>>> ##### odata-parser-3.1.0 - 2024-10-03
|
|
1229
|
-
>>>
|
|
1230
|
-
>>> * Use bind vars for $top and $skip options [Pagan Gazzard]
|
|
1231
|
-
>>>
|
|
1232
|
-
>>
|
|
1233
|
-
>> </details>
|
|
1234
|
-
>>
|
|
1235
|
-
>>
|
|
1236
|
-
>> #### odata-to-abstract-sql-6.3.0 - 2024-08-26
|
|
1237
|
-
>>
|
|
1238
|
-
>> * Support PUT/PATCH/DELETE requests on resources with a translated ID field [Thodoris Greasidis]
|
|
1239
|
-
>>
|
|
1240
|
-
>> #### odata-to-abstract-sql-6.2.8 - 2024-08-26
|
|
1241
|
-
>>
|
|
1242
|
-
>>
|
|
1243
|
-
>> <details>
|
|
1244
|
-
>> <summary> Update dependencies [Pagan Gazzard] </summary>
|
|
1245
|
-
>>
|
|
1246
|
-
>>> ##### abstract-sql-compiler-9.2.0 - 2024-06-12
|
|
1247
|
-
>>>
|
|
1248
|
-
>>> * Adds `EndsWithNode` and `ContainsNode` typings [Pagan Gazzard]
|
|
1249
|
-
>>>
|
|
1250
|
-
>>> ##### lf-to-abstract-sql-5.0.2 - 2024-03-05
|
|
1251
|
-
>>>
|
|
1252
|
-
>>>
|
|
1253
|
-
>>> <details>
|
|
1254
|
-
>>> <summary> Update `@balena/sbvr-types` devDependency [Harald Fischer] </summary>
|
|
1255
|
-
>>>
|
|
1256
|
-
>>>> ###### sbvr-types-7.0.1 - 2024-03-04
|
|
1257
|
-
>>>>
|
|
1258
|
-
>>>> * Update dependency @balena/abstract-sql-compiler to v9 [Self-hosted Renovate Bot]
|
|
1259
|
-
>>>>
|
|
1260
|
-
>>>> ###### sbvr-types-7.0.0 - 2024-03-04
|
|
1261
|
-
>>>>
|
|
1262
|
-
>>>> * Return `ISODateString` instead of `date` [fisehara]
|
|
1263
|
-
>>>>
|
|
1264
|
-
>>>> ###### sbvr-types-6.1.1 - 2024-01-02
|
|
1265
|
-
>>>>
|
|
1266
|
-
>>>> * Update dependency @types/chai-datetime to ^0.0.39 [Self-hosted Renovate Bot]
|
|
1267
|
-
>>>>
|
|
1268
|
-
>>>> ###### sbvr-types-6.1.0 - 2023-10-03
|
|
1269
|
-
>>>>
|
|
1270
|
-
>>>> * Add checksum to WebResource [Otávio Jacobi]
|
|
1271
|
-
>>>>
|
|
1272
|
-
>>>> ###### sbvr-types-6.0.0 - 2023-08-09
|
|
1273
|
-
>>>>
|
|
1274
|
-
>>>> * Change contents to snake_case [Otávio Jacobi]
|
|
1275
|
-
>>>>
|
|
1276
|
-
>>>> ###### sbvr-types-5.2.0 - 2023-08-08
|
|
1277
|
-
>>>>
|
|
1278
|
-
>>>> * Expose WebResource as WebResourceType [Otávio Jacobi]
|
|
1279
|
-
>>>>
|
|
1280
|
-
>>>> ###### sbvr-types-5.1.0 - 2023-08-03
|
|
1281
|
-
>>>>
|
|
1282
|
-
>>>> * Adds WebResource type [Otávio Jacobi]
|
|
1283
|
-
>>>>
|
|
1284
|
-
>>>
|
|
1285
|
-
>>> </details>
|
|
1286
|
-
>>>
|
|
1287
|
-
>>>
|
|
1288
|
-
>>> ##### odata-parser-3.0.8 - 2024-06-04
|
|
1289
|
-
>>>
|
|
1290
|
-
>>> * Fix type checking of the declaration file [Pagan Gazzard]
|
|
1291
|
-
>>>
|
|
1292
|
-
>>> ##### odata-parser-3.0.7 - 2024-04-13
|
|
1293
|
-
>>>
|
|
1294
|
-
>>> * Update dependency husky to v9 [Self-hosted Renovate Bot]
|
|
1295
|
-
>>>
|
|
1296
|
-
>>> ##### odata-parser-3.0.6 - 2024-04-12
|
|
1297
|
-
>>>
|
|
1298
|
-
>>> * Update dependency peggy to v4 [Self-hosted Renovate Bot]
|
|
1299
|
-
>>>
|
|
1300
|
-
>>> ##### odata-parser-3.0.5 - 2024-04-12
|
|
1301
|
-
>>>
|
|
1302
|
-
>>> * Update dependency lint-staged to v15 [Self-hosted Renovate Bot]
|
|
1303
|
-
>>>
|
|
1304
|
-
>>> ##### odata-parser-3.0.4 - 2024-04-12
|
|
1305
|
-
>>>
|
|
1306
|
-
>>> * Update dependency @balena/lint to v8 [Self-hosted Renovate Bot]
|
|
1307
|
-
>>>
|
|
1308
|
-
>>> ##### sbvr-parser-1.4.6 - Invalid date
|
|
1309
|
-
>>>
|
|
1310
|
-
>>> * Update dependency @balena/sbvr-types to v8 [Self-hosted Renovate Bot]
|
|
1311
|
-
>>>
|
|
1312
|
-
>>> ##### sbvr-parser-1.4.5 - 2024-06-18
|
|
1313
|
-
>>>
|
|
1314
|
-
>>> * Switch to an inflection library from npm which does not monkey patch [Pagan Gazzard]
|
|
1315
|
-
>>>
|
|
1316
|
-
>>> ##### sbvr-parser-1.4.4 - 2024-03-05
|
|
1317
|
-
>>>
|
|
1318
|
-
>>> * Updated `@balena/sbvr-types` [Harald Fischer]
|
|
1319
|
-
>>>
|
|
1320
|
-
>>> ##### sbvr-types-7.1.3 - 2024-06-12
|
|
1321
|
-
>>>
|
|
1322
|
-
>>> * Add typings for all abstract sql fragments, fixing where necessary [Pagan Gazzard]
|
|
1323
|
-
>>>
|
|
1324
|
-
>>> ##### sbvr-types-7.1.2 - 2024-06-12
|
|
1325
|
-
>>>
|
|
1326
|
-
>>> * Explicitly type the `compare` function for `hashed` [Pagan Gazzard]
|
|
1327
|
-
>>>
|
|
1328
|
-
>>> ##### sbvr-types-7.1.1 - 2024-06-04
|
|
1329
|
-
>>>
|
|
1330
|
-
>>> * Accept `Date` for the write types of `Date Time`/`Date`/`Time` [Pagan Gazzard]
|
|
1331
|
-
>>>
|
|
1332
|
-
>>> ##### sbvr-types-7.1.0 - 2024-04-25
|
|
1333
|
-
>>>
|
|
1334
|
-
>>> * Export typescript read/write types for each sbvr type [Pagan Gazzard]
|
|
1335
|
-
>>>
|
|
1336
|
-
>>> ##### sbvr-types-7.0.10 - 2024-04-09
|
|
1337
|
-
>>>
|
|
1338
|
-
>>> * Update Big Serial concept type to Big Integer [Josh Bowling]
|
|
1339
|
-
>>>
|
|
1340
|
-
>>> ##### sbvr-types-7.0.9 - 2024-04-09
|
|
1341
|
-
>>>
|
|
1342
|
-
>>> * Add Big Serial to Type.sbvr [Josh Bowling]
|
|
1343
|
-
>>>
|
|
1344
|
-
>>> ##### sbvr-types-7.0.8 - 2024-04-09
|
|
1345
|
-
>>>
|
|
1346
|
-
>>> * Update prepare script for husky v9 [Josh Bowling]
|
|
1347
|
-
>>> * Update dependency husky to v9 [Self-hosted Renovate Bot]
|
|
1348
|
-
>>>
|
|
1349
|
-
>>> ##### sbvr-types-7.0.7 - 2024-04-09
|
|
1350
|
-
>>>
|
|
1351
|
-
>>> * Update dependency @balena/lint to v8 [Self-hosted Renovate Bot]
|
|
1352
|
-
>>>
|
|
1353
|
-
>>> ##### sbvr-types-7.0.6 - 2024-03-21
|
|
1354
|
-
>>>
|
|
1355
|
-
>>> * Improve JSON typings [Pagan Gazzard]
|
|
1356
|
-
>>>
|
|
1357
|
-
>>> ##### sbvr-types-7.0.5 - 2024-03-13
|
|
1358
|
-
>>>
|
|
1359
|
-
>>> * Remove unnecessary catch bindings [Pagan Gazzard]
|
|
1360
|
-
>>>
|
|
1361
|
-
>>> ##### sbvr-types-7.0.4 - 2024-03-13
|
|
1362
|
-
>>>
|
|
1363
|
-
>>> * Improve validate typings [Pagan Gazzard]
|
|
1364
|
-
>>>
|
|
1365
|
-
>>> ##### sbvr-types-7.0.3 - 2024-03-12
|
|
1366
|
-
>>>
|
|
1367
|
-
>>> * Improve fetchProcessing typings [Pagan Gazzard]
|
|
1368
|
-
>>>
|
|
1369
|
-
>>> ##### sbvr-types-7.0.2 - 2024-03-12
|
|
1370
|
-
>>>
|
|
1371
|
-
>>> * Tests: convert to typescript [Pagan Gazzard]
|
|
1372
|
-
>>>
|
|
1373
|
-
>>
|
|
1374
|
-
>> </details>
|
|
1375
|
-
>>
|
|
1376
|
-
>>
|
|
1377
|
-
>> #### odata-to-abstract-sql-6.2.7 - 2024-04-23
|
|
1378
|
-
>>
|
|
1379
|
-
>>
|
|
1380
|
-
>> <details>
|
|
1381
|
-
>> <summary> Properly error when using fields of a partial index as an alternate key [Thodoris Greasidis] </summary>
|
|
1382
|
-
>>
|
|
1383
|
-
>>> ##### abstract-sql-compiler-9.1.4 - 2024-04-09
|
|
1384
|
-
>>>
|
|
1385
|
-
>>> * Cast Big Serial to integer [Josh Bowling]
|
|
1386
|
-
>>>
|
|
1387
|
-
>>> ##### abstract-sql-compiler-9.1.3 - 2024-04-09
|
|
1388
|
-
>>>
|
|
1389
|
-
>>> * Update prepare script for husky v9 [Josh Bowling]
|
|
1390
|
-
>>> * Update dependency husky to v9 [Self-hosted Renovate Bot]
|
|
1391
|
-
>>>
|
|
1392
|
-
>>> ##### abstract-sql-compiler-9.1.2 - 2024-04-09
|
|
1393
|
-
>>>
|
|
1394
|
-
>>> * Update dependency lint-staged to v15 [Self-hosted Renovate Bot]
|
|
1395
|
-
>>>
|
|
1396
|
-
>>> ##### abstract-sql-compiler-9.1.1 - 2024-03-26
|
|
1397
|
-
>>>
|
|
1398
|
-
>>> * Update dependency @balena/lint to v8 [Thodoris Greasidis]
|
|
1399
|
-
>>>
|
|
1400
|
-
>>> ##### abstract-sql-compiler-9.1.0 - 2024-03-26
|
|
1401
|
-
>>>
|
|
1402
|
-
>>> * Export the generateRuleHashAcronym helper [Thodoris Greasidis]
|
|
1403
|
-
>>> * Add support for unique indexes with NOT DISTINCT NULLS [Thodoris Greasidis]
|
|
1404
|
-
>>> * Add support for partial unique indexes [Thodoris Greasidis]
|
|
1405
|
-
>>>
|
|
1406
|
-
>>> ##### abstract-sql-compiler-9.0.7 - 2024-03-22
|
|
1407
|
-
>>>
|
|
1408
|
-
>>>
|
|
1409
|
-
>>> <details>
|
|
1410
|
-
>>> <summary> Update dependency @balena/odata-parser to v3 [Self-hosted Renovate Bot] </summary>
|
|
1411
|
-
>>>
|
|
1412
|
-
>>>> ###### odata-parser-3.0.3 - 2024-01-04
|
|
1413
|
-
>>>>
|
|
1414
|
-
>>>> * Optimize by moving constant values into global init [fisehara]
|
|
1415
|
-
>>>>
|
|
1416
|
-
>>>> ###### odata-parser-3.0.2 - 2024-01-04
|
|
1417
|
-
>>>>
|
|
1418
|
-
>>>> * Update dependencies [fisehara]
|
|
1419
|
-
>>>>
|
|
1420
|
-
>>>> ###### odata-parser-3.0.1 - 2023-09-25
|
|
1421
|
-
>>>>
|
|
1422
|
-
>>>> * Allow running CI on external PRs [Pagan Gazzard]
|
|
1423
|
-
>>>>
|
|
1424
|
-
>>>> ###### odata-parser-3.0.0 - 2023-04-26
|
|
1425
|
-
>>>>
|
|
1426
|
-
>>>> * Use optional chaining operator [Pagan Gazzard]
|
|
1427
|
-
>>>> * Set minimum supported nodejs version to 16.13.0 [Pagan Gazzard]
|
|
1428
|
-
>>>>
|
|
1429
|
-
>>>
|
|
1430
|
-
>>> </details>
|
|
1431
|
-
>>>
|
|
1432
|
-
>>>
|
|
1433
|
-
>>> ##### abstract-sql-compiler-9.0.6 - 2024-03-21
|
|
1434
|
-
>>>
|
|
1435
|
-
>>> * Update TypeScript to 5.4.3 [Thodoris Greasidis]
|
|
1436
|
-
>>>
|
|
1437
|
-
>>> ##### abstract-sql-compiler-9.0.5 - 2024-03-05
|
|
1438
|
-
>>>
|
|
1439
|
-
>>> * Update `@balena/sbvr-types` [Harald Fischer]
|
|
1440
|
-
>>>
|
|
1441
|
-
>>
|
|
1442
|
-
>> </details>
|
|
1443
|
-
>>
|
|
1444
|
-
>>
|
|
1445
|
-
>> #### odata-to-abstract-sql-6.2.6 - 2024-04-13
|
|
1446
|
-
>>
|
|
1447
|
-
>> * Update dependency husky to v9 [Self-hosted Renovate Bot]
|
|
1448
|
-
>>
|
|
1449
|
-
>> #### odata-to-abstract-sql-6.2.5 - 2024-04-10
|
|
1450
|
-
>>
|
|
1451
|
-
>> * Update dependency @balena/lint to v8 [Self-hosted Renovate Bot]
|
|
1452
|
-
>>
|
|
1453
|
-
>> #### odata-to-abstract-sql-6.2.4 - 2024-03-05
|
|
1454
|
-
>>
|
|
1455
|
-
>> * Update `@balena/sbvr-types` devDependencies [fisehara]
|
|
1456
|
-
>> * Fix linter issue [fisehara]
|
|
1457
|
-
>>
|
|
1458
|
-
>> #### odata-to-abstract-sql-6.2.3 - 2024-01-15
|
|
1459
|
-
>>
|
|
1460
|
-
>> * Require at least one field to be updated for PATCH requests [Pagan Gazzard]
|
|
1461
|
-
>>
|
|
1462
|
-
>> #### odata-to-abstract-sql-6.2.2 - 2024-01-15
|
|
1463
|
-
>>
|
|
1464
|
-
>> * Simplify support for MERGE as an alias for PATCH [Pagan Gazzard]
|
|
1465
|
-
>>
|
|
1466
|
-
>> #### odata-to-abstract-sql-6.2.1 - 2024-01-15
|
|
1467
|
-
>>
|
|
1468
|
-
>>
|
|
1469
|
-
>> <details>
|
|
1470
|
-
>> <summary> Update dependencies [Pagan Gazzard] </summary>
|
|
1471
|
-
>>
|
|
1472
|
-
>>> ##### abstract-sql-compiler-9.0.4 - 2024-01-02
|
|
1473
|
-
>>>
|
|
1474
|
-
>>> * Update dependency @types/node to v20 [Self-hosted Renovate Bot]
|
|
1475
|
-
>>>
|
|
1476
|
-
>>> ##### odata-parser-3.0.3 - 2024-01-04
|
|
1477
|
-
>>>
|
|
1478
|
-
>>> * Optimize by moving constant values into global init [fisehara]
|
|
1479
|
-
>>>
|
|
1480
|
-
>>> ##### odata-parser-3.0.2 - 2024-01-04
|
|
1481
|
-
>>>
|
|
1482
|
-
>>> * Update dependencies [fisehara]
|
|
1483
|
-
>>>
|
|
1484
|
-
>>> ##### sbvr-types-6.1.1 - 2024-01-02
|
|
1485
|
-
>>>
|
|
1486
|
-
>>> * Update dependency @types/chai-datetime to ^0.0.39 [Self-hosted Renovate Bot]
|
|
1487
|
-
>>>
|
|
1488
|
-
>>
|
|
1489
|
-
>> </details>
|
|
1490
|
-
>>
|
|
1491
|
-
>>
|
|
1492
|
-
>> #### odata-to-abstract-sql-6.2.0 - 2023-11-24
|
|
1493
|
-
>>
|
|
1494
|
-
>> * Optimize Duplications of `ComputedField` queries [fisehara]
|
|
1495
|
-
>>
|
|
1496
|
-
>> #### odata-to-abstract-sql-6.1.3 - 2023-11-10
|
|
1497
|
-
>>
|
|
1498
|
-
>> * Update dependency @types/chai-things to v0.0.38 [Self-hosted Renovate Bot]
|
|
1499
|
-
>>
|
|
1500
|
-
>> #### odata-to-abstract-sql-6.1.2 - 2023-10-20
|
|
1501
|
-
>>
|
|
1502
|
-
>> * Update dependency @types/chai-things to v0.0.37 [Self-hosted Renovate Bot]
|
|
1503
|
-
>>
|
|
1504
|
-
>> #### odata-to-abstract-sql-6.1.1 - 2023-10-19
|
|
1505
|
-
>>
|
|
1506
|
-
>>
|
|
1507
|
-
>> <details>
|
|
1508
|
-
>> <summary> Update dependencies eslint, sbvrTypes, abstract-sql-compiler [Harald Fischer] </summary>
|
|
1509
|
-
>>
|
|
1510
|
-
>>> ##### abstract-sql-compiler-9.0.3 - 2023-08-09
|
|
1511
|
-
>>>
|
|
1512
|
-
>>>
|
|
1513
|
-
>>> <details>
|
|
1514
|
-
>>> <summary> Update @balena/sbvr-types to 6.0.0 [Otávio Jacobi] </summary>
|
|
1515
|
-
>>>
|
|
1516
|
-
>>>> ###### sbvr-types-6.0.0 - 2023-08-09
|
|
1517
|
-
>>>>
|
|
1518
|
-
>>>> * Change contents to snake_case [Otávio Jacobi]
|
|
1519
|
-
>>>>
|
|
1520
|
-
>>>> ###### sbvr-types-5.2.0 - 2023-08-08
|
|
1521
|
-
>>>>
|
|
1522
|
-
>>>> * Expose WebResource as WebResourceType [Otávio Jacobi]
|
|
1523
|
-
>>>>
|
|
1524
|
-
>>>> ###### sbvr-types-5.1.0 - 2023-08-03
|
|
1525
|
-
>>>>
|
|
1526
|
-
>>>> * Adds WebResource type [Otávio Jacobi]
|
|
1527
|
-
>>>>
|
|
1528
|
-
>>>
|
|
1529
|
-
>>> </details>
|
|
1530
|
-
>>>
|
|
1531
|
-
>>>
|
|
1532
|
-
>>> ##### abstract-sql-compiler-9.0.2 - 2023-05-16
|
|
1533
|
-
>>>
|
|
1534
|
-
>>>
|
|
1535
|
-
>>> <details>
|
|
1536
|
-
>>> <summary> Update @balena/sbvr-types to 5.0.0 [Pagan Gazzard] </summary>
|
|
1537
|
-
>>>
|
|
1538
|
-
>>>> ###### sbvr-types-5.0.0 - 2023-05-16
|
|
1539
|
-
>>>>
|
|
1540
|
-
>>>> * Switch from `export =` to `export default` [Pagan Gazzard]
|
|
1541
|
-
>>>>
|
|
1542
|
-
>>>> ###### sbvr-types-4.0.2 - 2023-05-03
|
|
1543
|
-
>>>>
|
|
1544
|
-
>>>> * Improve typings [Pagan Gazzard]
|
|
1545
|
-
>>>>
|
|
1546
|
-
>>>> ###### sbvr-types-4.0.1 - 2023-05-02
|
|
1547
|
-
>>>>
|
|
1548
|
-
>>>> * boolean: Avoid unnecessary array creation to reduce GCs [Thodoris Greasidis]
|
|
1549
|
-
>>>>
|
|
1550
|
-
>>>
|
|
1551
|
-
>>> </details>
|
|
1552
|
-
>>>
|
|
1553
|
-
>>>
|
|
1554
|
-
>>> ##### abstract-sql-compiler-9.0.1 - 2023-05-15
|
|
1555
|
-
>>>
|
|
1556
|
-
>>> * Fix TS errors for the latest sbvrTypes [Thodoris Greasidis]
|
|
1557
|
-
>>>
|
|
1558
|
-
>>> ##### abstract-sql-compiler-9.0.0 - 2023-05-02
|
|
1559
|
-
>>>
|
|
1560
|
-
>>> * Drop `require-npm4-to-publish` as `engines` used [fisehara]
|
|
1561
|
-
>>>
|
|
1562
|
-
>>> <details>
|
|
1563
|
-
>>> <summary> Update @balena/odata-to-abstract-sql to 6.x [Pagan Gazzard] </summary>
|
|
1564
|
-
>>>
|
|
1565
|
-
>>>> ###### odata-to-abstract-sql-6.0.1 - 2023-04-27
|
|
1566
|
-
>>>>
|
|
1567
|
-
>>>>
|
|
1568
|
-
>>>> <details>
|
|
1569
|
-
>>>> <summary> Update dependencies [Pagan Gazzard] </summary>
|
|
1570
|
-
>>>>
|
|
1571
|
-
>>>>> ####### odata-parser-3.0.0 - 2023-04-26
|
|
1572
|
-
>>>>>
|
|
1573
|
-
>>>>> * Use optional chaining operator [Pagan Gazzard]
|
|
1574
|
-
>>>>> * Set minimum supported nodejs version to 16.13.0 [Pagan Gazzard]
|
|
1575
|
-
>>>>>
|
|
1576
|
-
>>>>> ####### odata-parser-2.5.0 - 2023-04-26
|
|
1577
|
-
>>>>>
|
|
1578
|
-
>>>>> * Update to peggy 3 and make us of the repetition operator [Pagan Gazzard]
|
|
1579
|
-
>>>>>
|
|
1580
|
-
>>>>> ####### sbvr-types-4.0.0 - 2023-04-26
|
|
1581
|
-
>>>>>
|
|
1582
|
-
>>>>> * Add test cases for Objects in JSON validate [fisehara]
|
|
1583
|
-
>>>>> * Drop `require-npm4-to-publish` devDependency [fisehara]
|
|
1584
|
-
>>>>> * Set minimum supported nodejs version to 16.13.0 and tsconfig to es2021 [Pagan Gazzard]
|
|
1585
|
-
>>>>> * Switch `JSON` to use `JSON` db type instead of `TEXT` [Pagan Gazzard]
|
|
1586
|
-
>>>>> * Switch `Boolean` to use `BOOLEAN` db type instead of `INTEGER` [Pagan Gazzard]
|
|
1587
|
-
>>>>> * Assert that JSON input typeof is object [Josh Bowling]
|
|
1588
|
-
>>>>>
|
|
1589
|
-
>>>>
|
|
1590
|
-
>>>> </details>
|
|
1591
|
-
>>>>
|
|
1592
|
-
>>>>
|
|
1593
|
-
>>>> ###### odata-to-abstract-sql-6.0.0 - 2023-04-26
|
|
1594
|
-
>>>>
|
|
1595
|
-
>>>> * Set minimum supported nodejs version to 16.13.0 and tsconfig to es2021 [Pagan Gazzard]
|
|
1596
|
-
>>>> * Switch `AggregateJSON` to use the newer `ReferencedField` format [Pagan Gazzard]
|
|
1597
|
-
>>>>
|
|
1598
|
-
>>>> ###### odata-to-abstract-sql-5.9.6 - 2023-04-25
|
|
1599
|
-
>>>>
|
|
1600
|
-
>>>> * Collapse `AliasedFunction` into `FunctionMatch` [Pagan Gazzard]
|
|
1601
|
-
>>>>
|
|
1602
|
-
>>>> ###### odata-to-abstract-sql-5.9.5 - 2023-04-25
|
|
1603
|
-
>>>>
|
|
1604
|
-
>>>>
|
|
1605
|
-
>>>> <details>
|
|
1606
|
-
>>>> <summary> Improve typings [Pagan Gazzard] </summary>
|
|
1607
|
-
>>>>
|
|
1608
|
-
>>>>> ####### abstract-sql-compiler-8.4.1 - 2023-04-25
|
|
1609
|
-
>>>>>
|
|
1610
|
-
>>>>> * Add much finer grained typings for abstract-sql-optimizer [Pagan Gazzard]
|
|
1611
|
-
>>>>>
|
|
1612
|
-
>>>>
|
|
1613
|
-
>>>> </details>
|
|
1614
|
-
>>>>
|
|
1615
|
-
>>>>
|
|
1616
|
-
>>>> ###### odata-to-abstract-sql-5.9.4 - 2023-04-24
|
|
1617
|
-
>>>>
|
|
1618
|
-
>>>>
|
|
1619
|
-
>>>> <details>
|
|
1620
|
-
>>>> <summary> Update dependencies [Pagan Gazzard] </summary>
|
|
1621
|
-
>>>>
|
|
1622
|
-
>>>>> ####### abstract-sql-compiler-8.4.0 - 2023-04-24
|
|
1623
|
-
>>>>>
|
|
1624
|
-
>>>>> * Add support for using field type nodes with an AggregateJSON node [Pagan Gazzard]
|
|
1625
|
-
>>>>>
|
|
1626
|
-
>>>>> ####### abstract-sql-compiler-8.3.13 - 2023-04-24
|
|
1627
|
-
>>>>>
|
|
1628
|
-
>>>>> * Deprecate `AliasableFromTypeNodes` type as it's redundant [Pagan Gazzard]
|
|
1629
|
-
>>>>>
|
|
1630
|
-
>>>>> ####### abstract-sql-compiler-8.3.12 - 2023-04-17
|
|
1631
|
-
>>>>>
|
|
1632
|
-
>>>>> * Revert tightening of `OrderBy` to only field nodes [Pagan Gazzard]
|
|
1633
|
-
>>>>>
|
|
1634
|
-
>>>>> ####### abstract-sql-compiler-8.3.11 - 2023-04-13
|
|
1635
|
-
>>>>>
|
|
1636
|
-
>>>>> * Do not allow ON clauses for CROSS JOIN as it is invalid [Pagan Gazzard]
|
|
1637
|
-
>>>>> * Stop accepting `ExtractJSONPathAsText`/`ToJSON` as unknown node types [Pagan Gazzard]
|
|
1638
|
-
>>>>>
|
|
1639
|
-
>>>>> ####### abstract-sql-compiler-8.3.10 - 2023-04-13
|
|
1640
|
-
>>>>>
|
|
1641
|
-
>>>>> * Fix DateNode/AnyNode typings [Pagan Gazzard]
|
|
1642
|
-
>>>>>
|
|
1643
|
-
>>>>> ####### abstract-sql-compiler-8.3.9 - 2023-04-13
|
|
1644
|
-
>>>>>
|
|
1645
|
-
>>>>>
|
|
1646
|
-
>>>>> <details>
|
|
1647
|
-
>>>>> <summary> Update dependencies [Pagan Gazzard] </summary>
|
|
1648
|
-
>>>>>
|
|
1649
|
-
>>>>>> ######## sbvr-types-3.5.0 - 2023-03-21
|
|
1650
|
-
>>>>>>
|
|
1651
|
-
>>>>>> * Add Big Serial type [Josh Bowling]
|
|
1652
|
-
>>>>>>
|
|
1653
|
-
>>>>>> ######## sbvr-types-3.4.19 - 2022-12-08
|
|
1654
|
-
>>>>>>
|
|
1655
|
-
>>>>>> * Flowzone: Allow external contributions [Josh Bowling]
|
|
1656
|
-
>>>>>>
|
|
1657
|
-
>>>>>
|
|
1658
|
-
>>>>> </details>
|
|
1659
|
-
>>>>>
|
|
1660
|
-
>>>>>
|
|
1661
|
-
>>>>> ####### abstract-sql-compiler-8.3.8 - 2023-04-12
|
|
1662
|
-
>>>>>
|
|
1663
|
-
>>>>> * Improve typings [Pagan Gazzard]
|
|
1664
|
-
>>>>>
|
|
1665
|
-
>>>>> ####### abstract-sql-compiler-8.3.7 - 2023-04-12
|
|
1666
|
-
>>>>>
|
|
1667
|
-
>>>>> * Remove typing for non-existent JSON node [Pagan Gazzard]
|
|
1668
|
-
>>>>>
|
|
1669
|
-
>>>>> ####### abstract-sql-compiler-8.3.6 - 2023-04-12
|
|
1670
|
-
>>>>>
|
|
1671
|
-
>>>>> * Tighten the `isXValue` function typings [Pagan Gazzard]
|
|
1672
|
-
>>>>>
|
|
1673
|
-
>>>>> ####### abstract-sql-compiler-8.3.5 - 2023-04-12
|
|
1674
|
-
>>>>>
|
|
1675
|
-
>>>>> * Correctly treat `Value` nodes as rewritten to `Text` by the optimizer [Pagan Gazzard]
|
|
1676
|
-
>>>>> * Add EmbeddedTextNode typing [Pagan Gazzard]
|
|
1677
|
-
>>>>>
|
|
1678
|
-
>>>>> ####### abstract-sql-compiler-8.3.4 - 2023-04-12
|
|
1679
|
-
>>>>>
|
|
1680
|
-
>>>>> * Enforce the first argument of ExtractJSONPathAsText is a JSON type node [Pagan Gazzard]
|
|
1681
|
-
>>>>>
|
|
1682
|
-
>>>>> ####### abstract-sql-compiler-8.3.3 - 2023-04-12
|
|
1683
|
-
>>>>>
|
|
1684
|
-
>>>>> * Improve node typings [Pagan Gazzard]
|
|
1685
|
-
>>>>>
|
|
1686
|
-
>>>>> ####### abstract-sql-compiler-8.3.2 - 2023-04-12
|
|
1687
|
-
>>>>>
|
|
1688
|
-
>>>>> * Add more node typings [Pagan Gazzard]
|
|
1689
|
-
>>>>>
|
|
1690
|
-
>>>>> ####### abstract-sql-compiler-8.3.1 - 2023-04-12
|
|
1691
|
-
>>>>>
|
|
1692
|
-
>>>>> * Add more node typings [Pagan Gazzard]
|
|
1693
|
-
>>>>>
|
|
1694
|
-
>>>>> ####### abstract-sql-compiler-8.3.0 - 2023-04-11
|
|
1695
|
-
>>>>>
|
|
1696
|
-
>>>>> * Support boolean nodes in a ValuesNode [Pagan Gazzard]
|
|
1697
|
-
>>>>>
|
|
1698
|
-
>>>>> ####### abstract-sql-compiler-8.2.0 - 2023-04-11
|
|
1699
|
-
>>>>>
|
|
1700
|
-
>>>>> * Add `Between` node type [Pagan Gazzard]
|
|
1701
|
-
>>>>>
|
|
1702
|
-
>>>>> ####### abstract-sql-compiler-8.1.0 - 2023-04-11
|
|
1703
|
-
>>>>>
|
|
1704
|
-
>>>>> * Add `BitwiseAnd`/`BitwiseShiftRight` node types [Pagan Gazzard]
|
|
1705
|
-
>>>>>
|
|
1706
|
-
>>>>> ####### abstract-sql-compiler-8.0.2 - 2023-04-06
|
|
1707
|
-
>>>>>
|
|
1708
|
-
>>>>> * Add `NotInNode` type [Pagan Gazzard]
|
|
1709
|
-
>>>>> * Add `IsDistinctFromNode`/`IsNotDistinctFromNode` types [Pagan Gazzard]
|
|
1710
|
-
>>>>> * Add `CharacterLengthNode` type [Pagan Gazzard]
|
|
1711
|
-
>>>>>
|
|
1712
|
-
>>>>> ####### abstract-sql-compiler-8.0.1 - 2023-04-06
|
|
1713
|
-
>>>>>
|
|
1714
|
-
>>>>> * Adds Cast node type to tree parsing [Otávio Jacobi]
|
|
1715
|
-
>>>>>
|
|
1716
|
-
>>>>> ####### odata-parser-2.4.6 - 2023-02-24
|
|
1717
|
-
>>>>>
|
|
1718
|
-
>>>>> * Improve typings [Pagan Gazzard]
|
|
1719
|
-
>>>>>
|
|
1720
|
-
>>>>> ####### odata-parser-2.4.5 - 2023-02-23
|
|
1721
|
-
>>>>>
|
|
1722
|
-
>>>>> * Use const/let as appropriate [Pagan Gazzard]
|
|
1723
|
-
>>>>>
|
|
1724
|
-
>>>>> ####### odata-parser-2.4.4 - 2023-02-23
|
|
1725
|
-
>>>>>
|
|
1726
|
-
>>>>> * Use shorthand object notation [Pagan Gazzard]
|
|
1727
|
-
>>>>>
|
|
1728
|
-
>>>>> ####### odata-parser-2.4.3 - 2023-02-23
|
|
1729
|
-
>>>>>
|
|
1730
|
-
>>>>> * Update dependencies [Pagan Gazzard]
|
|
1731
|
-
>>>>>
|
|
1732
|
-
>>>>
|
|
1733
|
-
>>>> </details>
|
|
1734
|
-
>>>>
|
|
1735
|
-
>>>>
|
|
1736
|
-
>>>
|
|
1737
|
-
>>> </details>
|
|
1738
|
-
>>>
|
|
1739
|
-
>>> * Remove support for the legacy AggregateJSON format of `[tableName, fieldName]` [Pagan Gazzard]
|
|
1740
|
-
>>> * Remove support for the legacy boolean format of `true|false` [Pagan Gazzard]
|
|
1741
|
-
>>> * Set minimum supported nodejs version to 16.13.0 and tsconfig to es2021 [Pagan Gazzard]
|
|
1742
|
-
>>> * Remove support for the legacy alias format of `[node, alias]` [Pagan Gazzard]
|
|
1743
|
-
>>> * Remove support for the legacy table format of `tableName` [Pagan Gazzard]
|
|
1744
|
-
>>> * Remove support for the legacy null formats of `null` and `'Null'` [Pagan Gazzard]
|
|
1745
|
-
>>> * Reflect the usage of BOOLEAN db type [Pagan Gazzard]
|
|
1746
|
-
>>>
|
|
1747
|
-
>>> <details>
|
|
1748
|
-
>>> <summary> Update @balena/sbvr-types to 4.x [Pagan Gazzard] </summary>
|
|
1749
|
-
>>>
|
|
1750
|
-
>>>> ###### sbvr-types-4.0.0 - 2023-04-26
|
|
1751
|
-
>>>>
|
|
1752
|
-
>>>> * Add test cases for Objects in JSON validate [fisehara]
|
|
1753
|
-
>>>> * Drop `require-npm4-to-publish` devDependency [fisehara]
|
|
1754
|
-
>>>> * Set minimum supported nodejs version to 16.13.0 and tsconfig to es2021 [Pagan Gazzard]
|
|
1755
|
-
>>>> * Switch `JSON` to use `JSON` db type instead of `TEXT` [Pagan Gazzard]
|
|
1756
|
-
>>>> * Switch `Boolean` to use `BOOLEAN` db type instead of `INTEGER` [Pagan Gazzard]
|
|
1757
|
-
>>>> * Assert that JSON input typeof is object [Josh Bowling]
|
|
1758
|
-
>>>>
|
|
1759
|
-
>>>
|
|
1760
|
-
>>> </details>
|
|
1761
|
-
>>>
|
|
1762
|
-
>>>
|
|
1763
|
-
>>> ##### abstract-sql-compiler-8.5.0 - 2023-04-27
|
|
1764
|
-
>>>
|
|
1765
|
-
>>> * Use native `StartsWith` node type for postgres [Pagan Gazzard]
|
|
1766
|
-
>>> * Convert `EscapeForLike` into a standalone node type [Pagan Gazzard]
|
|
1767
|
-
>>>
|
|
1768
|
-
>>> ##### lf-to-abstract-sql-5.0.1 - 2023-05-16
|
|
1769
|
-
>>>
|
|
1770
|
-
>>>
|
|
1771
|
-
>>> <details>
|
|
1772
|
-
>>> <summary> Update @balena/sbvr-types to 5.0.0 [Pagan Gazzard] </summary>
|
|
1773
|
-
>>>
|
|
1774
|
-
>>>> ###### sbvr-types-5.0.0 - 2023-05-16
|
|
1775
|
-
>>>>
|
|
1776
|
-
>>>> * Switch from `export =` to `export default` [Pagan Gazzard]
|
|
1777
|
-
>>>>
|
|
1778
|
-
>>>> ###### sbvr-types-4.0.2 - 2023-05-03
|
|
1779
|
-
>>>>
|
|
1780
|
-
>>>> * Improve typings [Pagan Gazzard]
|
|
1781
|
-
>>>>
|
|
1782
|
-
>>>> ###### sbvr-types-4.0.1 - 2023-05-02
|
|
1783
|
-
>>>>
|
|
1784
|
-
>>>> * boolean: Avoid unnecessary array creation to reduce GCs [Thodoris Greasidis]
|
|
1785
|
-
>>>>
|
|
1786
|
-
>>>> ###### sbvr-types-4.0.0 - 2023-04-26
|
|
1787
|
-
>>>>
|
|
1788
|
-
>>>> * Add test cases for Objects in JSON validate [fisehara]
|
|
1789
|
-
>>>> * Drop `require-npm4-to-publish` devDependency [fisehara]
|
|
1790
|
-
>>>> * Set minimum supported nodejs version to 16.13.0 and tsconfig to es2021 [Pagan Gazzard]
|
|
1791
|
-
>>>> * Switch `JSON` to use `JSON` db type instead of `TEXT` [Pagan Gazzard]
|
|
1792
|
-
>>>> * Switch `Boolean` to use `BOOLEAN` db type instead of `INTEGER` [Pagan Gazzard]
|
|
1793
|
-
>>>> * Assert that JSON input typeof is object [Josh Bowling]
|
|
1794
|
-
>>>>
|
|
1795
|
-
>>>> ###### sbvr-types-3.5.0 - 2023-03-21
|
|
1796
|
-
>>>>
|
|
1797
|
-
>>>> * Add Big Serial type [Josh Bowling]
|
|
1798
|
-
>>>>
|
|
1799
|
-
>>>> ###### sbvr-types-3.4.19 - 2022-12-08
|
|
1800
|
-
>>>>
|
|
1801
|
-
>>>> * Flowzone: Allow external contributions [Josh Bowling]
|
|
1802
|
-
>>>>
|
|
1803
|
-
>>>
|
|
1804
|
-
>>> </details>
|
|
1805
|
-
>>>
|
|
1806
|
-
>>>
|
|
1807
|
-
>>> ##### odata-parser-3.0.1 - 2023-09-25
|
|
1808
|
-
>>>
|
|
1809
|
-
>>> * Allow running CI on external PRs [Pagan Gazzard]
|
|
1810
|
-
>>>
|
|
1811
|
-
>>> ##### sbvr-types-6.1.0 - 2023-10-03
|
|
1812
|
-
>>>
|
|
1813
|
-
>>> * Add checksum to WebResource [Otávio Jacobi]
|
|
1814
|
-
>>>
|
|
1815
|
-
>>> ##### sbvr-types-6.0.0 - 2023-08-09
|
|
1816
|
-
>>>
|
|
1817
|
-
>>> * Change contents to snake_case [Otávio Jacobi]
|
|
1818
|
-
>>>
|
|
1819
|
-
>>> ##### sbvr-types-5.2.0 - 2023-08-08
|
|
1820
|
-
>>>
|
|
1821
|
-
>>> * Expose WebResource as WebResourceType [Otávio Jacobi]
|
|
1822
|
-
>>>
|
|
1823
|
-
>>> ##### sbvr-types-5.1.0 - 2023-08-03
|
|
1824
|
-
>>>
|
|
1825
|
-
>>> * Adds WebResource type [Otávio Jacobi]
|
|
1826
|
-
>>>
|
|
1827
|
-
>>> ##### sbvr-types-5.0.0 - 2023-05-16
|
|
1828
|
-
>>>
|
|
1829
|
-
>>> * Switch from `export =` to `export default` [Pagan Gazzard]
|
|
1830
|
-
>>>
|
|
1831
|
-
>>> ##### sbvr-types-4.0.2 - 2023-05-03
|
|
1832
|
-
>>>
|
|
1833
|
-
>>> * Improve typings [Pagan Gazzard]
|
|
1834
|
-
>>>
|
|
1835
|
-
>>> ##### sbvr-types-4.0.1 - 2023-05-02
|
|
1836
|
-
>>>
|
|
1837
|
-
>>> * boolean: Avoid unnecessary array creation to reduce GCs [Thodoris Greasidis]
|
|
1838
|
-
>>>
|
|
1839
|
-
>>
|
|
1840
|
-
>> </details>
|
|
1841
|
-
>>
|
|
1842
|
-
>>
|
|
1843
|
-
>> #### odata-to-abstract-sql-6.1.0 - 2023-08-16
|
|
1844
|
-
>>
|
|
1845
|
-
>> * Support bind references as boolean types [Pagan Gazzard]
|
|
1846
|
-
>>
|
|
1847
|
-
>> #### sbvr-parser-1.4.6 - Invalid date
|
|
1848
|
-
>>
|
|
1849
|
-
>> * Update dependency @balena/sbvr-types to v8 [Self-hosted Renovate Bot]
|
|
1850
|
-
>>
|
|
1851
|
-
>> #### sbvr-parser-1.4.5 - 2024-06-18
|
|
1852
|
-
>>
|
|
1853
|
-
>> * Switch to an inflection library from npm which does not monkey patch [Pagan Gazzard]
|
|
1854
|
-
>>
|
|
1855
|
-
>> #### sbvr-parser-1.4.4 - 2024-03-05
|
|
1856
|
-
>>
|
|
1857
|
-
>> * Updated `@balena/sbvr-types` [Harald Fischer]
|
|
1858
|
-
>>
|
|
1859
|
-
>> #### sbvr-types-9.0.2 - 2024-09-17
|
|
1860
|
-
>>
|
|
1861
|
-
>> * Change the exported Types to an interface so that they can be augmented [Thodoris Greasidis]
|
|
1862
|
-
>>
|
|
1863
|
-
>> #### sbvr-types-9.0.1 - 2024-08-05
|
|
1864
|
-
>>
|
|
1865
|
-
>> * Update @balena/lint to v8.2.7 [Josh Bowling]
|
|
1866
|
-
>>
|
|
1867
|
-
>> #### sbvr-types-9.0.0 - 2024-08-02
|
|
1868
|
-
>>
|
|
1869
|
-
>> * Update BigInteger and BigSerial TsTypes [Josh Bowling]
|
|
1870
|
-
>>
|
|
1871
|
-
>> #### sbvr-types-8.0.0 - 2024-06-12
|
|
1872
|
-
>>
|
|
1873
|
-
>> * Improve BigInteger and BigSerial support [Josh Bowling]
|
|
1874
|
-
>>
|
|
1875
|
-
>> #### sbvr-types-7.1.3 - 2024-06-12
|
|
1876
|
-
>>
|
|
1877
|
-
>> * Add typings for all abstract sql fragments, fixing where necessary [Pagan Gazzard]
|
|
1878
|
-
>>
|
|
1879
|
-
>> #### sbvr-types-7.1.2 - 2024-06-12
|
|
1880
|
-
>>
|
|
1881
|
-
>> * Explicitly type the `compare` function for `hashed` [Pagan Gazzard]
|
|
1882
|
-
>>
|
|
1883
|
-
>> #### sbvr-types-7.1.1 - 2024-06-04
|
|
1884
|
-
>>
|
|
1885
|
-
>> * Accept `Date` for the write types of `Date Time`/`Date`/`Time` [Pagan Gazzard]
|
|
1886
|
-
>>
|
|
1887
|
-
>> #### sbvr-types-7.1.0 - 2024-04-25
|
|
1888
|
-
>>
|
|
1889
|
-
>> * Export typescript read/write types for each sbvr type [Pagan Gazzard]
|
|
1890
|
-
>>
|
|
1891
|
-
>> #### sbvr-types-7.0.10 - 2024-04-09
|
|
1892
|
-
>>
|
|
1893
|
-
>> * Update Big Serial concept type to Big Integer [Josh Bowling]
|
|
1894
|
-
>>
|
|
1895
|
-
>> #### sbvr-types-7.0.9 - 2024-04-09
|
|
1896
|
-
>>
|
|
1897
|
-
>> * Add Big Serial to Type.sbvr [Josh Bowling]
|
|
1898
|
-
>>
|
|
1899
|
-
>> #### sbvr-types-7.0.8 - 2024-04-09
|
|
1900
|
-
>>
|
|
1901
|
-
>> * Update prepare script for husky v9 [Josh Bowling]
|
|
1902
|
-
>> * Update dependency husky to v9 [Self-hosted Renovate Bot]
|
|
1903
|
-
>>
|
|
1904
|
-
>> #### sbvr-types-7.0.7 - 2024-04-09
|
|
1905
|
-
>>
|
|
1906
|
-
>> * Update dependency @balena/lint to v8 [Self-hosted Renovate Bot]
|
|
1907
|
-
>>
|
|
1908
|
-
>> #### sbvr-types-7.0.6 - 2024-03-21
|
|
1909
|
-
>>
|
|
1910
|
-
>> * Improve JSON typings [Pagan Gazzard]
|
|
1911
|
-
>>
|
|
1912
|
-
>> #### sbvr-types-7.0.5 - 2024-03-13
|
|
1913
|
-
>>
|
|
1914
|
-
>> * Remove unnecessary catch bindings [Pagan Gazzard]
|
|
1915
|
-
>>
|
|
1916
|
-
>> #### sbvr-types-7.0.4 - 2024-03-13
|
|
1917
|
-
>>
|
|
1918
|
-
>> * Improve validate typings [Pagan Gazzard]
|
|
1919
|
-
>>
|
|
1920
|
-
>> #### sbvr-types-7.0.3 - 2024-03-12
|
|
1921
|
-
>>
|
|
1922
|
-
>> * Improve fetchProcessing typings [Pagan Gazzard]
|
|
1923
|
-
>>
|
|
1924
|
-
>> #### sbvr-types-7.0.2 - 2024-03-12
|
|
1925
|
-
>>
|
|
1926
|
-
>> * Tests: convert to typescript [Pagan Gazzard]
|
|
1927
|
-
>>
|
|
1928
|
-
>
|
|
1929
|
-
> </details>
|
|
1930
|
-
>
|
|
1931
|
-
>
|
|
1932
|
-
> ### sbvr-types-9.0.2 - 2024-09-17
|
|
1933
|
-
>
|
|
1934
|
-
> * Change the exported Types to an interface so that they can be augmented [Thodoris Greasidis]
|
|
1935
|
-
>
|
|
1936
|
-
> ### sbvr-types-9.0.1 - 2024-08-05
|
|
1937
|
-
>
|
|
1938
|
-
> * Update @balena/lint to v8.2.7 [Josh Bowling]
|
|
1939
|
-
>
|
|
1940
|
-
> ### sbvr-types-9.0.0 - 2024-08-02
|
|
1941
|
-
>
|
|
1942
|
-
> * Update BigInteger and BigSerial TsTypes [Josh Bowling]
|
|
1943
|
-
>
|
|
1944
|
-
> ### sbvr-types-8.0.0 - 2024-06-12
|
|
1945
|
-
>
|
|
1946
|
-
> * Improve BigInteger and BigSerial support [Josh Bowling]
|
|
1947
|
-
>
|
|
1948
|
-
|
|
1949
|
-
</details>
|
|
1950
|
-
|
|
1951
|
-
* tsconfig: Switch the module compiler option to Node16 [Thodoris Greasidis]
|
|
1952
|
-
* Update minimum supported nodejs version to 20.14.0 [Thodoris Greasidis]
|
|
1953
|
-
|
|
1954
|
-
## 6.4.0 - 2024-10-04
|
|
1955
|
-
|
|
1956
|
-
|
|
1957
|
-
<details>
|
|
1958
|
-
<summary> Support number references as boolean types [Pagan Gazzard] </summary>
|
|
1959
|
-
|
|
1960
|
-
> ### odata-parser-3.1.0 - 2024-10-03
|
|
1961
|
-
>
|
|
1962
|
-
> * Use bind vars for $top and $skip options [Pagan Gazzard]
|
|
1963
|
-
>
|
|
1964
|
-
|
|
1965
|
-
</details>
|
|
1966
|
-
|
|
1967
|
-
## 6.3.0 - 2024-08-26
|
|
1968
|
-
|
|
1969
|
-
* Support PUT/PATCH/DELETE requests on resources with a translated ID field [Thodoris Greasidis]
|
|
1970
|
-
|
|
1971
|
-
## 6.2.8 - 2024-08-26
|
|
1972
|
-
|
|
1973
|
-
|
|
1974
|
-
<details>
|
|
1975
|
-
<summary> Update dependencies [Pagan Gazzard] </summary>
|
|
1976
|
-
|
|
1977
|
-
> ### abstract-sql-compiler-9.2.0 - 2024-06-12
|
|
1978
|
-
>
|
|
1979
|
-
> * Adds `EndsWithNode` and `ContainsNode` typings [Pagan Gazzard]
|
|
1980
|
-
>
|
|
1981
|
-
> ### lf-to-abstract-sql-5.0.2 - 2024-03-05
|
|
1982
|
-
>
|
|
1983
|
-
>
|
|
1984
|
-
> <details>
|
|
1985
|
-
> <summary> Update `@balena/sbvr-types` devDependency [Harald Fischer] </summary>
|
|
1986
|
-
>
|
|
1987
|
-
>> #### sbvr-types-7.0.1 - 2024-03-04
|
|
1988
|
-
>>
|
|
1989
|
-
>> * Update dependency @balena/abstract-sql-compiler to v9 [Self-hosted Renovate Bot]
|
|
1990
|
-
>>
|
|
1991
|
-
>> #### sbvr-types-7.0.0 - 2024-03-04
|
|
1992
|
-
>>
|
|
1993
|
-
>> * Return `ISODateString` instead of `date` [fisehara]
|
|
1994
|
-
>>
|
|
1995
|
-
>> #### sbvr-types-6.1.1 - 2024-01-02
|
|
1996
|
-
>>
|
|
1997
|
-
>> * Update dependency @types/chai-datetime to ^0.0.39 [Self-hosted Renovate Bot]
|
|
1998
|
-
>>
|
|
1999
|
-
>> #### sbvr-types-6.1.0 - 2023-10-03
|
|
2000
|
-
>>
|
|
2001
|
-
>> * Add checksum to WebResource [Otávio Jacobi]
|
|
2002
|
-
>>
|
|
2003
|
-
>> #### sbvr-types-6.0.0 - 2023-08-09
|
|
2004
|
-
>>
|
|
2005
|
-
>> * Change contents to snake_case [Otávio Jacobi]
|
|
2006
|
-
>>
|
|
2007
|
-
>> #### sbvr-types-5.2.0 - 2023-08-08
|
|
2008
|
-
>>
|
|
2009
|
-
>> * Expose WebResource as WebResourceType [Otávio Jacobi]
|
|
2010
|
-
>>
|
|
2011
|
-
>> #### sbvr-types-5.1.0 - 2023-08-03
|
|
2012
|
-
>>
|
|
2013
|
-
>> * Adds WebResource type [Otávio Jacobi]
|
|
2014
|
-
>>
|
|
2015
|
-
>
|
|
2016
|
-
> </details>
|
|
2017
|
-
>
|
|
2018
|
-
>
|
|
2019
|
-
> ### odata-parser-3.0.8 - 2024-06-04
|
|
2020
|
-
>
|
|
2021
|
-
> * Fix type checking of the declaration file [Pagan Gazzard]
|
|
2022
|
-
>
|
|
2023
|
-
> ### odata-parser-3.0.7 - 2024-04-13
|
|
2024
|
-
>
|
|
2025
|
-
> * Update dependency husky to v9 [Self-hosted Renovate Bot]
|
|
2026
|
-
>
|
|
2027
|
-
> ### odata-parser-3.0.6 - 2024-04-12
|
|
2028
|
-
>
|
|
2029
|
-
> * Update dependency peggy to v4 [Self-hosted Renovate Bot]
|
|
2030
|
-
>
|
|
2031
|
-
> ### odata-parser-3.0.5 - 2024-04-12
|
|
2032
|
-
>
|
|
2033
|
-
> * Update dependency lint-staged to v15 [Self-hosted Renovate Bot]
|
|
2034
|
-
>
|
|
2035
|
-
> ### odata-parser-3.0.4 - 2024-04-12
|
|
2036
|
-
>
|
|
2037
|
-
> * Update dependency @balena/lint to v8 [Self-hosted Renovate Bot]
|
|
2038
|
-
>
|
|
2039
|
-
> ### sbvr-parser-1.4.6 - Invalid date
|
|
2040
|
-
>
|
|
2041
|
-
> * Update dependency @balena/sbvr-types to v8 [Self-hosted Renovate Bot]
|
|
2042
|
-
>
|
|
2043
|
-
> ### sbvr-parser-1.4.5 - 2024-06-18
|
|
2044
|
-
>
|
|
2045
|
-
> * Switch to an inflection library from npm which does not monkey patch [Pagan Gazzard]
|
|
2046
|
-
>
|
|
2047
|
-
> ### sbvr-parser-1.4.4 - 2024-03-05
|
|
2048
|
-
>
|
|
2049
|
-
> * Updated `@balena/sbvr-types` [Harald Fischer]
|
|
2050
|
-
>
|
|
2051
|
-
> ### sbvr-types-7.1.3 - 2024-06-12
|
|
2052
|
-
>
|
|
2053
|
-
> * Add typings for all abstract sql fragments, fixing where necessary [Pagan Gazzard]
|
|
2054
|
-
>
|
|
2055
|
-
> ### sbvr-types-7.1.2 - 2024-06-12
|
|
2056
|
-
>
|
|
2057
|
-
> * Explicitly type the `compare` function for `hashed` [Pagan Gazzard]
|
|
2058
|
-
>
|
|
2059
|
-
> ### sbvr-types-7.1.1 - 2024-06-04
|
|
2060
|
-
>
|
|
2061
|
-
> * Accept `Date` for the write types of `Date Time`/`Date`/`Time` [Pagan Gazzard]
|
|
2062
|
-
>
|
|
2063
|
-
> ### sbvr-types-7.1.0 - 2024-04-25
|
|
2064
|
-
>
|
|
2065
|
-
> * Export typescript read/write types for each sbvr type [Pagan Gazzard]
|
|
2066
|
-
>
|
|
2067
|
-
> ### sbvr-types-7.0.10 - 2024-04-09
|
|
2068
|
-
>
|
|
2069
|
-
> * Update Big Serial concept type to Big Integer [Josh Bowling]
|
|
2070
|
-
>
|
|
2071
|
-
> ### sbvr-types-7.0.9 - 2024-04-09
|
|
2072
|
-
>
|
|
2073
|
-
> * Add Big Serial to Type.sbvr [Josh Bowling]
|
|
2074
|
-
>
|
|
2075
|
-
> ### sbvr-types-7.0.8 - 2024-04-09
|
|
2076
|
-
>
|
|
2077
|
-
> * Update prepare script for husky v9 [Josh Bowling]
|
|
2078
|
-
> * Update dependency husky to v9 [Self-hosted Renovate Bot]
|
|
2079
|
-
>
|
|
2080
|
-
> ### sbvr-types-7.0.7 - 2024-04-09
|
|
2081
|
-
>
|
|
2082
|
-
> * Update dependency @balena/lint to v8 [Self-hosted Renovate Bot]
|
|
2083
|
-
>
|
|
2084
|
-
> ### sbvr-types-7.0.6 - 2024-03-21
|
|
2085
|
-
>
|
|
2086
|
-
> * Improve JSON typings [Pagan Gazzard]
|
|
2087
|
-
>
|
|
2088
|
-
> ### sbvr-types-7.0.5 - 2024-03-13
|
|
2089
|
-
>
|
|
2090
|
-
> * Remove unnecessary catch bindings [Pagan Gazzard]
|
|
2091
|
-
>
|
|
2092
|
-
> ### sbvr-types-7.0.4 - 2024-03-13
|
|
2093
|
-
>
|
|
2094
|
-
> * Improve validate typings [Pagan Gazzard]
|
|
2095
|
-
>
|
|
2096
|
-
> ### sbvr-types-7.0.3 - 2024-03-12
|
|
2097
|
-
>
|
|
2098
|
-
> * Improve fetchProcessing typings [Pagan Gazzard]
|
|
2099
|
-
>
|
|
2100
|
-
> ### sbvr-types-7.0.2 - 2024-03-12
|
|
2101
|
-
>
|
|
2102
|
-
> * Tests: convert to typescript [Pagan Gazzard]
|
|
2103
|
-
>
|
|
2104
|
-
|
|
2105
|
-
</details>
|
|
2106
|
-
|
|
2107
|
-
## 6.2.7 - 2024-04-23
|
|
2108
|
-
|
|
2109
|
-
|
|
2110
|
-
<details>
|
|
2111
|
-
<summary> Properly error when using fields of a partial index as an alternate key [Thodoris Greasidis] </summary>
|
|
2112
|
-
|
|
2113
|
-
> ### abstract-sql-compiler-9.1.4 - 2024-04-09
|
|
2114
|
-
>
|
|
2115
|
-
> * Cast Big Serial to integer [Josh Bowling]
|
|
2116
|
-
>
|
|
2117
|
-
> ### abstract-sql-compiler-9.1.3 - 2024-04-09
|
|
2118
|
-
>
|
|
2119
|
-
> * Update prepare script for husky v9 [Josh Bowling]
|
|
2120
|
-
> * Update dependency husky to v9 [Self-hosted Renovate Bot]
|
|
2121
|
-
>
|
|
2122
|
-
> ### abstract-sql-compiler-9.1.2 - 2024-04-09
|
|
2123
|
-
>
|
|
2124
|
-
> * Update dependency lint-staged to v15 [Self-hosted Renovate Bot]
|
|
2125
|
-
>
|
|
2126
|
-
> ### abstract-sql-compiler-9.1.1 - 2024-03-26
|
|
2127
|
-
>
|
|
2128
|
-
> * Update dependency @balena/lint to v8 [Thodoris Greasidis]
|
|
2129
|
-
>
|
|
2130
|
-
> ### abstract-sql-compiler-9.1.0 - 2024-03-26
|
|
2131
|
-
>
|
|
2132
|
-
> * Export the generateRuleHashAcronym helper [Thodoris Greasidis]
|
|
2133
|
-
> * Add support for unique indexes with NOT DISTINCT NULLS [Thodoris Greasidis]
|
|
2134
|
-
> * Add support for partial unique indexes [Thodoris Greasidis]
|
|
2135
|
-
>
|
|
2136
|
-
> ### abstract-sql-compiler-9.0.7 - 2024-03-22
|
|
2137
|
-
>
|
|
2138
|
-
>
|
|
2139
|
-
> <details>
|
|
2140
|
-
> <summary> Update dependency @balena/odata-parser to v3 [Self-hosted Renovate Bot] </summary>
|
|
2141
|
-
>
|
|
2142
|
-
>> #### odata-parser-3.0.3 - 2024-01-04
|
|
2143
|
-
>>
|
|
2144
|
-
>> * Optimize by moving constant values into global init [fisehara]
|
|
2145
|
-
>>
|
|
2146
|
-
>> #### odata-parser-3.0.2 - 2024-01-04
|
|
2147
|
-
>>
|
|
2148
|
-
>> * Update dependencies [fisehara]
|
|
2149
|
-
>>
|
|
2150
|
-
>> #### odata-parser-3.0.1 - 2023-09-25
|
|
2151
|
-
>>
|
|
2152
|
-
>> * Allow running CI on external PRs [Pagan Gazzard]
|
|
2153
|
-
>>
|
|
2154
|
-
>> #### odata-parser-3.0.0 - 2023-04-26
|
|
2155
|
-
>>
|
|
2156
|
-
>> * Use optional chaining operator [Pagan Gazzard]
|
|
2157
|
-
>> * Set minimum supported nodejs version to 16.13.0 [Pagan Gazzard]
|
|
2158
|
-
>>
|
|
2159
|
-
>
|
|
2160
|
-
> </details>
|
|
2161
|
-
>
|
|
2162
|
-
>
|
|
2163
|
-
> ### abstract-sql-compiler-9.0.6 - 2024-03-21
|
|
2164
|
-
>
|
|
2165
|
-
> * Update TypeScript to 5.4.3 [Thodoris Greasidis]
|
|
2166
|
-
>
|
|
2167
|
-
> ### abstract-sql-compiler-9.0.5 - 2024-03-05
|
|
2168
|
-
>
|
|
2169
|
-
> * Update `@balena/sbvr-types` [Harald Fischer]
|
|
2170
|
-
>
|
|
2171
|
-
|
|
2172
|
-
</details>
|
|
2173
|
-
|
|
2174
|
-
## 6.2.6 - 2024-04-13
|
|
2175
|
-
|
|
2176
|
-
* Update dependency husky to v9 [Self-hosted Renovate Bot]
|
|
2177
|
-
|
|
2178
|
-
## 6.2.5 - 2024-04-10
|
|
2179
|
-
|
|
2180
|
-
* Update dependency @balena/lint to v8 [Self-hosted Renovate Bot]
|
|
2181
|
-
|
|
2182
|
-
## 6.2.4 - 2024-03-05
|
|
2183
|
-
|
|
2184
|
-
* Update `@balena/sbvr-types` devDependencies [fisehara]
|
|
2185
|
-
* Fix linter issue [fisehara]
|
|
2186
|
-
|
|
2187
|
-
## 6.2.3 - 2024-01-15
|
|
2188
|
-
|
|
2189
|
-
* Require at least one field to be updated for PATCH requests [Pagan Gazzard]
|
|
2190
|
-
|
|
2191
|
-
## 6.2.2 - 2024-01-15
|
|
2192
|
-
|
|
2193
|
-
* Simplify support for MERGE as an alias for PATCH [Pagan Gazzard]
|
|
2194
|
-
|
|
2195
|
-
## 6.2.1 - 2024-01-15
|
|
2196
|
-
|
|
2197
|
-
|
|
2198
|
-
<details>
|
|
2199
|
-
<summary> Update dependencies [Pagan Gazzard] </summary>
|
|
2200
|
-
|
|
2201
|
-
> ### abstract-sql-compiler-9.0.4 - 2024-01-02
|
|
2202
|
-
>
|
|
2203
|
-
> * Update dependency @types/node to v20 [Self-hosted Renovate Bot]
|
|
2204
|
-
>
|
|
2205
|
-
> ### odata-parser-3.0.3 - 2024-01-04
|
|
2206
|
-
>
|
|
2207
|
-
> * Optimize by moving constant values into global init [fisehara]
|
|
2208
|
-
>
|
|
2209
|
-
> ### odata-parser-3.0.2 - 2024-01-04
|
|
2210
|
-
>
|
|
2211
|
-
> * Update dependencies [fisehara]
|
|
2212
|
-
>
|
|
2213
|
-
> ### sbvr-types-6.1.1 - 2024-01-02
|
|
2214
|
-
>
|
|
2215
|
-
> * Update dependency @types/chai-datetime to ^0.0.39 [Self-hosted Renovate Bot]
|
|
2216
|
-
>
|
|
2217
|
-
|
|
2218
|
-
</details>
|
|
2219
|
-
|
|
2220
|
-
## 6.2.0 - 2023-11-24
|
|
2221
|
-
|
|
2222
|
-
* Optimize Duplications of `ComputedField` queries [fisehara]
|
|
2223
|
-
|
|
2224
|
-
## 6.1.3 - 2023-11-10
|
|
2225
|
-
|
|
2226
|
-
* Update dependency @types/chai-things to v0.0.38 [Self-hosted Renovate Bot]
|
|
2227
|
-
|
|
2228
|
-
## 6.1.2 - 2023-10-20
|
|
2229
|
-
|
|
2230
|
-
* Update dependency @types/chai-things to v0.0.37 [Self-hosted Renovate Bot]
|
|
2231
|
-
|
|
2232
|
-
## 6.1.1 - 2023-10-19
|
|
2233
|
-
|
|
2234
|
-
|
|
2235
|
-
<details>
|
|
2236
|
-
<summary> Update dependencies eslint, sbvrTypes, abstract-sql-compiler [Harald Fischer] </summary>
|
|
2237
|
-
|
|
2238
|
-
> ### abstract-sql-compiler-9.0.3 - 2023-08-09
|
|
2239
|
-
>
|
|
2240
|
-
>
|
|
2241
|
-
> <details>
|
|
2242
|
-
> <summary> Update @balena/sbvr-types to 6.0.0 [Otávio Jacobi] </summary>
|
|
2243
|
-
>
|
|
2244
|
-
>> #### sbvr-types-6.0.0 - 2023-08-09
|
|
2245
|
-
>>
|
|
2246
|
-
>> * Change contents to snake_case [Otávio Jacobi]
|
|
2247
|
-
>>
|
|
2248
|
-
>> #### sbvr-types-5.2.0 - 2023-08-08
|
|
2249
|
-
>>
|
|
2250
|
-
>> * Expose WebResource as WebResourceType [Otávio Jacobi]
|
|
2251
|
-
>>
|
|
2252
|
-
>> #### sbvr-types-5.1.0 - 2023-08-03
|
|
2253
|
-
>>
|
|
2254
|
-
>> * Adds WebResource type [Otávio Jacobi]
|
|
2255
|
-
>>
|
|
2256
|
-
>
|
|
2257
|
-
> </details>
|
|
2258
|
-
>
|
|
2259
|
-
>
|
|
2260
|
-
> ### abstract-sql-compiler-9.0.2 - 2023-05-16
|
|
2261
|
-
>
|
|
2262
|
-
>
|
|
2263
|
-
> <details>
|
|
2264
|
-
> <summary> Update @balena/sbvr-types to 5.0.0 [Pagan Gazzard] </summary>
|
|
2265
|
-
>
|
|
2266
|
-
>> #### sbvr-types-5.0.0 - 2023-05-16
|
|
2267
|
-
>>
|
|
2268
|
-
>> * Switch from `export =` to `export default` [Pagan Gazzard]
|
|
2269
|
-
>>
|
|
2270
|
-
>> #### sbvr-types-4.0.2 - 2023-05-03
|
|
2271
|
-
>>
|
|
2272
|
-
>> * Improve typings [Pagan Gazzard]
|
|
2273
|
-
>>
|
|
2274
|
-
>> #### sbvr-types-4.0.1 - 2023-05-02
|
|
2275
|
-
>>
|
|
2276
|
-
>> * boolean: Avoid unnecessary array creation to reduce GCs [Thodoris Greasidis]
|
|
2277
|
-
>>
|
|
2278
|
-
>
|
|
2279
|
-
> </details>
|
|
2280
|
-
>
|
|
2281
|
-
>
|
|
2282
|
-
> ### abstract-sql-compiler-9.0.1 - 2023-05-15
|
|
2283
|
-
>
|
|
2284
|
-
> * Fix TS errors for the latest sbvrTypes [Thodoris Greasidis]
|
|
2285
|
-
>
|
|
2286
|
-
> ### abstract-sql-compiler-9.0.0 - 2023-05-02
|
|
2287
|
-
>
|
|
2288
|
-
> * Drop `require-npm4-to-publish` as `engines` used [fisehara]
|
|
2289
|
-
>
|
|
2290
|
-
> <details>
|
|
2291
|
-
> <summary> Update @balena/odata-to-abstract-sql to 6.x [Pagan Gazzard] </summary>
|
|
2292
|
-
>
|
|
2293
|
-
>> #### odata-to-abstract-sql-6.0.1 - 2023-04-27
|
|
2294
|
-
>>
|
|
2295
|
-
>>
|
|
2296
|
-
>> <details>
|
|
2297
|
-
>> <summary> Update dependencies [Pagan Gazzard] </summary>
|
|
2298
|
-
>>
|
|
2299
|
-
>>> ##### odata-parser-3.0.0 - 2023-04-26
|
|
2300
|
-
>>>
|
|
2301
|
-
>>> * Use optional chaining operator [Pagan Gazzard]
|
|
2302
|
-
>>> * Set minimum supported nodejs version to 16.13.0 [Pagan Gazzard]
|
|
2303
|
-
>>>
|
|
2304
|
-
>>> ##### odata-parser-2.5.0 - 2023-04-26
|
|
2305
|
-
>>>
|
|
2306
|
-
>>> * Update to peggy 3 and make us of the repetition operator [Pagan Gazzard]
|
|
2307
|
-
>>>
|
|
2308
|
-
>>> ##### sbvr-types-4.0.0 - 2023-04-26
|
|
2309
|
-
>>>
|
|
2310
|
-
>>> * Add test cases for Objects in JSON validate [fisehara]
|
|
2311
|
-
>>> * Drop `require-npm4-to-publish` devDependency [fisehara]
|
|
2312
|
-
>>> * Set minimum supported nodejs version to 16.13.0 and tsconfig to es2021 [Pagan Gazzard]
|
|
2313
|
-
>>> * Switch `JSON` to use `JSON` db type instead of `TEXT` [Pagan Gazzard]
|
|
2314
|
-
>>> * Switch `Boolean` to use `BOOLEAN` db type instead of `INTEGER` [Pagan Gazzard]
|
|
2315
|
-
>>> * Assert that JSON input typeof is object [Josh Bowling]
|
|
2316
|
-
>>>
|
|
2317
|
-
>>
|
|
2318
|
-
>> </details>
|
|
2319
|
-
>>
|
|
2320
|
-
>>
|
|
2321
|
-
>> #### odata-to-abstract-sql-6.0.0 - 2023-04-26
|
|
2322
|
-
>>
|
|
2323
|
-
>> * Set minimum supported nodejs version to 16.13.0 and tsconfig to es2021 [Pagan Gazzard]
|
|
2324
|
-
>> * Switch `AggregateJSON` to use the newer `ReferencedField` format [Pagan Gazzard]
|
|
2325
|
-
>>
|
|
2326
|
-
>> #### odata-to-abstract-sql-5.9.6 - 2023-04-25
|
|
2327
|
-
>>
|
|
2328
|
-
>> * Collapse `AliasedFunction` into `FunctionMatch` [Pagan Gazzard]
|
|
2329
|
-
>>
|
|
2330
|
-
>> #### odata-to-abstract-sql-5.9.5 - 2023-04-25
|
|
2331
|
-
>>
|
|
2332
|
-
>>
|
|
2333
|
-
>> <details>
|
|
2334
|
-
>> <summary> Improve typings [Pagan Gazzard] </summary>
|
|
2335
|
-
>>
|
|
2336
|
-
>>> ##### abstract-sql-compiler-8.4.1 - 2023-04-25
|
|
2337
|
-
>>>
|
|
2338
|
-
>>> * Add much finer grained typings for abstract-sql-optimizer [Pagan Gazzard]
|
|
2339
|
-
>>>
|
|
2340
|
-
>>
|
|
2341
|
-
>> </details>
|
|
2342
|
-
>>
|
|
2343
|
-
>>
|
|
2344
|
-
>> #### odata-to-abstract-sql-5.9.4 - 2023-04-24
|
|
2345
|
-
>>
|
|
2346
|
-
>>
|
|
2347
|
-
>> <details>
|
|
2348
|
-
>> <summary> Update dependencies [Pagan Gazzard] </summary>
|
|
2349
|
-
>>
|
|
2350
|
-
>>> ##### abstract-sql-compiler-8.4.0 - 2023-04-24
|
|
2351
|
-
>>>
|
|
2352
|
-
>>> * Add support for using field type nodes with an AggregateJSON node [Pagan Gazzard]
|
|
2353
|
-
>>>
|
|
2354
|
-
>>> ##### abstract-sql-compiler-8.3.13 - 2023-04-24
|
|
2355
|
-
>>>
|
|
2356
|
-
>>> * Deprecate `AliasableFromTypeNodes` type as it's redundant [Pagan Gazzard]
|
|
2357
|
-
>>>
|
|
2358
|
-
>>> ##### abstract-sql-compiler-8.3.12 - 2023-04-17
|
|
2359
|
-
>>>
|
|
2360
|
-
>>> * Revert tightening of `OrderBy` to only field nodes [Pagan Gazzard]
|
|
2361
|
-
>>>
|
|
2362
|
-
>>> ##### abstract-sql-compiler-8.3.11 - 2023-04-13
|
|
2363
|
-
>>>
|
|
2364
|
-
>>> * Do not allow ON clauses for CROSS JOIN as it is invalid [Pagan Gazzard]
|
|
2365
|
-
>>> * Stop accepting `ExtractJSONPathAsText`/`ToJSON` as unknown node types [Pagan Gazzard]
|
|
2366
|
-
>>>
|
|
2367
|
-
>>> ##### abstract-sql-compiler-8.3.10 - 2023-04-13
|
|
2368
|
-
>>>
|
|
2369
|
-
>>> * Fix DateNode/AnyNode typings [Pagan Gazzard]
|
|
2370
|
-
>>>
|
|
2371
|
-
>>> ##### abstract-sql-compiler-8.3.9 - 2023-04-13
|
|
2372
|
-
>>>
|
|
2373
|
-
>>>
|
|
2374
|
-
>>> <details>
|
|
2375
|
-
>>> <summary> Update dependencies [Pagan Gazzard] </summary>
|
|
2376
|
-
>>>
|
|
2377
|
-
>>>> ###### sbvr-types-3.5.0 - 2023-03-21
|
|
2378
|
-
>>>>
|
|
2379
|
-
>>>> * Add Big Serial type [Josh Bowling]
|
|
2380
|
-
>>>>
|
|
2381
|
-
>>>> ###### sbvr-types-3.4.19 - 2022-12-08
|
|
2382
|
-
>>>>
|
|
2383
|
-
>>>> * Flowzone: Allow external contributions [Josh Bowling]
|
|
2384
|
-
>>>>
|
|
2385
|
-
>>>
|
|
2386
|
-
>>> </details>
|
|
2387
|
-
>>>
|
|
2388
|
-
>>>
|
|
2389
|
-
>>> ##### abstract-sql-compiler-8.3.8 - 2023-04-12
|
|
2390
|
-
>>>
|
|
2391
|
-
>>> * Improve typings [Pagan Gazzard]
|
|
2392
|
-
>>>
|
|
2393
|
-
>>> ##### abstract-sql-compiler-8.3.7 - 2023-04-12
|
|
2394
|
-
>>>
|
|
2395
|
-
>>> * Remove typing for non-existent JSON node [Pagan Gazzard]
|
|
2396
|
-
>>>
|
|
2397
|
-
>>> ##### abstract-sql-compiler-8.3.6 - 2023-04-12
|
|
2398
|
-
>>>
|
|
2399
|
-
>>> * Tighten the `isXValue` function typings [Pagan Gazzard]
|
|
2400
|
-
>>>
|
|
2401
|
-
>>> ##### abstract-sql-compiler-8.3.5 - 2023-04-12
|
|
2402
|
-
>>>
|
|
2403
|
-
>>> * Correctly treat `Value` nodes as rewritten to `Text` by the optimizer [Pagan Gazzard]
|
|
2404
|
-
>>> * Add EmbeddedTextNode typing [Pagan Gazzard]
|
|
2405
|
-
>>>
|
|
2406
|
-
>>> ##### abstract-sql-compiler-8.3.4 - 2023-04-12
|
|
2407
|
-
>>>
|
|
2408
|
-
>>> * Enforce the first argument of ExtractJSONPathAsText is a JSON type node [Pagan Gazzard]
|
|
2409
|
-
>>>
|
|
2410
|
-
>>> ##### abstract-sql-compiler-8.3.3 - 2023-04-12
|
|
2411
|
-
>>>
|
|
2412
|
-
>>> * Improve node typings [Pagan Gazzard]
|
|
2413
|
-
>>>
|
|
2414
|
-
>>> ##### abstract-sql-compiler-8.3.2 - 2023-04-12
|
|
2415
|
-
>>>
|
|
2416
|
-
>>> * Add more node typings [Pagan Gazzard]
|
|
2417
|
-
>>>
|
|
2418
|
-
>>> ##### abstract-sql-compiler-8.3.1 - 2023-04-12
|
|
2419
|
-
>>>
|
|
2420
|
-
>>> * Add more node typings [Pagan Gazzard]
|
|
2421
|
-
>>>
|
|
2422
|
-
>>> ##### abstract-sql-compiler-8.3.0 - 2023-04-11
|
|
2423
|
-
>>>
|
|
2424
|
-
>>> * Support boolean nodes in a ValuesNode [Pagan Gazzard]
|
|
2425
|
-
>>>
|
|
2426
|
-
>>> ##### abstract-sql-compiler-8.2.0 - 2023-04-11
|
|
2427
|
-
>>>
|
|
2428
|
-
>>> * Add `Between` node type [Pagan Gazzard]
|
|
2429
|
-
>>>
|
|
2430
|
-
>>> ##### abstract-sql-compiler-8.1.0 - 2023-04-11
|
|
2431
|
-
>>>
|
|
2432
|
-
>>> * Add `BitwiseAnd`/`BitwiseShiftRight` node types [Pagan Gazzard]
|
|
2433
|
-
>>>
|
|
2434
|
-
>>> ##### abstract-sql-compiler-8.0.2 - 2023-04-06
|
|
2435
|
-
>>>
|
|
2436
|
-
>>> * Add `NotInNode` type [Pagan Gazzard]
|
|
2437
|
-
>>> * Add `IsDistinctFromNode`/`IsNotDistinctFromNode` types [Pagan Gazzard]
|
|
2438
|
-
>>> * Add `CharacterLengthNode` type [Pagan Gazzard]
|
|
2439
|
-
>>>
|
|
2440
|
-
>>> ##### abstract-sql-compiler-8.0.1 - 2023-04-06
|
|
2441
|
-
>>>
|
|
2442
|
-
>>> * Adds Cast node type to tree parsing [Otávio Jacobi]
|
|
2443
|
-
>>>
|
|
2444
|
-
>>> ##### odata-parser-2.4.6 - 2023-02-24
|
|
2445
|
-
>>>
|
|
2446
|
-
>>> * Improve typings [Pagan Gazzard]
|
|
2447
|
-
>>>
|
|
2448
|
-
>>> ##### odata-parser-2.4.5 - 2023-02-23
|
|
2449
|
-
>>>
|
|
2450
|
-
>>> * Use const/let as appropriate [Pagan Gazzard]
|
|
2451
|
-
>>>
|
|
2452
|
-
>>> ##### odata-parser-2.4.4 - 2023-02-23
|
|
2453
|
-
>>>
|
|
2454
|
-
>>> * Use shorthand object notation [Pagan Gazzard]
|
|
2455
|
-
>>>
|
|
2456
|
-
>>> ##### odata-parser-2.4.3 - 2023-02-23
|
|
2457
|
-
>>>
|
|
2458
|
-
>>> * Update dependencies [Pagan Gazzard]
|
|
2459
|
-
>>>
|
|
2460
|
-
>>
|
|
2461
|
-
>> </details>
|
|
2462
|
-
>>
|
|
2463
|
-
>>
|
|
2464
|
-
>
|
|
2465
|
-
> </details>
|
|
2466
|
-
>
|
|
2467
|
-
> * Remove support for the legacy AggregateJSON format of `[tableName, fieldName]` [Pagan Gazzard]
|
|
2468
|
-
> * Remove support for the legacy boolean format of `true|false` [Pagan Gazzard]
|
|
2469
|
-
> * Set minimum supported nodejs version to 16.13.0 and tsconfig to es2021 [Pagan Gazzard]
|
|
2470
|
-
> * Remove support for the legacy alias format of `[node, alias]` [Pagan Gazzard]
|
|
2471
|
-
> * Remove support for the legacy table format of `tableName` [Pagan Gazzard]
|
|
2472
|
-
> * Remove support for the legacy null formats of `null` and `'Null'` [Pagan Gazzard]
|
|
2473
|
-
> * Reflect the usage of BOOLEAN db type [Pagan Gazzard]
|
|
2474
|
-
>
|
|
2475
|
-
> <details>
|
|
2476
|
-
> <summary> Update @balena/sbvr-types to 4.x [Pagan Gazzard] </summary>
|
|
2477
|
-
>
|
|
2478
|
-
>> #### sbvr-types-4.0.0 - 2023-04-26
|
|
2479
|
-
>>
|
|
2480
|
-
>> * Add test cases for Objects in JSON validate [fisehara]
|
|
2481
|
-
>> * Drop `require-npm4-to-publish` devDependency [fisehara]
|
|
2482
|
-
>> * Set minimum supported nodejs version to 16.13.0 and tsconfig to es2021 [Pagan Gazzard]
|
|
2483
|
-
>> * Switch `JSON` to use `JSON` db type instead of `TEXT` [Pagan Gazzard]
|
|
2484
|
-
>> * Switch `Boolean` to use `BOOLEAN` db type instead of `INTEGER` [Pagan Gazzard]
|
|
2485
|
-
>> * Assert that JSON input typeof is object [Josh Bowling]
|
|
2486
|
-
>>
|
|
2487
|
-
>
|
|
2488
|
-
> </details>
|
|
2489
|
-
>
|
|
2490
|
-
>
|
|
2491
|
-
> ### abstract-sql-compiler-8.5.0 - 2023-04-27
|
|
2492
|
-
>
|
|
2493
|
-
> * Use native `StartsWith` node type for postgres [Pagan Gazzard]
|
|
2494
|
-
> * Convert `EscapeForLike` into a standalone node type [Pagan Gazzard]
|
|
2495
|
-
>
|
|
2496
|
-
> ### lf-to-abstract-sql-5.0.1 - 2023-05-16
|
|
2497
|
-
>
|
|
2498
|
-
>
|
|
2499
|
-
> <details>
|
|
2500
|
-
> <summary> Update @balena/sbvr-types to 5.0.0 [Pagan Gazzard] </summary>
|
|
2501
|
-
>
|
|
2502
|
-
>> #### sbvr-types-5.0.0 - 2023-05-16
|
|
2503
|
-
>>
|
|
2504
|
-
>> * Switch from `export =` to `export default` [Pagan Gazzard]
|
|
2505
|
-
>>
|
|
2506
|
-
>> #### sbvr-types-4.0.2 - 2023-05-03
|
|
2507
|
-
>>
|
|
2508
|
-
>> * Improve typings [Pagan Gazzard]
|
|
2509
|
-
>>
|
|
2510
|
-
>> #### sbvr-types-4.0.1 - 2023-05-02
|
|
2511
|
-
>>
|
|
2512
|
-
>> * boolean: Avoid unnecessary array creation to reduce GCs [Thodoris Greasidis]
|
|
2513
|
-
>>
|
|
2514
|
-
>> #### sbvr-types-4.0.0 - 2023-04-26
|
|
2515
|
-
>>
|
|
2516
|
-
>> * Add test cases for Objects in JSON validate [fisehara]
|
|
2517
|
-
>> * Drop `require-npm4-to-publish` devDependency [fisehara]
|
|
2518
|
-
>> * Set minimum supported nodejs version to 16.13.0 and tsconfig to es2021 [Pagan Gazzard]
|
|
2519
|
-
>> * Switch `JSON` to use `JSON` db type instead of `TEXT` [Pagan Gazzard]
|
|
2520
|
-
>> * Switch `Boolean` to use `BOOLEAN` db type instead of `INTEGER` [Pagan Gazzard]
|
|
2521
|
-
>> * Assert that JSON input typeof is object [Josh Bowling]
|
|
2522
|
-
>>
|
|
2523
|
-
>> #### sbvr-types-3.5.0 - 2023-03-21
|
|
2524
|
-
>>
|
|
2525
|
-
>> * Add Big Serial type [Josh Bowling]
|
|
2526
|
-
>>
|
|
2527
|
-
>> #### sbvr-types-3.4.19 - 2022-12-08
|
|
2528
|
-
>>
|
|
2529
|
-
>> * Flowzone: Allow external contributions [Josh Bowling]
|
|
2530
|
-
>>
|
|
2531
|
-
>
|
|
2532
|
-
> </details>
|
|
2533
|
-
>
|
|
2534
|
-
>
|
|
2535
|
-
> ### odata-parser-3.0.1 - 2023-09-25
|
|
2536
|
-
>
|
|
2537
|
-
> * Allow running CI on external PRs [Pagan Gazzard]
|
|
2538
|
-
>
|
|
2539
|
-
> ### sbvr-types-6.1.0 - 2023-10-03
|
|
2540
|
-
>
|
|
2541
|
-
> * Add checksum to WebResource [Otávio Jacobi]
|
|
2542
|
-
>
|
|
2543
|
-
> ### sbvr-types-6.0.0 - 2023-08-09
|
|
2544
|
-
>
|
|
2545
|
-
> * Change contents to snake_case [Otávio Jacobi]
|
|
2546
|
-
>
|
|
2547
|
-
> ### sbvr-types-5.2.0 - 2023-08-08
|
|
2548
|
-
>
|
|
2549
|
-
> * Expose WebResource as WebResourceType [Otávio Jacobi]
|
|
2550
|
-
>
|
|
2551
|
-
> ### sbvr-types-5.1.0 - 2023-08-03
|
|
2552
|
-
>
|
|
2553
|
-
> * Adds WebResource type [Otávio Jacobi]
|
|
2554
|
-
>
|
|
2555
|
-
> ### sbvr-types-5.0.0 - 2023-05-16
|
|
2556
|
-
>
|
|
2557
|
-
> * Switch from `export =` to `export default` [Pagan Gazzard]
|
|
2558
|
-
>
|
|
2559
|
-
> ### sbvr-types-4.0.2 - 2023-05-03
|
|
2560
|
-
>
|
|
2561
|
-
> * Improve typings [Pagan Gazzard]
|
|
2562
|
-
>
|
|
2563
|
-
> ### sbvr-types-4.0.1 - 2023-05-02
|
|
2564
|
-
>
|
|
2565
|
-
> * boolean: Avoid unnecessary array creation to reduce GCs [Thodoris Greasidis]
|
|
2566
|
-
>
|
|
2567
|
-
|
|
2568
|
-
</details>
|
|
2569
|
-
|
|
2570
|
-
## 6.1.0 - 2023-08-16
|
|
2571
|
-
|
|
2572
|
-
* Support bind references as boolean types [Pagan Gazzard]
|
|
2573
|
-
|
|
2574
|
-
## 6.0.1 - 2023-04-27
|
|
2575
|
-
|
|
2576
|
-
|
|
2577
|
-
<details>
|
|
2578
|
-
<summary> Update dependencies [Pagan Gazzard] </summary>
|
|
2579
|
-
|
|
2580
|
-
> ### odata-parser-3.0.0 - 2023-04-26
|
|
2581
|
-
>
|
|
2582
|
-
> * Use optional chaining operator [Pagan Gazzard]
|
|
2583
|
-
> * Set minimum supported nodejs version to 16.13.0 [Pagan Gazzard]
|
|
2584
|
-
>
|
|
2585
|
-
> ### odata-parser-2.5.0 - 2023-04-26
|
|
2586
|
-
>
|
|
2587
|
-
> * Update to peggy 3 and make us of the repetition operator [Pagan Gazzard]
|
|
2588
|
-
>
|
|
2589
|
-
> ### sbvr-types-4.0.0 - 2023-04-26
|
|
2590
|
-
>
|
|
2591
|
-
> * Add test cases for Objects in JSON validate [fisehara]
|
|
2592
|
-
> * Drop `require-npm4-to-publish` devDependency [fisehara]
|
|
2593
|
-
> * Set minimum supported nodejs version to 16.13.0 and tsconfig to es2021 [Pagan Gazzard]
|
|
2594
|
-
> * Switch `JSON` to use `JSON` db type instead of `TEXT` [Pagan Gazzard]
|
|
2595
|
-
> * Switch `Boolean` to use `BOOLEAN` db type instead of `INTEGER` [Pagan Gazzard]
|
|
2596
|
-
> * Assert that JSON input typeof is object [Josh Bowling]
|
|
2597
|
-
>
|
|
2598
|
-
|
|
2599
|
-
</details>
|
|
2600
|
-
|
|
2601
|
-
## 6.0.0 - 2023-04-26
|
|
2602
|
-
|
|
2603
|
-
* Set minimum supported nodejs version to 16.13.0 and tsconfig to es2021 [Pagan Gazzard]
|
|
2604
|
-
* Switch `AggregateJSON` to use the newer `ReferencedField` format [Pagan Gazzard]
|
|
2605
|
-
|
|
2606
|
-
## 5.9.6 - 2023-04-25
|
|
2607
|
-
|
|
2608
|
-
* Collapse `AliasedFunction` into `FunctionMatch` [Pagan Gazzard]
|
|
2609
|
-
|
|
2610
|
-
## 5.9.5 - 2023-04-25
|
|
2611
|
-
|
|
2612
|
-
|
|
2613
|
-
<details>
|
|
2614
|
-
<summary> Improve typings [Pagan Gazzard] </summary>
|
|
2615
|
-
|
|
2616
|
-
> ### abstract-sql-compiler-8.4.1 - 2023-04-25
|
|
2617
|
-
>
|
|
2618
|
-
> * Add much finer grained typings for abstract-sql-optimizer [Pagan Gazzard]
|
|
2619
|
-
>
|
|
2620
|
-
|
|
2621
|
-
</details>
|
|
2622
|
-
|
|
2623
|
-
## 5.9.4 - 2023-04-24
|
|
2624
|
-
|
|
2625
|
-
|
|
2626
|
-
<details>
|
|
2627
|
-
<summary> Update dependencies [Pagan Gazzard] </summary>
|
|
2628
|
-
|
|
2629
|
-
> ### abstract-sql-compiler-8.4.0 - 2023-04-24
|
|
2630
|
-
>
|
|
2631
|
-
> * Add support for using field type nodes with an AggregateJSON node [Pagan Gazzard]
|
|
2632
|
-
>
|
|
2633
|
-
> ### abstract-sql-compiler-8.3.13 - 2023-04-24
|
|
2634
|
-
>
|
|
2635
|
-
> * Deprecate `AliasableFromTypeNodes` type as it's redundant [Pagan Gazzard]
|
|
2636
|
-
>
|
|
2637
|
-
> ### abstract-sql-compiler-8.3.12 - 2023-04-17
|
|
2638
|
-
>
|
|
2639
|
-
> * Revert tightening of `OrderBy` to only field nodes [Pagan Gazzard]
|
|
2640
|
-
>
|
|
2641
|
-
> ### abstract-sql-compiler-8.3.11 - 2023-04-13
|
|
2642
|
-
>
|
|
2643
|
-
> * Do not allow ON clauses for CROSS JOIN as it is invalid [Pagan Gazzard]
|
|
2644
|
-
> * Stop accepting `ExtractJSONPathAsText`/`ToJSON` as unknown node types [Pagan Gazzard]
|
|
2645
|
-
>
|
|
2646
|
-
> ### abstract-sql-compiler-8.3.10 - 2023-04-13
|
|
2647
|
-
>
|
|
2648
|
-
> * Fix DateNode/AnyNode typings [Pagan Gazzard]
|
|
2649
|
-
>
|
|
2650
|
-
> ### abstract-sql-compiler-8.3.9 - 2023-04-13
|
|
2651
|
-
>
|
|
2652
|
-
>
|
|
2653
|
-
> <details>
|
|
2654
|
-
> <summary> Update dependencies [Pagan Gazzard] </summary>
|
|
2655
|
-
>
|
|
2656
|
-
>> #### sbvr-types-3.5.0 - 2023-03-21
|
|
2657
|
-
>>
|
|
2658
|
-
>> * Add Big Serial type [Josh Bowling]
|
|
2659
|
-
>>
|
|
2660
|
-
>> #### sbvr-types-3.4.19 - 2022-12-08
|
|
2661
|
-
>>
|
|
2662
|
-
>> * Flowzone: Allow external contributions [Josh Bowling]
|
|
2663
|
-
>>
|
|
2664
|
-
>
|
|
2665
|
-
> </details>
|
|
2666
|
-
>
|
|
2667
|
-
>
|
|
2668
|
-
> ### abstract-sql-compiler-8.3.8 - 2023-04-12
|
|
2669
|
-
>
|
|
2670
|
-
> * Improve typings [Pagan Gazzard]
|
|
2671
|
-
>
|
|
2672
|
-
> ### abstract-sql-compiler-8.3.7 - 2023-04-12
|
|
2673
|
-
>
|
|
2674
|
-
> * Remove typing for non-existent JSON node [Pagan Gazzard]
|
|
2675
|
-
>
|
|
2676
|
-
> ### abstract-sql-compiler-8.3.6 - 2023-04-12
|
|
2677
|
-
>
|
|
2678
|
-
> * Tighten the `isXValue` function typings [Pagan Gazzard]
|
|
2679
|
-
>
|
|
2680
|
-
> ### abstract-sql-compiler-8.3.5 - 2023-04-12
|
|
2681
|
-
>
|
|
2682
|
-
> * Correctly treat `Value` nodes as rewritten to `Text` by the optimizer [Pagan Gazzard]
|
|
2683
|
-
> * Add EmbeddedTextNode typing [Pagan Gazzard]
|
|
2684
|
-
>
|
|
2685
|
-
> ### abstract-sql-compiler-8.3.4 - 2023-04-12
|
|
2686
|
-
>
|
|
2687
|
-
> * Enforce the first argument of ExtractJSONPathAsText is a JSON type node [Pagan Gazzard]
|
|
2688
|
-
>
|
|
2689
|
-
> ### abstract-sql-compiler-8.3.3 - 2023-04-12
|
|
2690
|
-
>
|
|
2691
|
-
> * Improve node typings [Pagan Gazzard]
|
|
2692
|
-
>
|
|
2693
|
-
> ### abstract-sql-compiler-8.3.2 - 2023-04-12
|
|
2694
|
-
>
|
|
2695
|
-
> * Add more node typings [Pagan Gazzard]
|
|
2696
|
-
>
|
|
2697
|
-
> ### abstract-sql-compiler-8.3.1 - 2023-04-12
|
|
2698
|
-
>
|
|
2699
|
-
> * Add more node typings [Pagan Gazzard]
|
|
2700
|
-
>
|
|
2701
|
-
> ### abstract-sql-compiler-8.3.0 - 2023-04-11
|
|
2702
|
-
>
|
|
2703
|
-
> * Support boolean nodes in a ValuesNode [Pagan Gazzard]
|
|
2704
|
-
>
|
|
2705
|
-
> ### abstract-sql-compiler-8.2.0 - 2023-04-11
|
|
2706
|
-
>
|
|
2707
|
-
> * Add `Between` node type [Pagan Gazzard]
|
|
2708
|
-
>
|
|
2709
|
-
> ### abstract-sql-compiler-8.1.0 - 2023-04-11
|
|
2710
|
-
>
|
|
2711
|
-
> * Add `BitwiseAnd`/`BitwiseShiftRight` node types [Pagan Gazzard]
|
|
2712
|
-
>
|
|
2713
|
-
> ### abstract-sql-compiler-8.0.2 - 2023-04-06
|
|
2714
|
-
>
|
|
2715
|
-
> * Add `NotInNode` type [Pagan Gazzard]
|
|
2716
|
-
> * Add `IsDistinctFromNode`/`IsNotDistinctFromNode` types [Pagan Gazzard]
|
|
2717
|
-
> * Add `CharacterLengthNode` type [Pagan Gazzard]
|
|
2718
|
-
>
|
|
2719
|
-
> ### abstract-sql-compiler-8.0.1 - 2023-04-06
|
|
2720
|
-
>
|
|
2721
|
-
> * Adds Cast node type to tree parsing [Otávio Jacobi]
|
|
2722
|
-
>
|
|
2723
|
-
> ### odata-parser-2.4.6 - 2023-02-24
|
|
2724
|
-
>
|
|
2725
|
-
> * Improve typings [Pagan Gazzard]
|
|
2726
|
-
>
|
|
2727
|
-
> ### odata-parser-2.4.5 - 2023-02-23
|
|
2728
|
-
>
|
|
2729
|
-
> * Use const/let as appropriate [Pagan Gazzard]
|
|
2730
|
-
>
|
|
2731
|
-
> ### odata-parser-2.4.4 - 2023-02-23
|
|
2732
|
-
>
|
|
2733
|
-
> * Use shorthand object notation [Pagan Gazzard]
|
|
2734
|
-
>
|
|
2735
|
-
> ### odata-parser-2.4.3 - 2023-02-23
|
|
2736
|
-
>
|
|
2737
|
-
> * Update dependencies [Pagan Gazzard]
|
|
2738
|
-
>
|
|
2739
|
-
|
|
2740
|
-
</details>
|
|
2741
|
-
|
|
2742
|
-
## 5.9.3 - 2023-03-08
|
|
2743
|
-
|
|
2744
|
-
* Fixes ODataBindings imported types [Otávio Jacobi]
|
|
2745
|
-
|
|
2746
|
-
## 5.9.2 - 2023-02-15
|
|
2747
|
-
|
|
2748
|
-
* Update typings to the minimal subset of the abstract sql model we need [Pagan Gazzard]
|
|
2749
|
-
|
|
2750
|
-
## 5.9.1 - 2023-02-13
|
|
2751
|
-
|
|
2752
|
-
|
|
2753
|
-
<details>
|
|
2754
|
-
<summary> Update dependency @balena/lf-to-abstract-sql to 5.0.0 [Renovate Bot] </summary>
|
|
2755
|
-
|
|
2756
|
-
> ### lf-to-abstract-sql-5.0.0 - 2023-02-10
|
|
2757
|
-
>
|
|
2758
|
-
> * Expand `lfInfo` to also include the root table name [Carol Schulze]
|
|
2759
|
-
>
|
|
2760
|
-
|
|
2761
|
-
</details>
|
|
2762
|
-
|
|
2763
|
-
## 5.9.0 - 2023-02-13
|
|
2764
|
-
|
|
2765
|
-
|
|
2766
|
-
<details>
|
|
2767
|
-
<summary> Update dependency @balena/abstract-sql-compiler to 8.0.0 [Renovate Bot] </summary>
|
|
2768
|
-
|
|
2769
|
-
> ### abstract-sql-compiler-8.0.0 - 2023-02-13
|
|
2770
|
-
>
|
|
2771
|
-
> * Add binds for affected IDs in compiled rules [Carol Schulze]
|
|
2772
|
-
>
|
|
2773
|
-
|
|
2774
|
-
</details>
|
|
2775
|
-
|
|
2776
|
-
## 5.8.1 - 2023-02-13
|
|
2777
|
-
|
|
2778
|
-
* Cache the `ResourceMapping` result to avoid unnecessary work [Pagan Gazzard]
|
|
2779
|
-
|
|
2780
|
-
## 5.8.0 - 2023-01-23
|
|
2781
|
-
|
|
2782
|
-
|
|
2783
|
-
<details>
|
|
2784
|
-
<summary> Respect `modifyFields`/`modifyName` in the table definition [Pagan Gazzard] </summary>
|
|
2785
|
-
|
|
2786
|
-
> ### abstract-sql-compiler-7.25.0 - 2023-01-23
|
|
2787
|
-
>
|
|
2788
|
-
> * Add `modifyFields`/`modifyName` to table definition [Pagan Gazzard]
|
|
2789
|
-
>
|
|
2790
|
-
> ### abstract-sql-compiler-7.24.0 - 2023-01-16
|
|
2791
|
-
>
|
|
2792
|
-
> * Add the AbstractSql node `Any` [Carol Schulze]
|
|
2793
|
-
>
|
|
2794
|
-
> ### abstract-sql-compiler-7.23.0 - 2022-12-08
|
|
2795
|
-
>
|
|
2796
|
-
> * Add support for rules optimizations when using COUNT(*) = 0 [Pagan Gazzard]
|
|
2797
|
-
>
|
|
2798
|
-
> ### abstract-sql-compiler-7.22.5 - 2022-12-08
|
|
2799
|
-
>
|
|
2800
|
-
> * Flowzone: Allow external contributions [Josh Bowling]
|
|
2801
|
-
>
|
|
2802
|
-
> ### abstract-sql-compiler-7.22.4 - Invalid date
|
|
2803
|
-
>
|
|
2804
|
-
> * Fix: move @balena/odata-to-abstract-sql to dev dependencies [Pagan Gazzard]
|
|
2805
|
-
>
|
|
2806
|
-
> ### abstract-sql-compiler-7.22.3 - Invalid date
|
|
2807
|
-
>
|
|
2808
|
-
> * Tests: update @balena/odata-to-abstract-sql to 5.x [Pagan Gazzard]
|
|
2809
|
-
>
|
|
2810
|
-
> ### abstract-sql-compiler-7.22.2 - Invalid date
|
|
2811
|
-
>
|
|
2812
|
-
> * Fix deprecation notice module name [Pagan Gazzard]
|
|
2813
|
-
>
|
|
2814
|
-
> ### abstract-sql-compiler-7.22.1 - 2022-11-29
|
|
2815
|
-
>
|
|
2816
|
-
> * Add deprecation notices to the legacy null formats of `null` and `'Null'` [Pagan Gazzard]
|
|
2817
|
-
> * Add deprecation notice to the legacy table format of `tableName` [Pagan Gazzard]
|
|
2818
|
-
> * Add deprecation notice to the legacy alias format of `[node, alias]` [Pagan Gazzard]
|
|
2819
|
-
>
|
|
2820
|
-
|
|
2821
|
-
</details>
|
|
2822
|
-
|
|
2823
|
-
## 5.7.7 - 2023-01-23
|
|
2824
|
-
|
|
2825
|
-
* Always replace the table being modified in definitions, ignoring aliases [Pagan Gazzard]
|
|
2826
|
-
|
|
2827
|
-
## 5.7.6 - 2023-01-20
|
|
2828
|
-
|
|
2829
|
-
* Integrate beta version of sbvr-types supporting WebResource [Ramiro González Maciel]
|
|
2830
|
-
|
|
2831
|
-
## 5.7.5 - 2023-01-16
|
|
2832
|
-
|
|
2833
|
-
* Integrate beta version of sbvr-types supporting WebResource [Ramiro González Maciel]
|
|
2834
|
-
|
|
2835
|
-
## 5.7.4 - 2023-01-10
|
|
2836
|
-
|
|
2837
|
-
* Tests: reduce lodash usage [Pagan Gazzard]
|
|
2838
|
-
|
|
2839
|
-
## 5.7.3 - 2022-12-08
|
|
2840
|
-
|
|
2841
|
-
* Flowzone: Allow external contributions [Josh Bowling]
|
|
2842
|
-
|
|
2843
|
-
## 5.7.2 - 2022-11-29
|
|
2844
|
-
|
|
2845
|
-
* Switch insert casts from using legacy `'Null'` to using a `['Null']` node [Pagan Gazzard]
|
|
2846
|
-
|
|
2847
|
-
## 5.7.1 - 2022-11-25
|
|
2848
|
-
|
|
2849
|
-
* Remove package-lock.json [Pagan Gazzard]
|
|
2850
|
-
|
|
2851
|
-
## 5.7.0 - 2022-11-24
|
|
2852
|
-
|
|
2853
|
-
|
|
2854
|
-
<details>
|
|
2855
|
-
<summary> Update dependencies [fisehara] </summary>
|
|
2856
|
-
|
|
2857
|
-
> ### abstract-sql-compiler-7.22.0 - 2022-11-23
|
|
2858
|
-
>
|
|
2859
|
-
> * Fix date fields used inside arithmetic expressions [fisehara]
|
|
2860
|
-
>
|
|
2861
|
-
> ### abstract-sql-compiler-7.21.1 - 2022-11-22
|
|
2862
|
-
>
|
|
2863
|
-
> * Add support for getting the modified fields of an aliased query [Pagan Gazzard]
|
|
2864
|
-
>
|
|
2865
|
-
</details>
|
|
2866
|
-
|
|
2867
|
-
## 5.6.2 - 2022-11-22
|
|
2868
|
-
|
|
2869
|
-
* Fix replacing an aliased resource select with bind vars for inserts [Pagan Gazzard]
|
|
2870
|
-
|
|
2871
|
-
## 5.6.1 - 2022-11-22
|
|
2872
|
-
|
|
2873
|
-
* Update dependencies [Pagan Gazzard]
|
|
2874
|
-
|
|
2875
|
-
## 5.6.0 - 2022-11-22
|
|
2876
|
-
|
|
2877
|
-
* Add an option to always use minimized aliases [Pagan Gazzard]
|
|
2878
|
-
|
|
2879
|
-
## 5.5.1 - 2022-10-14
|
|
2880
|
-
|
|
2881
|
-
* Switch from balenaCI to flowzone [Pagan Gazzard]
|
|
2882
|
-
|
|
2883
|
-
## 5.5.0 - 2022-09-15
|
|
2884
|
-
|
|
2885
|
-
|
|
2886
|
-
<details>
|
|
2887
|
-
<summary> Add support for `/$count` with nested `$filter` in $orderby & $orderby [Thodoris Greasidis] </summary>
|
|
2888
|
-
|
|
2889
|
-
> ### odata-parser-2.4.0 - 2022-09-15
|
|
2890
|
-
>
|
|
2891
|
-
> * Add support for `/$count` with nested `$filter` in $orderby & $orderby [Thodoris Greasidis]
|
|
2892
|
-
>
|
|
2893
|
-
> ### odata-parser-2.3.0 - 2022-06-06
|
|
2894
|
-
>
|
|
2895
|
-
> * Add source map [Pagan Gazzard]
|
|
2896
|
-
>
|
|
2897
|
-
</details>
|
|
2898
|
-
|
|
2899
|
-
## 5.4.15 - 2022-07-26
|
|
2900
|
-
|
|
2901
|
-
* Stop using _.compact [Thodoris Greasidis]
|
|
2902
|
-
* Stop using _.isObject in favor of the native methods [Thodoris Greasidis]
|
|
2903
|
-
* Stop using Lodash's Dictionary type [Thodoris Greasidis]
|
|
2904
|
-
|
|
2905
|
-
## 5.4.14 - 2022-06-25
|
|
2906
|
-
|
|
2907
|
-
* Avoid unnecessary loop when adding computed fields to `SELECT *` [Thodoris Greasidis]
|
|
2908
|
-
|
|
2909
|
-
## 5.4.13 - 2022-06-03
|
|
2910
|
-
|
|
2911
|
-
* Use `SELECT *, $computedFields` for adding computed fields [Pagan Gazzard]
|
|
2912
|
-
|
|
2913
|
-
## 5.4.12 - 2022-06-03
|
|
2914
|
-
|
|
2915
|
-
* Use nullish coalescing when sensible [Pagan Gazzard]
|
|
2916
|
-
|
|
2917
|
-
## 5.4.11 - 2022-05-19
|
|
2918
|
-
|
|
2919
|
-
* Improve support for computed fields by respecting them in more places [Pagan Gazzard]
|
|
2920
|
-
|
|
2921
|
-
## 5.4.10 - 2022-05-19
|
|
2922
|
-
|
|
2923
|
-
|
|
2924
|
-
<details>
|
|
2925
|
-
<summary> Update dependencies [Pagan Gazzard] </summary>
|
|
2926
|
-
|
|
2927
|
-
> ### abstract-sql-compiler-7.20.0 - 2022-05-19
|
|
2928
|
-
>
|
|
2929
|
-
> * Expose `isAliasNode` helper [Pagan Gazzard]
|
|
2930
|
-
>
|
|
2931
|
-
> ### abstract-sql-compiler-7.19.1 - 2022-04-08
|
|
2932
|
-
>
|
|
2933
|
-
>
|
|
2934
|
-
> <details>
|
|
2935
|
-
> <summary> Update dependencies [Pagan Gazzard] </summary>
|
|
2936
|
-
>
|
|
2937
|
-
>> #### sbvr-types-3.4.7 - 2022-04-08
|
|
2938
|
-
>>
|
|
2939
|
-
>> * Update dependencies [Pagan Gazzard]
|
|
2940
|
-
>> * Remove circleci [Pagan Gazzard]
|
|
2941
|
-
>>
|
|
2942
|
-
>> #### sbvr-types-3.4.6 - 2021-09-21
|
|
2943
|
-
>>
|
|
2944
|
-
>> * Avoid creating a new Date object when we already have one [Pagan Gazzard]
|
|
2945
|
-
>>
|
|
2946
|
-
> </details>
|
|
2947
|
-
>
|
|
2948
|
-
>
|
|
2949
|
-
</details>
|
|
2950
|
-
|
|
2951
|
-
## 5.4.9 - 2022-04-08
|
|
2952
|
-
|
|
2953
|
-
|
|
2954
|
-
<details>
|
|
2955
|
-
<summary> Update dependencies [Pagan Gazzard] </summary>
|
|
2956
|
-
|
|
2957
|
-
> ### abstract-sql-compiler-7.19.0 - 2022-03-24
|
|
2958
|
-
>
|
|
2959
|
-
> * Remove .circleci/config.yml [Thodoris Greasidis]
|
|
2960
|
-
> * Add support for `ConcatenateWithSeparator` nodes [Thodoris Greasidis]
|
|
2961
|
-
>
|
|
2962
|
-
> ### abstract-sql-compiler-7.18.0 - 2022-02-16
|
|
2963
|
-
>
|
|
2964
|
-
> * Add reference property type [Harald Fischer]
|
|
2965
|
-
>
|
|
2966
|
-
> ### abstract-sql-compiler-7.17.1 - 2022-01-24
|
|
2967
|
-
>
|
|
2968
|
-
> * Avoid the operation type optimization for HAVING clauses [Pagan Gazzard]
|
|
2969
|
-
>
|
|
2970
|
-
> ### odata-parser-2.2.9 - 2022-04-08
|
|
2971
|
-
>
|
|
2972
|
-
> * Update dependencies [Pagan Gazzard]
|
|
2973
|
-
> * Remove circleci [Pagan Gazzard]
|
|
2974
|
-
>
|
|
2975
|
-
</details>
|
|
2976
|
-
|
|
2977
|
-
* Remove circleci [Pagan Gazzard]
|
|
2978
|
-
|
|
2979
|
-
## 5.4.8 - 2022-01-13
|
|
2980
|
-
|
|
2981
|
-
* Use the full alias for the prefix hash [Pagan Gazzard]
|
|
2982
|
-
|
|
2983
|
-
## 5.4.7 - 2022-01-11
|
|
2984
|
-
|
|
2985
|
-
* Use a hash instead of random str when it's necessary to shorten aliases [Pagan Gazzard]
|
|
2986
|
-
|
|
2987
|
-
## 5.4.6 - 2021-11-30
|
|
2988
|
-
|
|
2989
|
-
* Improve `ResourceFunction` typings [Pagan Gazzard]
|
|
2990
|
-
|
|
2991
|
-
## 5.4.5 - 2021-11-26
|
|
2992
|
-
|
|
2993
|
-
* Fix `isBindReference` check for non-null non-object types [Pagan Gazzard]
|
|
2994
|
-
|
|
2995
|
-
## 5.4.4 - 2021-09-07
|
|
2996
|
-
|
|
2997
|
-
* Convert tests to type checked javascript [Pagan Gazzard]
|
|
2998
|
-
|
|
2999
|
-
## 5.4.3 - 2021-08-24
|
|
3000
|
-
|
|
3001
|
-
|
|
3002
|
-
<details>
|
|
3003
|
-
<summary> Add SBVR Date TIme Type to DateTrunc Wrapper JS Date format has only milliseconds precision, postgresql stores TIMESTAMPS with microseconds precission. Comparisions may fail, when giving millisecond JS dates but comparing on microseconds. [fisehara] </summary>
|
|
3004
|
-
|
|
3005
|
-
> ### abstract-sql-compiler-7.13.4 - 2021-08-17
|
|
3006
|
-
>
|
|
3007
|
-
> * Support for non postgres db engines [fisehara]
|
|
3008
|
-
>
|
|
3009
|
-
> ### abstract-sql-compiler-7.13.3 - 2021-07-28
|
|
3010
|
-
>
|
|
3011
|
-
> * Supprt date_trunc postgres date function for DateValue [fisehara]
|
|
3012
|
-
>
|
|
3013
|
-
> ### abstract-sql-compiler-7.13.2 - 2021-07-26
|
|
3014
|
-
>
|
|
3015
|
-
> * Update dependencies [Pagan Gazzard]
|
|
3016
|
-
>
|
|
3017
|
-
> ### abstract-sql-compiler-7.13.1 - 2021-06-30
|
|
3018
|
-
>
|
|
3019
|
-
> * Delete CODEOWNERS [Thodoris Greasidis]
|
|
3020
|
-
>
|
|
3021
|
-
> ### abstract-sql-compiler-7.13.0 - 2021-05-18
|
|
3022
|
-
>
|
|
3023
|
-
> * Add support for `CurrentTimestamp`/`CurrentDate` nodes [Pagan Gazzard]
|
|
3024
|
-
>
|
|
3025
|
-
> ### abstract-sql-compiler-7.12.7 - 2021-05-18
|
|
3026
|
-
>
|
|
3027
|
-
>
|
|
3028
|
-
> <details>
|
|
3029
|
-
> <summary> Update sbvr-types to 3.4.3 [Thodoris Greasidis] </summary>
|
|
3030
|
-
>
|
|
3031
|
-
>> #### sbvr-types-3.4.3 - 2021-05-11
|
|
3032
|
-
>>
|
|
3033
|
-
>> * Support boolean results from the db as well as integer [Pagan Gazzard]
|
|
3034
|
-
>>
|
|
3035
|
-
> </details>
|
|
3036
|
-
>
|
|
3037
|
-
>
|
|
3038
|
-
> ### abstract-sql-compiler-7.12.6 - 2021-05-18
|
|
3039
|
-
>
|
|
3040
|
-
> * Allow duration seconds to be nullable [Pagan Gazzard]
|
|
3041
|
-
>
|
|
3042
|
-
> ### abstract-sql-compiler-7.12.5 - 2021-05-18
|
|
3043
|
-
>
|
|
3044
|
-
> * Re-enable all tests [Pagan Gazzard]
|
|
3045
|
-
>
|
|
3046
|
-
> ### abstract-sql-compiler-7.12.4 - 2021-05-04
|
|
3047
|
-
>
|
|
3048
|
-
> * Revert "Remove now unnecessary hack for casting SERIAL types" [Pagan Gazzard]
|
|
3049
|
-
>
|
|
3050
|
-
> ### abstract-sql-compiler-7.12.3 - 2021-05-03
|
|
3051
|
-
>
|
|
3052
|
-
> * Remove now unnecessary hack for casting SERIAL types [Pagan Gazzard]
|
|
3053
|
-
>
|
|
3054
|
-
> ### abstract-sql-compiler-7.12.2 - 2021-03-22
|
|
3055
|
-
>
|
|
3056
|
-
>
|
|
3057
|
-
> <details>
|
|
3058
|
-
> <summary> Update dependencies [Pagan Gazzard] </summary>
|
|
3059
|
-
>
|
|
3060
|
-
>> #### sbvr-types-3.4.2 - 2021-03-22
|
|
3061
|
-
>>
|
|
3062
|
-
>> * Update dev dependencies [Pagan Gazzard]
|
|
3063
|
-
>>
|
|
3064
|
-
>> #### sbvr-types-3.4.1 - 2021-02-10
|
|
3065
|
-
>>
|
|
3066
|
-
>> * Remove unnecessary native fact type entries for synonymous forms [Pagan Gazzard]
|
|
3067
|
-
>>
|
|
3068
|
-
>> #### sbvr-types-3.4.0 - 2021-02-08
|
|
3069
|
-
>>
|
|
3070
|
-
>> * Add a `Current Time` name that can be used to refer to the current time [Pagan Gazzard]
|
|
3071
|
-
>>
|
|
3072
|
-
>> #### sbvr-types-3.3.0 - 2021-02-05
|
|
3073
|
-
>>
|
|
3074
|
-
>> * Add `is before` & `is after` verbs to the Date & DateTime types [Thodoris Greasidis]
|
|
3075
|
-
>>
|
|
3076
|
-
>> #### sbvr-types-3.2.0 - 2021-01-29
|
|
3077
|
-
>>
|
|
3078
|
-
>> * Add support for the `contains` verb to the text type [Thodoris Greasidis]
|
|
3079
|
-
>> * Add support for the`ends with` verb to the text type [Thodoris Greasidis]
|
|
3080
|
-
>> * Add support for the `starts with` verb to the text type [Thodoris Greasidis]
|
|
3081
|
-
>>
|
|
3082
|
-
> </details>
|
|
3083
|
-
>
|
|
3084
|
-
>
|
|
3085
|
-
> ### abstract-sql-compiler-7.12.1 - 2021-03-22
|
|
3086
|
-
>
|
|
3087
|
-
> * Enable strict options by default and only disable specific ones [Pagan Gazzard]
|
|
3088
|
-
>
|
|
3089
|
-
> ### abstract-sql-compiler-7.12.0 - 2021-03-05
|
|
3090
|
-
>
|
|
3091
|
-
> * Enable narrowing down create/delete referenced fields for nested exists [Pagan Gazzard]
|
|
3092
|
-
>
|
|
3093
|
-
> ### abstract-sql-compiler-7.11.0 - 2021-03-01
|
|
3094
|
-
>
|
|
3095
|
-
> * Generalize/share the referenced fields code and cover more cases [Pagan Gazzard]
|
|
3096
|
-
>
|
|
3097
|
-
> ### abstract-sql-compiler-7.10.2 - 2021-02-12
|
|
3098
|
-
>
|
|
3099
|
-
> * Fix `getModifiedFields` for `UpsertQuery`s [Pagan Gazzard]
|
|
3100
|
-
>
|
|
3101
|
-
> ### abstract-sql-compiler-7.10.1 - 2021-01-29
|
|
3102
|
-
>
|
|
3103
|
-
> * Separate code relating to referenced fields out of the main file [Pagan Gazzard]
|
|
3104
|
-
>
|
|
3105
|
-
> ### abstract-sql-compiler-7.10.0 - 2021-01-29
|
|
3106
|
-
>
|
|
3107
|
-
> * Add an `action` property to modified fields of create/update/delete [Pagan Gazzard]
|
|
3108
|
-
> * Automatically add `ruleReferencedFields` to `SqlRule`s [Pagan Gazzard]
|
|
3109
|
-
> * Add a `getRuleReferencedFields` which is tailored for rules [Pagan Gazzard]
|
|
3110
|
-
>
|
|
3111
|
-
> ### abstract-sql-compiler-7.9.1 - 2021-01-29
|
|
3112
|
-
>
|
|
3113
|
-
> * Add test for optimizeSchema optimizing rules [Pagan Gazzard]
|
|
3114
|
-
>
|
|
3115
|
-
> ### abstract-sql-compiler-7.9.0 - 2021-01-25
|
|
3116
|
-
>
|
|
3117
|
-
> * Optimize the abstract sql of rules when running `optimizeSchema` [Pagan Gazzard]
|
|
3118
|
-
>
|
|
3119
|
-
> ### abstract-sql-compiler-7.8.2 - 2021-01-15
|
|
3120
|
-
>
|
|
3121
|
-
> * Fix schema optimizations when table and resource names are different [Pagan Gazzard]
|
|
3122
|
-
>
|
|
3123
|
-
> ### abstract-sql-compiler-7.8.1 - 2021-01-04
|
|
3124
|
-
>
|
|
3125
|
-
> * Convert some lodash usage to native equivalents [Pagan Gazzard]
|
|
3126
|
-
>
|
|
3127
|
-
> ### abstract-sql-compiler-7.8.0 - 2021-01-01
|
|
3128
|
-
>
|
|
3129
|
-
> * Optimize Is[Not]DistinctFrom and [Not]Exists for non-null values [Pagan Gazzard]
|
|
3130
|
-
>
|
|
3131
|
-
> ### abstract-sql-compiler-7.7.0 - 2021-01-01
|
|
3132
|
-
>
|
|
3133
|
-
> * Optimize EXISTS/NOT EXISTS for empty queries [Pagan Gazzard]
|
|
3134
|
-
>
|
|
3135
|
-
> ### abstract-sql-compiler-7.6.0 - 2021-01-01
|
|
3136
|
-
>
|
|
3137
|
-
> * Optimize away AND/ORs with false/true respectively [Pagan Gazzard]
|
|
3138
|
-
>
|
|
3139
|
-
> ### abstract-sql-compiler-7.5.0 - 2021-01-01
|
|
3140
|
-
>
|
|
3141
|
-
> * Optimize out booleans from AND/OR where possible [Pagan Gazzard]
|
|
3142
|
-
>
|
|
3143
|
-
</details>
|
|
3144
|
-
|
|
3145
|
-
## 5.4.2 - 2021-06-30
|
|
3146
|
-
|
|
3147
|
-
* Delete CODEOWNERS [Thodoris Greasidis]
|
|
3148
|
-
|
|
3149
|
-
## 5.4.1 - 2020-12-26
|
|
3150
|
-
|
|
3151
|
-
|
|
3152
|
-
<details>
|
|
3153
|
-
<summary> Update abstract-sql-compiler to 7.4.2 [Thodoris Greasidis] </summary>
|
|
3154
|
-
|
|
3155
|
-
> ### abstract-sql-compiler-7.4.2 - 2020-12-21
|
|
3156
|
-
>
|
|
3157
|
-
> * Improve Relationship typings [Thodoris Greasidis]
|
|
3158
|
-
>
|
|
3159
|
-
> ### abstract-sql-compiler-7.4.1 - 2020-12-18
|
|
3160
|
-
>
|
|
3161
|
-
> * Fix `containsNode` when that node type is at the top level [Pagan Gazzard]
|
|
3162
|
-
>
|
|
3163
|
-
</details>
|
|
3164
|
-
|
|
3165
|
-
## 5.4.0 - 2020-12-18
|
|
3166
|
-
|
|
3167
|
-
|
|
3168
|
-
<details>
|
|
3169
|
-
<summary> Add support for official abstract-sql table definitions [Pagan Gazzard] </summary>
|
|
3170
|
-
|
|
3171
|
-
> ### abstract-sql-compiler-7.4.0 - 2020-12-18
|
|
3172
|
-
>
|
|
3173
|
-
> * Add support for table definitions [Pagan Gazzard]
|
|
3174
|
-
>
|
|
3175
|
-
> ### abstract-sql-compiler-7.3.0 - 2020-12-18
|
|
3176
|
-
>
|
|
3177
|
-
> * Allow compiling `*QueryNode`s to direct strings without binds [Pagan Gazzard]
|
|
3178
|
-
>
|
|
3179
|
-
> ### abstract-sql-compiler-7.2.1 - 2020-12-18
|
|
3180
|
-
>
|
|
3181
|
-
> * Improve typings for compilation results [Pagan Gazzard]
|
|
3182
|
-
>
|
|
3183
|
-
> ### abstract-sql-compiler-7.2.0 - 2020-12-16
|
|
3184
|
-
>
|
|
3185
|
-
> * Add an `optimizeSchema` function [Pagan Gazzard]
|
|
3186
|
-
>
|
|
3187
|
-
> ### abstract-sql-compiler-7.1.0 - 2020-12-09
|
|
3188
|
-
>
|
|
3189
|
-
> * Add check constraint support at the table level [Pagan Gazzard]
|
|
3190
|
-
>
|
|
3191
|
-
> ### abstract-sql-compiler-7.0.7 - 2020-12-09
|
|
3192
|
-
>
|
|
3193
|
-
> * Convert tests from coffeescript to type-checked javascript [Pagan Gazzard]
|
|
3194
|
-
>
|
|
3195
|
-
> ### abstract-sql-compiler-7.0.6 - 2020-11-30
|
|
3196
|
-
>
|
|
3197
|
-
> * Fix the `NOT(NOT(...))` optimization [Pagan Gazzard]
|
|
3198
|
-
>
|
|
3199
|
-
> ### abstract-sql-compiler-7.0.5 - 2020-11-30
|
|
3200
|
-
>
|
|
3201
|
-
> * Remove some type casts [Pagan Gazzard]
|
|
3202
|
-
>
|
|
3203
|
-
</details>
|
|
3204
|
-
|
|
3205
|
-
## 5.3.2 - 2020-12-18
|
|
3206
|
-
|
|
3207
|
-
* Avoid trying to rewrite binds if there are none to rewrite [Pagan Gazzard]
|
|
3208
|
-
|
|
3209
|
-
## 5.3.1 - 2020-11-25
|
|
3210
|
-
|
|
3211
|
-
|
|
3212
|
-
<details>
|
|
3213
|
-
<summary> Update dependencies [Pagan Gazzard] </summary>
|
|
3214
|
-
|
|
3215
|
-
> ### abstract-sql-compiler-7.0.4 - 2020-11-25
|
|
3216
|
-
>
|
|
3217
|
-
>
|
|
3218
|
-
> <details>
|
|
3219
|
-
> <summary> Update sbvr-types and make use of `castType` [Pagan Gazzard] </summary>
|
|
3220
|
-
>
|
|
3221
|
-
>> #### sbvr-types-3.1.2 - 2020-11-25
|
|
3222
|
-
>>
|
|
3223
|
-
>> * Add a `castType` property to type functions [Pagan Gazzard]
|
|
3224
|
-
>>
|
|
3225
|
-
>> #### sbvr-types-3.1.1 - 2020-11-25
|
|
3226
|
-
>>
|
|
3227
|
-
>> * Update dependencies [Pagan Gazzard]
|
|
3228
|
-
>>
|
|
3229
|
-
> </details>
|
|
3230
|
-
>
|
|
3231
|
-
>
|
|
3232
|
-
> ### abstract-sql-compiler-7.0.3 - 2020-10-02
|
|
3233
|
-
>
|
|
3234
|
-
> * Remove accidental `necessity` from the `AbstractSqlField` types [Pagan Gazzard]
|
|
3235
|
-
>
|
|
3236
|
-
> ### odata-parser-2.2.1 - 2020-11-25
|
|
3237
|
-
>
|
|
3238
|
-
> * Update dependencies [Pagan Gazzard]
|
|
3239
|
-
>
|
|
3240
|
-
> ### odata-parser-2.2.0 - 2020-08-18
|
|
3241
|
-
>
|
|
3242
|
-
> * Add support for metadata argument in $format [Pagan Gazzard]
|
|
3243
|
-
>
|
|
3244
|
-
</details>
|
|
3245
|
-
|
|
3246
|
-
## 5.3.0 - 2020-07-21
|
|
3247
|
-
|
|
3248
|
-
* Export `isBindReference` [Pagan Gazzard]
|
|
3249
|
-
|
|
3250
|
-
## 5.2.0 - 2020-07-20
|
|
3251
|
-
|
|
3252
|
-
|
|
3253
|
-
<details>
|
|
3254
|
-
<summary> Add support for specifying named keys [Pagan Gazzard] </summary>
|
|
3255
|
-
|
|
3256
|
-
> ### odata-parser-2.1.0 - 2020-07-10
|
|
3257
|
-
>
|
|
3258
|
-
> * Add support for specifying named keys [Pagan Gazzard]
|
|
3259
|
-
>
|
|
3260
|
-
</details>
|
|
3261
|
-
|
|
3262
|
-
## 5.1.1 - 2020-07-10
|
|
3263
|
-
|
|
3264
|
-
|
|
3265
|
-
<details>
|
|
3266
|
-
<summary> Improve typings [Pagan Gazzard] </summary>
|
|
3267
|
-
|
|
3268
|
-
> ### abstract-sql-compiler-7.0.2 - 2020-07-10
|
|
3269
|
-
>
|
|
3270
|
-
>
|
|
3271
|
-
> <details>
|
|
3272
|
-
> <summary> Update dependencies [Pagan Gazzard] </summary>
|
|
3273
|
-
>
|
|
3274
|
-
>> #### sbvr-types-3.1.0 - 2020-06-17
|
|
3275
|
-
>>
|
|
3276
|
-
>> * Update dependencies [Pagan Gazzard]
|
|
3277
|
-
>>
|
|
3278
|
-
> </details>
|
|
3279
|
-
>
|
|
3280
|
-
>
|
|
3281
|
-
> ### abstract-sql-compiler-7.0.1 - 2020-07-10
|
|
3282
|
-
>
|
|
3283
|
-
> * Improve `BindNode` typing [Pagan Gazzard]
|
|
3284
|
-
>
|
|
3285
|
-
> ### odata-parser-2.0.1 - 2020-07-10
|
|
3286
|
-
>
|
|
3287
|
-
> * Improve typings [Pagan Gazzard]
|
|
3288
|
-
>
|
|
3289
|
-
</details>
|
|
3290
|
-
|
|
3291
|
-
## 5.1.0 - 2020-06-19
|
|
3292
|
-
|
|
3293
|
-
* Allow specifying valid methods for a specific match call [Pagan Gazzard]
|
|
3294
|
-
|
|
3295
|
-
## 5.0.0 - 2020-05-22
|
|
3296
|
-
|
|
3297
|
-
* Rename to @balena/odata-to-abstract-sql [Pagan Gazzard]
|
|
3298
|
-
|
|
3299
|
-
<details>
|
|
3300
|
-
<summary> Update to @balena/abstract-sql-compiler 7.x [Pagan Gazzard] </summary>
|
|
3301
|
-
|
|
3302
|
-
> ### abstract-sql-compiler-7.0.0 - 2020-05-21
|
|
3303
|
-
>
|
|
3304
|
-
> * Allow adding to the FromTypeNode set [Pagan Gazzard]
|
|
3305
|
-
> * Rename to @balena/abstract-sql-compiler [Pagan Gazzard]
|
|
3306
|
-
> * Improve typings [Pagan Gazzard]
|
|
3307
|
-
> * Convert all returned promises to native promises instead of bluebird [Pagan Gazzard]
|
|
3308
|
-
> * Update tsconfig to target es2018 [Pagan Gazzard]
|
|
3309
|
-
> * Drop support for node 6/8 [Pagan Gazzard]
|
|
3310
|
-
>
|
|
3311
|
-
<details>
|
|
3312
|
-
<summary> Update to @balena/sbvr-types 3.0.0 [Pagan Gazzard] </summary>
|
|
3313
|
-
|
|
3314
|
-
>> #### sbvr-types-3.0.0 - 2020-05-08
|
|
3315
|
-
>>
|
|
3316
|
-
>> * Convert `fetchProcessing` to synchronous functions [Pagan Gazzard]
|
|
3317
|
-
>> * Update to bcrypt 4.x [Pagan Gazzard]
|
|
3318
|
-
>> * Enable strict tsconfig [Pagan Gazzard]
|
|
3319
|
-
>> * Make use of `import type` where relevant [Pagan Gazzard]
|
|
3320
|
-
>> * Update to balena-lint 5.x [Pagan Gazzard]
|
|
3321
|
-
>> * Rename to @balena/sbvr-types [Pagan Gazzard]
|
|
3322
|
-
>> * Drop node 8 support [Pagan Gazzard]
|
|
3323
|
-
>> * Update tsconfig target to es2018 [Pagan Gazzard]
|
|
3324
|
-
>> * Convert all returned promises to native promises instead of bluebird [Pagan Gazzard]
|
|
3325
|
-
</details>
|
|
3326
|
-
|
|
3327
|
-
>
|
|
3328
|
-
|
|
3329
|
-
> ### abstract-sql-compiler-6.13.6 - 2020-05-19
|
|
3330
|
-
>
|
|
3331
|
-
>
|
|
3332
|
-
<details>
|
|
3333
|
-
<summary> Update dependencies [Pagan Gazzard] </summary>
|
|
3334
|
-
|
|
3335
|
-
>> #### sbvr-parser-1.0.1 - 2020-05-11
|
|
3336
|
-
>>
|
|
3337
|
-
>> * Update to mocha 7.x [Pagan Gazzard]
|
|
3338
|
-
|
|
3339
|
-
>> #### sbvr-parser-1.0.0 - 2020-05-08
|
|
3340
|
-
>>
|
|
3341
|
-
>> * Convert coffeescript tests to javascript [Pagan Gazzard]
|
|
3342
|
-
>> * Drop support for node 6/8 [Pagan Gazzard]
|
|
3343
|
-
>> * Rename to @balena/sbvr-parser [Pagan Gazzard]
|
|
3344
|
-
|
|
3345
|
-
>> #### sbvr-parser-0.2.11 - 2020-05-08
|
|
3346
|
-
>>
|
|
3347
|
-
>> * CI: Add nodejs 14 to the test matrix [Pagan Gazzard]
|
|
3348
|
-
>> * CI: Remove circleci publishing in favor of balenaCI [Pagan Gazzard]
|
|
3349
|
-
|
|
3350
|
-
>> #### sbvr-parser-0.2.10 - 2020-05-08
|
|
3351
|
-
>>
|
|
3352
|
-
>> * Update to to @balena/sbvr-types [Pagan Gazzard]
|
|
3353
|
-
|
|
3354
|
-
>> #### sbvr-parser-0.2.9 - 2020-05-08
|
|
3355
|
-
>>
|
|
3356
|
-
>> * Update to @balena/lint 5.x [Pagan Gazzard]
|
|
3357
|
-
|
|
3358
|
-
>> #### sbvr-parser-0.2.8 - 2020-04-27
|
|
3359
|
-
>>
|
|
3360
|
-
>> * Reduce lodash usage [Pagan Gazzard]
|
|
3361
|
-
|
|
3362
|
-
>> #### lf-to-abstract-sql-4.0.0 - 2020-05-11
|
|
3363
|
-
>>
|
|
3364
|
-
>> * Include linting as part of the tests [Pagan Gazzard]
|
|
3365
|
-
>> * Convert from UMD module to commonjs module [Pagan Gazzard]
|
|
3366
|
-
>> * Rename to @balena/lf-to-abstract-sql [Pagan Gazzard]
|
|
3367
|
-
>> * Drop support for node 8 [Pagan Gazzard]
|
|
3368
|
-
>> * Move @balena/sbvr-parser to production dependencies [Pagan Gazzard]
|
|
3369
|
-
|
|
3370
|
-
>> #### lf-to-abstract-sql-3.2.6 - 2020-05-11
|
|
3371
|
-
>>
|
|
3372
|
-
>>
|
|
3373
|
-
<details>
|
|
3374
|
-
<summary> Update to @balena/sbvr-parser [Pagan Gazzard] </summary>
|
|
3375
|
-
|
|
3376
|
-
>>> ##### sbvr-parser-1.0.1 - 2020-05-11
|
|
3377
|
-
>>>
|
|
3378
|
-
>>> * Update to mocha 7.x [Pagan Gazzard]
|
|
3379
|
-
|
|
3380
|
-
>>> ##### sbvr-parser-1.0.0 - 2020-05-08
|
|
3381
|
-
>>>
|
|
3382
|
-
>>> * Convert coffeescript tests to javascript [Pagan Gazzard]
|
|
3383
|
-
>>> * Drop support for node 6/8 [Pagan Gazzard]
|
|
3384
|
-
>>> * Rename to @balena/sbvr-parser [Pagan Gazzard]
|
|
3385
|
-
|
|
3386
|
-
>>> ##### sbvr-parser-0.2.11 - 2020-05-08
|
|
3387
|
-
>>>
|
|
3388
|
-
>>> * CI: Add nodejs 14 to the test matrix [Pagan Gazzard]
|
|
3389
|
-
>>> * CI: Remove circleci publishing in favor of balenaCI [Pagan Gazzard]
|
|
3390
|
-
|
|
3391
|
-
>>> ##### sbvr-parser-0.2.10 - 2020-05-08
|
|
3392
|
-
>>>
|
|
3393
|
-
>>> * Update to to @balena/sbvr-types [Pagan Gazzard]
|
|
3394
|
-
|
|
3395
|
-
>>> ##### sbvr-parser-0.2.9 - 2020-05-08
|
|
3396
|
-
>>>
|
|
3397
|
-
>>> * Update to @balena/lint 5.x [Pagan Gazzard]
|
|
3398
|
-
|
|
3399
|
-
>>> ##### sbvr-parser-0.2.8 - 2020-04-27
|
|
3400
|
-
>>>
|
|
3401
|
-
>>> * Reduce lodash usage [Pagan Gazzard]
|
|
3402
|
-
</details>
|
|
3403
|
-
|
|
3404
|
-
>>
|
|
3405
|
-
|
|
3406
|
-
>> #### lf-to-abstract-sql-3.2.5 - 2020-05-08
|
|
3407
|
-
>>
|
|
3408
|
-
>> * CI: Add nodejs 14 to the test matrix [Pagan Gazzard]
|
|
3409
|
-
|
|
3410
|
-
>> #### lf-to-abstract-sql-3.2.4 - 2020-05-08
|
|
3411
|
-
>>
|
|
3412
|
-
>>
|
|
3413
|
-
<details>
|
|
3414
|
-
<summary> Update to @balena/sbvr-types 3.0.0 [Pagan Gazzard] </summary>
|
|
3415
|
-
|
|
3416
|
-
>>> ##### sbvr-types-3.0.0 - 2020-05-08
|
|
3417
|
-
>>>
|
|
3418
|
-
>>> * Convert `fetchProcessing` to synchronous functions [Pagan Gazzard]
|
|
3419
|
-
>>> * Update to bcrypt 4.x [Pagan Gazzard]
|
|
3420
|
-
>>> * Enable strict tsconfig [Pagan Gazzard]
|
|
3421
|
-
>>> * Make use of `import type` where relevant [Pagan Gazzard]
|
|
3422
|
-
>>> * Update to balena-lint 5.x [Pagan Gazzard]
|
|
3423
|
-
>>> * Rename to @balena/sbvr-types [Pagan Gazzard]
|
|
3424
|
-
>>> * Drop node 8 support [Pagan Gazzard]
|
|
3425
|
-
>>> * Update tsconfig target to es2018 [Pagan Gazzard]
|
|
3426
|
-
>>> * Convert all returned promises to native promises instead of bluebird [Pagan Gazzard]
|
|
3427
|
-
|
|
3428
|
-
>>> ##### sbvr-types-2.0.9 - 2020-05-07
|
|
3429
|
-
>>>
|
|
3430
|
-
>>> * Switch to balena-lint [Pagan Gazzard]
|
|
3431
|
-
|
|
3432
|
-
>>> ##### sbvr-types-2.0.8 - 2020-05-05
|
|
3433
|
-
>>>
|
|
3434
|
-
>>> * Improve typings [Pagan Gazzard]
|
|
3435
|
-
|
|
3436
|
-
>>> ##### sbvr-types-2.0.7 - 2020-04-30
|
|
3437
|
-
>>>
|
|
3438
|
-
>>> * Remove unused imports [Pagan Gazzard]
|
|
3439
|
-
|
|
3440
|
-
>>> ##### sbvr-types-2.0.6 - 2020-04-27
|
|
3441
|
-
>>>
|
|
3442
|
-
>>> * Remove production lodash dependency [Pagan Gazzard]
|
|
3443
|
-
</details>
|
|
3444
|
-
|
|
3445
|
-
>>
|
|
3446
|
-
|
|
3447
|
-
>> #### lf-to-abstract-sql-3.2.3 - 2020-04-20
|
|
3448
|
-
>>
|
|
3449
|
-
>> * Switch to native some [Pagan Gazzard]
|
|
3450
|
-
>> * Switch to native findIndex [Pagan Gazzard]
|
|
3451
|
-
>> * Switch to native every [Pagan Gazzard]
|
|
3452
|
-
>> * Switch to native find [Pagan Gazzard]
|
|
3453
|
-
>> * Switch to native forEach where possible [Pagan Gazzard]
|
|
3454
|
-
>> * Switch to native includes [Pagan Gazzard]
|
|
3455
|
-
>> * Switch to native array type checking [Pagan Gazzard]
|
|
3456
|
-
>> * Switch to native string type checking [Pagan Gazzard]
|
|
3457
|
-
>> * Switch to native Object.assign [Pagan Gazzard]
|
|
3458
|
-
|
|
3459
|
-
>> #### lf-to-abstract-sql-3.2.2 - 2020-04-16
|
|
3460
|
-
>>
|
|
3461
|
-
>> * Always treat numbered terms as if they're used [Pagan Gazzard]
|
|
3462
|
-
|
|
3463
|
-
>> #### lf-to-abstract-sql-3.2.1 - 2020-04-14
|
|
3464
|
-
>>
|
|
3465
|
-
>>
|
|
3466
|
-
<details>
|
|
3467
|
-
<summary> Update dependencies [Pagan Gazzard] </summary>
|
|
3468
|
-
|
|
3469
|
-
>>> ##### sbvr-types-2.0.5 - 2020-03-17
|
|
3470
|
-
>>>
|
|
3471
|
-
>>> * CI: Remove circleci deploy in favor of balenaCI [Pagan Gazzard]
|
|
3472
|
-
>>> * CI: Add node 12 to the test matrix [Pagan Gazzard]
|
|
3473
|
-
>>> * CI: Remove node 6 from the test matrix [Pagan Gazzard]
|
|
3474
|
-
>>> * Update dependencies and use resin-lint for automatic lint fixes [Pagan Gazzard]
|
|
3475
|
-
|
|
3476
|
-
>>> ##### sbvr-types-2.0.4 - 2020-01-22
|
|
3477
|
-
>>>
|
|
3478
|
-
>>> * Add node 12 to the test matrix [Pagan Gazzard]
|
|
3479
|
-
>>> * Update dependencies [Pagan Gazzard]
|
|
3480
|
-
>>> * Add CODEOWNERS [Pagan Gazzard]
|
|
3481
|
-
|
|
3482
|
-
>>> ##### sbvr-parser-0.2.7 - 2020-01-22
|
|
3483
|
-
>>>
|
|
3484
|
-
>>> * Add CODEOWNERS [Pagan Gazzard]
|
|
3485
|
-
|
|
3486
|
-
>>> ##### sbvr-parser-0.2.6 - 2019-12-30
|
|
3487
|
-
>>>
|
|
3488
|
-
>>> * Add support for using `of` instead of `that is of` [Pagan Gazzard]
|
|
3489
|
-
|
|
3490
|
-
>>> ##### sbvr-parser-0.2.5 - 2019-12-30
|
|
3491
|
-
>>>
|
|
3492
|
-
>>> * Add support for `a given` as a universal quantification [Pagan Gazzard]
|
|
3493
|
-
|
|
3494
|
-
>>> ##### sbvr-parser-0.2.4 - 2019-12-27
|
|
3495
|
-
>>>
|
|
3496
|
-
>>> * Allow including terms as part of a verb by using `[]` brackets [Pagan Gazzard]
|
|
3497
|
-
</details>
|
|
3498
|
-
|
|
3499
|
-
>>
|
|
3500
|
-
|
|
3501
|
-
>> #### lf-to-abstract-sql-3.2.0 - 2020-04-13
|
|
3502
|
-
>>
|
|
3503
|
-
>> * Only add the destination of a link table if it's actually necessary [Pagan Gazzard]
|
|
3504
|
-
|
|
3505
|
-
>> #### lf-to-abstract-sql-3.1.2 - 2020-02-26
|
|
3506
|
-
>>
|
|
3507
|
-
>> * CI: Remove circleci publishing in favor of balenaCI [Pagan Gazzard]
|
|
3508
|
-
|
|
3509
|
-
>> #### lf-to-abstract-sql-3.1.1 - 2020-01-22
|
|
3510
|
-
>>
|
|
3511
|
-
>> * Add CODEOWNERS [Pagan Gazzard]
|
|
3512
|
-
|
|
3513
|
-
>> #### lf-to-abstract-sql-3.1.0 - 2019-11-01
|
|
3514
|
-
>>
|
|
3515
|
-
>> * Add support for enum definitions on fact types [Pagan Gazzard]
|
|
3516
|
-
|
|
3517
|
-
>> #### lf-to-abstract-sql-3.0.2 - 2019-06-14
|
|
3518
|
-
>>
|
|
3519
|
-
>> * Fix `updateModifiedAt` formatting [Pagan Gazzard]
|
|
3520
|
-
|
|
3521
|
-
>> #### lf-to-abstract-sql-3.0.1 - 2019-05-08
|
|
3522
|
-
>>
|
|
3523
|
-
>> * Add node 12 tests [Pagan Gazzard]
|
|
3524
|
-
>> * Add repo.yml for upstream changelogs [Pagan Gazzard]
|
|
3525
|
-
>> * Add .versionbot/CHANGELOG.yml for downstream changelogs [Pagan Gazzard]
|
|
3526
|
-
|
|
3527
|
-
>> #### lf-to-abstract-sql-3.0.0 - 2019-03-08
|
|
3528
|
-
>>
|
|
3529
|
-
>> * Add automatic modified at fields [Pagan Gazzard]
|
|
3530
|
-
|
|
3531
|
-
>> #### odata-parser-2.0.0 - 2020-05-11
|
|
3532
|
-
>>
|
|
3533
|
-
>> * Rename to @balena/odata-parser [Pagan Gazzard]
|
|
3534
|
-
>> * Update to @balena/lint 5.x [Pagan Gazzard]
|
|
3535
|
-
>> * Drop support for nodejs 8 [Pagan Gazzard]
|
|
3536
|
-
>> * CI: Add nodejs 14 to the test matrix [Pagan Gazzard]
|
|
3537
|
-
>> * CI: Remove circleci publishing in favor of balenaCI [Pagan Gazzard]
|
|
3538
|
-
|
|
3539
|
-
>> #### odata-to-abstract-sql-3.3.0 - 2019-06-07
|
|
3540
|
-
>>
|
|
3541
|
-
>>
|
|
3542
|
-
<details>
|
|
3543
|
-
<summary> Make use of odata-parser types [Pagan Gazzard] </summary>
|
|
3544
|
-
|
|
3545
|
-
>>> ##### odata-parser-1.1.1 - 2019-06-07
|
|
3546
|
-
>>>
|
|
3547
|
-
>>> * Improve typings [Pagan Gazzard]
|
|
3548
|
-
|
|
3549
|
-
>>> ##### odata-parser-1.1.0 - 2019-06-06
|
|
3550
|
-
>>>
|
|
3551
|
-
>>> * Add typings [Pagan Gazzard]
|
|
3552
|
-
|
|
3553
|
-
>>> ##### abstract-sql-compiler-6.6.0 - 2019-06-03
|
|
3554
|
-
>>>
|
|
3555
|
-
>>> * Improve aliased from handling in `getReferencedFields` [Pagan Gazzard]
|
|
3556
|
-
|
|
3557
|
-
>>> ##### abstract-sql-compiler-6.5.1 - 2019-06-03
|
|
3558
|
-
>>>
|
|
3559
|
-
>>> * Use an abstract-sql-optimiser prepass to simplify getReferencedFields [Pagan Gazzard]
|
|
3560
|
-
|
|
3561
|
-
>>> ##### sbvr-parser-0.2.3 - 2019-06-04
|
|
3562
|
-
>>>
|
|
3563
|
-
>>> * Optimise exactly 0 to not exists [Pagan Gazzard]
|
|
3564
|
-
</details>
|
|
3565
|
-
|
|
3566
|
-
>>
|
|
3567
|
-
|
|
3568
|
-
>> #### odata-to-abstract-sql-3.2.0 - 2019-05-31
|
|
3569
|
-
>>
|
|
3570
|
-
>> * Add support for computed fields [Pagan Gazzard]
|
|
3571
|
-
|
|
3572
|
-
>> #### odata-to-abstract-sql-3.1.3 - 2019-05-31
|
|
3573
|
-
>>
|
|
3574
|
-
>>
|
|
3575
|
-
<details>
|
|
3576
|
-
<summary> Unify the handling of adding fields with or without a $select [Pagan Gazzard] </summary>
|
|
3577
|
-
|
|
3578
|
-
>>> ##### odata-parser-1.0.4 - 2019-05-27
|
|
3579
|
-
>>>
|
|
3580
|
-
>>> * Fix adding parameter alias to the options object [Pagan Gazzard]
|
|
3581
|
-
|
|
3582
|
-
>>> ##### odata-parser-1.0.3 - 2019-05-08
|
|
3583
|
-
>>>
|
|
3584
|
-
>>> * Add .versionbot/CHANGELOG.yml for downstream changelogs [Pagan Gazzard]
|
|
3585
|
-
|
|
3586
|
-
>>> ##### abstract-sql-compiler-6.5.0 - 2019-05-30
|
|
3587
|
-
>>>
|
|
3588
|
-
>>> * Add support for computed fields [Pagan Gazzard]
|
|
3589
|
-
|
|
3590
|
-
>>> ##### abstract-sql-compiler-6.4.3 - 2019-05-30
|
|
3591
|
-
>>>
|
|
3592
|
-
>>> * Add tests for `getReferencedFields` [Pagan Gazzard]
|
|
3593
|
-
|
|
3594
|
-
>>> ##### abstract-sql-compiler-6.4.2 - 2019-05-09
|
|
3595
|
-
>>>
|
|
3596
|
-
>>> * Update and fix lodash typings [Pagan Gazzard]
|
|
3597
|
-
>>> * Update husky/mocha dev dependencies [Pagan Gazzard]
|
|
3598
|
-
|
|
3599
|
-
>>> ##### abstract-sql-compiler-6.4.1 - 2019-05-08
|
|
3600
|
-
>>>
|
|
3601
|
-
>>>
|
|
3602
|
-
<details>
|
|
3603
|
-
<summary> Fix typescript compilation [Pagan Gazzard] </summary>
|
|
3604
|
-
|
|
3605
|
-
>>>> ###### sbvr-parser-0.2.2 - 2019-05-08
|
|
3606
|
-
>>>>
|
|
3607
|
-
>>>> * Add .versionbot/CHANGELOG.yml for downstream changelogs [Pagan Gazzard]
|
|
3608
|
-
</details>
|
|
3609
|
-
|
|
3610
|
-
>>>
|
|
3611
|
-
>>> * Add node 12 tests [Pagan Gazzard]
|
|
3612
|
-
>>> * Add repo.yml for upstream changelogs [Pagan Gazzard]
|
|
3613
|
-
>>> * Add .versionbot/CHANGELOG.yml for downstream changelogs [Pagan Gazzard]
|
|
3614
|
-
</details>
|
|
3615
|
-
|
|
3616
|
-
>>
|
|
3617
|
-
|
|
3618
|
-
>> #### odata-to-abstract-sql-3.1.2 - 2019-05-08
|
|
3619
|
-
>>
|
|
3620
|
-
>> * Add node 12 tests [Pagan Gazzard]
|
|
3621
|
-
>> * Add repo.yml for upstream changelogs [Pagan Gazzard]
|
|
3622
|
-
>> * Add .versionbot/CHANGELOG.yml for downstream changelogs [Pagan Gazzard]
|
|
3623
|
-
|
|
3624
|
-
>> #### odata-to-abstract-sql-3.1.1 - 2019-04-22
|
|
3625
|
-
>>
|
|
3626
|
-
>> * Fix off-by-one error when having to resort to a random alias [Pagan Gazzard]
|
|
3627
|
-
|
|
3628
|
-
>> #### odata-to-abstract-sql-3.1.0 - 2019-03-08
|
|
3629
|
-
>>
|
|
3630
|
-
>> * Add support for definitions for the target table of insert queries [Pagan Gazzard]
|
|
3631
|
-
>> * Add path key where statements to the select subquery for inserts [Pagan Gazzard]
|
|
3632
|
-
>> * Convert == to === [Pagan Gazzard]
|
|
3633
|
-
</details>
|
|
3634
|
-
|
|
3635
|
-
>
|
|
3636
|
-
|
|
3637
|
-
> ### abstract-sql-compiler-6.13.5 - 2020-05-07
|
|
3638
|
-
>
|
|
3639
|
-
>
|
|
3640
|
-
<details>
|
|
3641
|
-
<summary> Improve typing of `dataTypeValidate` and sbvr-types [Pagan Gazzard] </summary>
|
|
3642
|
-
|
|
3643
|
-
>> #### sbvr-types-2.0.9 - 2020-05-07
|
|
3644
|
-
>>
|
|
3645
|
-
>> * Switch to balena-lint [Pagan Gazzard]
|
|
3646
|
-
|
|
3647
|
-
>> #### sbvr-types-2.0.8 - 2020-05-05
|
|
3648
|
-
>>
|
|
3649
|
-
>> * Improve typings [Pagan Gazzard]
|
|
3650
|
-
|
|
3651
|
-
>> #### sbvr-types-2.0.7 - 2020-04-30
|
|
3652
|
-
>>
|
|
3653
|
-
>> * Remove unused imports [Pagan Gazzard]
|
|
3654
|
-
|
|
3655
|
-
>> #### sbvr-types-2.0.6 - 2020-04-27
|
|
3656
|
-
>>
|
|
3657
|
-
>> * Remove production lodash dependency [Pagan Gazzard]
|
|
3658
|
-
</details>
|
|
3659
|
-
|
|
3660
|
-
>
|
|
3661
|
-
</details>
|
|
3662
|
-
|
|
3663
|
-
## 4.5.3 - 2020-05-19
|
|
3664
|
-
|
|
3665
|
-
* Enforce strict type checking [Pagan Gazzard]
|
|
3666
|
-
|
|
3667
|
-
## 4.5.2 - 2020-05-18
|
|
3668
|
-
|
|
3669
|
-
|
|
3670
|
-
<details>
|
|
3671
|
-
<summary> Dev: Update to @balena/sbvr-parser 1.x [Pagan Gazzard] </summary>
|
|
3672
|
-
|
|
3673
|
-
> ### sbvr-parser-1.0.1 - 2020-05-11
|
|
3674
|
-
>
|
|
3675
|
-
> * Update to mocha 7.x [Pagan Gazzard]
|
|
3676
|
-
|
|
3677
|
-
> ### sbvr-parser-1.0.0 - 2020-05-08
|
|
3678
|
-
>
|
|
3679
|
-
> * Convert coffeescript tests to javascript [Pagan Gazzard]
|
|
3680
|
-
> * Drop support for node 6/8 [Pagan Gazzard]
|
|
3681
|
-
> * Rename to @balena/sbvr-parser [Pagan Gazzard]
|
|
3682
|
-
|
|
3683
|
-
> ### sbvr-parser-0.2.11 - 2020-05-08
|
|
3684
|
-
>
|
|
3685
|
-
> * CI: Add nodejs 14 to the test matrix [Pagan Gazzard]
|
|
3686
|
-
> * CI: Remove circleci publishing in favor of balenaCI [Pagan Gazzard]
|
|
3687
|
-
|
|
3688
|
-
> ### sbvr-parser-0.2.10 - 2020-05-08
|
|
3689
|
-
>
|
|
3690
|
-
> * Update to to @balena/sbvr-types [Pagan Gazzard]
|
|
3691
|
-
|
|
3692
|
-
> ### sbvr-parser-0.2.9 - 2020-05-08
|
|
3693
|
-
>
|
|
3694
|
-
> * Update to @balena/lint 5.x [Pagan Gazzard]
|
|
3695
|
-
</details>
|
|
3696
|
-
|
|
3697
|
-
## 4.5.1 - 2020-05-18
|
|
3698
|
-
|
|
3699
|
-
|
|
3700
|
-
<details>
|
|
3701
|
-
<summary> Dev: Update to @balena/lf-to-abstract-sql 4.x [Pagan Gazzard] </summary>
|
|
3702
|
-
|
|
3703
|
-
> ### lf-to-abstract-sql-4.0.0 - 2020-05-11
|
|
3704
|
-
>
|
|
3705
|
-
> * Include linting as part of the tests [Pagan Gazzard]
|
|
3706
|
-
> * Convert from UMD module to commonjs module [Pagan Gazzard]
|
|
3707
|
-
> * Rename to @balena/lf-to-abstract-sql [Pagan Gazzard]
|
|
3708
|
-
> * Drop support for node 8 [Pagan Gazzard]
|
|
3709
|
-
> * Move @balena/sbvr-parser to production dependencies [Pagan Gazzard]
|
|
3710
|
-
</details>
|
|
3711
|
-
|
|
3712
|
-
## 4.5.0 - 2020-05-12
|
|
3713
|
-
|
|
3714
|
-
|
|
3715
|
-
<details>
|
|
3716
|
-
<summary> Update to @balena/odata-parser 2.x [Pagan Gazzard] </summary>
|
|
3717
|
-
|
|
3718
|
-
> ### odata-parser-2.0.0 - 2020-05-11
|
|
3719
|
-
>
|
|
3720
|
-
> * Rename to @balena/odata-parser [Pagan Gazzard]
|
|
3721
|
-
> * Update to @balena/lint 5.x [Pagan Gazzard]
|
|
3722
|
-
> * Drop support for nodejs 8 [Pagan Gazzard]
|
|
3723
|
-
> * CI: Add nodejs 14 to the test matrix [Pagan Gazzard]
|
|
3724
|
-
> * CI: Remove circleci publishing in favor of balenaCI [Pagan Gazzard]
|
|
3725
|
-
</details>
|
|
3726
|
-
|
|
3727
|
-
## 4.4.7 - 2020-05-12
|
|
3728
|
-
|
|
3729
|
-
|
|
3730
|
-
<details>
|
|
3731
|
-
<summary> Dev: Update lf-to-abstract-sql to 3.x [Pagan Gazzard] </summary>
|
|
3732
|
-
|
|
3733
|
-
> ### lf-to-abstract-sql-3.2.6 - 2020-05-11
|
|
3734
|
-
>
|
|
3735
|
-
>
|
|
3736
|
-
<details>
|
|
3737
|
-
<summary> Update to @balena/sbvr-parser [Pagan Gazzard] </summary>
|
|
3738
|
-
|
|
3739
|
-
>> #### sbvr-parser-1.0.1 - 2020-05-11
|
|
3740
|
-
>>
|
|
3741
|
-
>> * Update to mocha 7.x [Pagan Gazzard]
|
|
3742
|
-
|
|
3743
|
-
>> #### sbvr-parser-1.0.0 - 2020-05-08
|
|
3744
|
-
>>
|
|
3745
|
-
>> * Convert coffeescript tests to javascript [Pagan Gazzard]
|
|
3746
|
-
>> * Drop support for node 6/8 [Pagan Gazzard]
|
|
3747
|
-
>> * Rename to @balena/sbvr-parser [Pagan Gazzard]
|
|
3748
|
-
|
|
3749
|
-
>> #### sbvr-parser-0.2.11 - 2020-05-08
|
|
3750
|
-
>>
|
|
3751
|
-
>> * CI: Add nodejs 14 to the test matrix [Pagan Gazzard]
|
|
3752
|
-
>> * CI: Remove circleci publishing in favor of balenaCI [Pagan Gazzard]
|
|
3753
|
-
|
|
3754
|
-
>> #### sbvr-parser-0.2.10 - 2020-05-08
|
|
3755
|
-
>>
|
|
3756
|
-
>> * Update to to @balena/sbvr-types [Pagan Gazzard]
|
|
3757
|
-
|
|
3758
|
-
>> #### sbvr-parser-0.2.9 - 2020-05-08
|
|
3759
|
-
>>
|
|
3760
|
-
>> * Update to @balena/lint 5.x [Pagan Gazzard]
|
|
3761
|
-
|
|
3762
|
-
>> #### sbvr-parser-0.2.8 - 2020-04-27
|
|
3763
|
-
>>
|
|
3764
|
-
>> * Reduce lodash usage [Pagan Gazzard]
|
|
3765
|
-
</details>
|
|
3766
|
-
|
|
3767
|
-
>
|
|
3768
|
-
|
|
3769
|
-
> ### lf-to-abstract-sql-3.2.5 - 2020-05-08
|
|
3770
|
-
>
|
|
3771
|
-
> * CI: Add nodejs 14 to the test matrix [Pagan Gazzard]
|
|
3772
|
-
|
|
3773
|
-
> ### lf-to-abstract-sql-3.2.4 - 2020-05-08
|
|
3774
|
-
>
|
|
3775
|
-
>
|
|
3776
|
-
<details>
|
|
3777
|
-
<summary> Update to @balena/sbvr-types 3.0.0 [Pagan Gazzard] </summary>
|
|
3778
|
-
|
|
3779
|
-
>> #### sbvr-types-3.0.0 - 2020-05-08
|
|
3780
|
-
>>
|
|
3781
|
-
>> * Convert `fetchProcessing` to synchronous functions [Pagan Gazzard]
|
|
3782
|
-
>> * Update to bcrypt 4.x [Pagan Gazzard]
|
|
3783
|
-
>> * Enable strict tsconfig [Pagan Gazzard]
|
|
3784
|
-
>> * Make use of `import type` where relevant [Pagan Gazzard]
|
|
3785
|
-
>> * Update to balena-lint 5.x [Pagan Gazzard]
|
|
3786
|
-
>> * Rename to @balena/sbvr-types [Pagan Gazzard]
|
|
3787
|
-
>> * Drop node 8 support [Pagan Gazzard]
|
|
3788
|
-
>> * Update tsconfig target to es2018 [Pagan Gazzard]
|
|
3789
|
-
>> * Convert all returned promises to native promises instead of bluebird [Pagan Gazzard]
|
|
3790
|
-
|
|
3791
|
-
>> #### sbvr-types-2.0.9 - 2020-05-07
|
|
3792
|
-
>>
|
|
3793
|
-
>> * Switch to balena-lint [Pagan Gazzard]
|
|
3794
|
-
|
|
3795
|
-
>> #### sbvr-types-2.0.8 - 2020-05-05
|
|
3796
|
-
>>
|
|
3797
|
-
>> * Improve typings [Pagan Gazzard]
|
|
3798
|
-
|
|
3799
|
-
>> #### sbvr-types-2.0.7 - 2020-04-30
|
|
3800
|
-
>>
|
|
3801
|
-
>> * Remove unused imports [Pagan Gazzard]
|
|
3802
|
-
|
|
3803
|
-
>> #### sbvr-types-2.0.6 - 2020-04-27
|
|
3804
|
-
>>
|
|
3805
|
-
>> * Remove production lodash dependency [Pagan Gazzard]
|
|
3806
|
-
</details>
|
|
3807
|
-
|
|
3808
|
-
>
|
|
3809
|
-
|
|
3810
|
-
> ### lf-to-abstract-sql-3.2.3 - 2020-04-20
|
|
3811
|
-
>
|
|
3812
|
-
> * Switch to native some [Pagan Gazzard]
|
|
3813
|
-
> * Switch to native findIndex [Pagan Gazzard]
|
|
3814
|
-
> * Switch to native every [Pagan Gazzard]
|
|
3815
|
-
> * Switch to native find [Pagan Gazzard]
|
|
3816
|
-
> * Switch to native forEach where possible [Pagan Gazzard]
|
|
3817
|
-
> * Switch to native includes [Pagan Gazzard]
|
|
3818
|
-
> * Switch to native array type checking [Pagan Gazzard]
|
|
3819
|
-
> * Switch to native string type checking [Pagan Gazzard]
|
|
3820
|
-
> * Switch to native Object.assign [Pagan Gazzard]
|
|
3821
|
-
|
|
3822
|
-
> ### lf-to-abstract-sql-3.2.2 - 2020-04-16
|
|
3823
|
-
>
|
|
3824
|
-
> * Always treat numbered terms as if they're used [Pagan Gazzard]
|
|
3825
|
-
|
|
3826
|
-
> ### lf-to-abstract-sql-3.2.1 - 2020-04-14
|
|
3827
|
-
>
|
|
3828
|
-
>
|
|
3829
|
-
<details>
|
|
3830
|
-
<summary> Update dependencies [Pagan Gazzard] </summary>
|
|
3831
|
-
|
|
3832
|
-
>> #### sbvr-types-2.0.5 - 2020-03-17
|
|
3833
|
-
>>
|
|
3834
|
-
>> * CI: Remove circleci deploy in favor of balenaCI [Pagan Gazzard]
|
|
3835
|
-
>> * CI: Add node 12 to the test matrix [Pagan Gazzard]
|
|
3836
|
-
>> * CI: Remove node 6 from the test matrix [Pagan Gazzard]
|
|
3837
|
-
>> * Update dependencies and use resin-lint for automatic lint fixes [Pagan Gazzard]
|
|
3838
|
-
|
|
3839
|
-
>> #### sbvr-types-2.0.4 - 2020-01-22
|
|
3840
|
-
>>
|
|
3841
|
-
>> * Add node 12 to the test matrix [Pagan Gazzard]
|
|
3842
|
-
>> * Update dependencies [Pagan Gazzard]
|
|
3843
|
-
>> * Add CODEOWNERS [Pagan Gazzard]
|
|
3844
|
-
|
|
3845
|
-
>> #### sbvr-parser-0.2.7 - 2020-01-22
|
|
3846
|
-
>>
|
|
3847
|
-
>> * Add CODEOWNERS [Pagan Gazzard]
|
|
3848
|
-
|
|
3849
|
-
>> #### sbvr-parser-0.2.6 - 2019-12-30
|
|
3850
|
-
>>
|
|
3851
|
-
>> * Add support for using `of` instead of `that is of` [Pagan Gazzard]
|
|
3852
|
-
|
|
3853
|
-
>> #### sbvr-parser-0.2.5 - 2019-12-30
|
|
3854
|
-
>>
|
|
3855
|
-
>> * Add support for `a given` as a universal quantification [Pagan Gazzard]
|
|
3856
|
-
|
|
3857
|
-
>> #### sbvr-parser-0.2.4 - 2019-12-27
|
|
3858
|
-
>>
|
|
3859
|
-
>> * Allow including terms as part of a verb by using `[]` brackets [Pagan Gazzard]
|
|
3860
|
-
</details>
|
|
3861
|
-
|
|
3862
|
-
>
|
|
3863
|
-
|
|
3864
|
-
> ### lf-to-abstract-sql-3.2.0 - 2020-04-13
|
|
3865
|
-
>
|
|
3866
|
-
> * Only add the destination of a link table if it's actually necessary [Pagan Gazzard]
|
|
3867
|
-
|
|
3868
|
-
> ### lf-to-abstract-sql-3.1.2 - 2020-02-26
|
|
3869
|
-
>
|
|
3870
|
-
> * CI: Remove circleci publishing in favor of balenaCI [Pagan Gazzard]
|
|
3871
|
-
|
|
3872
|
-
> ### lf-to-abstract-sql-3.1.1 - 2020-01-22
|
|
3873
|
-
>
|
|
3874
|
-
> * Add CODEOWNERS [Pagan Gazzard]
|
|
3875
|
-
|
|
3876
|
-
> ### lf-to-abstract-sql-3.1.0 - 2019-11-01
|
|
3877
|
-
>
|
|
3878
|
-
> * Add support for enum definitions on fact types [Pagan Gazzard]
|
|
3879
|
-
|
|
3880
|
-
> ### lf-to-abstract-sql-3.0.2 - 2019-06-14
|
|
3881
|
-
>
|
|
3882
|
-
> * Fix `updateModifiedAt` formatting [Pagan Gazzard]
|
|
3883
|
-
|
|
3884
|
-
> ### lf-to-abstract-sql-3.0.1 - 2019-05-08
|
|
3885
|
-
>
|
|
3886
|
-
> * Add node 12 tests [Pagan Gazzard]
|
|
3887
|
-
> * Add repo.yml for upstream changelogs [Pagan Gazzard]
|
|
3888
|
-
> * Add .versionbot/CHANGELOG.yml for downstream changelogs [Pagan Gazzard]
|
|
3889
|
-
|
|
3890
|
-
> ### lf-to-abstract-sql-3.0.0 - 2019-03-08
|
|
3891
|
-
>
|
|
3892
|
-
> * Add automatic modified at fields [Pagan Gazzard]
|
|
3893
|
-
</details>
|
|
3894
|
-
|
|
3895
|
-
## 4.4.6 - 2020-05-08
|
|
3896
|
-
|
|
3897
|
-
|
|
3898
|
-
<details>
|
|
3899
|
-
<summary> Update to @balena/sbvr-types 3.0.0 [Pagan Gazzard] </summary>
|
|
3900
|
-
|
|
3901
|
-
> ### sbvr-types-3.0.0 - 2020-05-08
|
|
3902
|
-
>
|
|
3903
|
-
> * Convert `fetchProcessing` to synchronous functions [Pagan Gazzard]
|
|
3904
|
-
> * Update to bcrypt 4.x [Pagan Gazzard]
|
|
3905
|
-
> * Enable strict tsconfig [Pagan Gazzard]
|
|
3906
|
-
> * Make use of `import type` where relevant [Pagan Gazzard]
|
|
3907
|
-
> * Update to balena-lint 5.x [Pagan Gazzard]
|
|
3908
|
-
> * Rename to @balena/sbvr-types [Pagan Gazzard]
|
|
3909
|
-
> * Drop node 8 support [Pagan Gazzard]
|
|
3910
|
-
> * Update tsconfig target to es2018 [Pagan Gazzard]
|
|
3911
|
-
> * Convert all returned promises to native promises instead of bluebird [Pagan Gazzard]
|
|
3912
|
-
|
|
3913
|
-
> ### sbvr-types-2.0.9 - 2020-05-07
|
|
3914
|
-
>
|
|
3915
|
-
> * Switch to balena-lint [Pagan Gazzard]
|
|
3916
|
-
|
|
3917
|
-
> ### sbvr-types-2.0.8 - 2020-05-05
|
|
3918
|
-
>
|
|
3919
|
-
> * Improve typings [Pagan Gazzard]
|
|
3920
|
-
</details>
|
|
3921
|
-
|
|
3922
|
-
## 4.4.5 - 2020-05-05
|
|
3923
|
-
|
|
3924
|
-
|
|
3925
|
-
<details>
|
|
3926
|
-
<summary> Optimize `getRelationships` [Pagan Gazzard] </summary>
|
|
3927
|
-
|
|
3928
|
-
> ### abstract-sql-compiler-6.13.4 - 2020-04-30
|
|
3929
|
-
>
|
|
3930
|
-
> * Reduce lodash usage [Pagan Gazzard]
|
|
3931
|
-
|
|
3932
|
-
> ### abstract-sql-compiler-6.13.3 - 2020-04-14
|
|
3933
|
-
>
|
|
3934
|
-
>
|
|
3935
|
-
<details>
|
|
3936
|
-
<summary> Update dependencies [Pagan Gazzard] </summary>
|
|
3937
|
-
|
|
3938
|
-
>> #### sbvr-types-2.0.5 - 2020-03-17
|
|
3939
|
-
>>
|
|
3940
|
-
>> * CI: Remove circleci deploy in favor of balenaCI [Pagan Gazzard]
|
|
3941
|
-
>> * CI: Add node 12 to the test matrix [Pagan Gazzard]
|
|
3942
|
-
>> * CI: Remove node 6 from the test matrix [Pagan Gazzard]
|
|
3943
|
-
>> * Update dependencies and use resin-lint for automatic lint fixes [Pagan Gazzard]
|
|
3944
|
-
|
|
3945
|
-
>> #### odata-parser-1.4.1 - 2020-04-10
|
|
3946
|
-
>>
|
|
3947
|
-
>> * Update dependencies [Pagan Gazzard]
|
|
3948
|
-
|
|
3949
|
-
>> #### odata-parser-1.4.0 - 2020-03-02
|
|
3950
|
-
>>
|
|
3951
|
-
>> * ✨: Add support for canAccess method call on resource [Andreas Fitzek]
|
|
3952
|
-
</details>
|
|
3953
|
-
|
|
3954
|
-
>
|
|
3955
|
-
</details>
|
|
3956
|
-
|
|
3957
|
-
## 4.4.4 - 2020-04-27
|
|
3958
|
-
|
|
3959
|
-
* Reduce lodash usage [Pagan Gazzard]
|
|
3960
|
-
|
|
3961
|
-
## 4.4.3 - 2020-04-20
|
|
3962
|
-
|
|
3963
|
-
* Switch to native forEach where possible [Pagan Gazzard]
|
|
3964
|
-
* Switch to native map [Pagan Gazzard]
|
|
3965
|
-
* Switch to native find [Pagan Gazzard]
|
|
3966
|
-
* Switch to native some [Pagan Gazzard]
|
|
3967
|
-
* Switch to native includes [Pagan Gazzard]
|
|
3968
|
-
* Switch to native string type check [Pagan Gazzard]
|
|
3969
|
-
* Switch to native number type check [Pagan Gazzard]
|
|
3970
|
-
* Switch to native array type check [Pagan Gazzard]
|
|
3971
|
-
|
|
3972
|
-
## 4.4.2 - 2020-04-14
|
|
3973
|
-
|
|
3974
|
-
* Fix linting and make use of import type [Pagan Gazzard]
|
|
3975
|
-
|
|
3976
|
-
## 4.4.1 - 2020-04-14
|
|
3977
|
-
|
|
3978
|
-
|
|
3979
|
-
<details>
|
|
3980
|
-
<summary> Update dependencies [Pagan Gazzard] </summary>
|
|
3981
|
-
|
|
3982
|
-
> ### sbvr-parser-0.2.7 - 2020-01-22
|
|
3983
|
-
>
|
|
3984
|
-
> * Add CODEOWNERS [Pagan Gazzard]
|
|
3985
|
-
|
|
3986
|
-
> ### sbvr-parser-0.2.6 - 2019-12-30
|
|
3987
|
-
>
|
|
3988
|
-
> * Add support for using `of` instead of `that is of` [Pagan Gazzard]
|
|
3989
|
-
|
|
3990
|
-
> ### sbvr-parser-0.2.5 - 2019-12-30
|
|
3991
|
-
>
|
|
3992
|
-
> * Add support for `a given` as a universal quantification [Pagan Gazzard]
|
|
3993
|
-
|
|
3994
|
-
> ### sbvr-parser-0.2.4 - 2019-12-27
|
|
3995
|
-
>
|
|
3996
|
-
> * Allow including terms as part of a verb by using `[]` brackets [Pagan Gazzard]
|
|
3997
|
-
|
|
3998
|
-
> ### odata-parser-1.4.1 - 2020-04-10
|
|
3999
|
-
>
|
|
4000
|
-
> * Update dependencies [Pagan Gazzard]
|
|
4001
|
-
|
|
4002
|
-
> ### sbvr-types-2.0.5 - 2020-03-17
|
|
4003
|
-
>
|
|
4004
|
-
> * CI: Remove circleci deploy in favor of balenaCI [Pagan Gazzard]
|
|
4005
|
-
> * CI: Add node 12 to the test matrix [Pagan Gazzard]
|
|
4006
|
-
> * CI: Remove node 6 from the test matrix [Pagan Gazzard]
|
|
4007
|
-
> * Update dependencies and use resin-lint for automatic lint fixes [Pagan Gazzard]
|
|
4008
|
-
|
|
4009
|
-
> ### sbvr-types-2.0.4 - 2020-01-22
|
|
4010
|
-
>
|
|
4011
|
-
> * Add node 12 to the test matrix [Pagan Gazzard]
|
|
4012
|
-
> * Update dependencies [Pagan Gazzard]
|
|
4013
|
-
> * Add CODEOWNERS [Pagan Gazzard]
|
|
4014
|
-
|
|
4015
|
-
> ### abstract-sql-compiler-6.13.2 - 2020-03-25
|
|
4016
|
-
>
|
|
4017
|
-
> * 📝♻️ : Improve RelationshipMapping typing and docs [Andreas Fitzek]
|
|
4018
|
-
|
|
4019
|
-
> ### abstract-sql-compiler-6.13.1 - 2020-02-26
|
|
4020
|
-
>
|
|
4021
|
-
> * Only create functions if they don't already exist [Pagan Gazzard]
|
|
4022
|
-
|
|
4023
|
-
> ### abstract-sql-compiler-6.13.0 - 2020-02-21
|
|
4024
|
-
>
|
|
4025
|
-
> * Add support for sum [Pagan Gazzard]
|
|
4026
|
-
> * Add support for average [Pagan Gazzard]
|
|
4027
|
-
> * Add tests for count [Pagan Gazzard]
|
|
4028
|
-
|
|
4029
|
-
> ### abstract-sql-compiler-6.12.0 - 2020-02-21
|
|
4030
|
-
>
|
|
4031
|
-
> * Add support for coalesce [Pagan Gazzard]
|
|
4032
|
-
|
|
4033
|
-
> ### abstract-sql-compiler-6.11.6 - 2020-02-21
|
|
4034
|
-
>
|
|
4035
|
-
>
|
|
4036
|
-
<details>
|
|
4037
|
-
<summary> Update dependencies [Pagan Gazzard] </summary>
|
|
4038
|
-
|
|
4039
|
-
>> #### sbvr-types-2.0.4 - 2020-01-22
|
|
4040
|
-
>>
|
|
4041
|
-
>> * Add node 12 to the test matrix [Pagan Gazzard]
|
|
4042
|
-
>> * Update dependencies [Pagan Gazzard]
|
|
4043
|
-
>> * Add CODEOWNERS [Pagan Gazzard]
|
|
4044
|
-
</details>
|
|
4045
|
-
|
|
4046
|
-
>
|
|
4047
|
-
|
|
4048
|
-
> ### abstract-sql-compiler-6.11.5 - 2020-02-06
|
|
4049
|
-
>
|
|
4050
|
-
> * Update resin-lint to 3.x and use it for auto-linting [Pagan Gazzard]
|
|
4051
|
-
|
|
4052
|
-
> ### abstract-sql-compiler-6.11.4 - 2020-02-06
|
|
4053
|
-
>
|
|
4054
|
-
> * Fix query type check [Pagan Gazzard]
|
|
4055
|
-
|
|
4056
|
-
> ### abstract-sql-compiler-6.11.3 - 2020-01-22
|
|
4057
|
-
>
|
|
4058
|
-
> * Add CODEOWNERS [Pagan Gazzard]
|
|
4059
|
-
|
|
4060
|
-
> ### abstract-sql-compiler-6.11.2 - 2020-01-09
|
|
4061
|
-
>
|
|
4062
|
-
> * Trim trigger names to the max of 63 characters [Pagan Gazzard]
|
|
4063
|
-
|
|
4064
|
-
> ### abstract-sql-compiler-6.11.1 - 2019-11-22
|
|
4065
|
-
>
|
|
4066
|
-
> * Update dev dependencies [Pagan Gazzard]
|
|
4067
|
-
</details>
|
|
4068
|
-
|
|
4069
|
-
## 4.4.0 - 2020-03-02
|
|
4070
|
-
|
|
4071
|
-
* ✨: Add custom resource functions [Andreas Fitzek]
|
|
4072
|
-
|
|
4073
|
-
## 4.3.0 - 2020-02-11
|
|
4074
|
-
|
|
4075
|
-
* Remove unsupported node 6 from the test matrix [Pagan Gazzard]
|
|
4076
|
-
* Add support for computed field when selecting from a resource alias [Pagan Gazzard]
|
|
4077
|
-
|
|
4078
|
-
## 4.2.1 - 2020-01-22
|
|
4079
|
-
|
|
4080
|
-
* Add CODEOWNERS [Pagan Gazzard]
|
|
4081
|
-
|
|
4082
|
-
## 4.2.0 - 2019-11-22
|
|
4083
|
-
|
|
4084
|
-
* Add support for `/$count` in filters [Pagan Gazzard]
|
|
4085
|
-
|
|
4086
|
-
## 4.1.2 - 2019-09-23
|
|
4087
|
-
|
|
4088
|
-
|
|
4089
|
-
<details>
|
|
4090
|
-
<summary> Optimise generating resource mappings [Pagan Gazzard] </summary>
|
|
4091
|
-
|
|
4092
|
-
> ### odata-parser-1.2.3 - 2019-09-20
|
|
4093
|
-
>
|
|
4094
|
-
> * Optimise merging of operands in `FilterByExpressionLoop` [Pagan Gazzard]
|
|
4095
|
-
</details>
|
|
4096
|
-
|
|
4097
|
-
## 4.1.1 - 2019-09-19
|
|
4098
|
-
|
|
4099
|
-
* Improve error messages on failing to resolve relationships [Pagan Gazzard]
|
|
4100
|
-
|
|
4101
|
-
## 4.1.0 - 2019-08-29
|
|
4102
|
-
|
|
4103
|
-
* Add support for `TableNode` definitions [Pagan Gazzard]
|
|
4104
|
-
|
|
4105
|
-
<details>
|
|
4106
|
-
<summary> Add typings support for `ResourceNode`s in join nodes [Pagan Gazzard] </summary>
|
|
4107
|
-
|
|
4108
|
-
> ### abstract-sql-compiler-6.8.0 - 2019-08-29
|
|
4109
|
-
>
|
|
4110
|
-
> * Add support for inner/left/right/full joins [Pagan Gazzard]
|
|
4111
|
-
</details>
|
|
4112
|
-
|
|
4113
|
-
## 4.0.1 - 2019-08-22
|
|
4114
|
-
|
|
4115
|
-
* Update dependencies [Pagan Gazzard]
|
|
4116
|
-
|
|
4117
|
-
## 4.0.0 - 2019-06-14
|
|
4118
|
-
|
|
4119
|
-
* Update tsconfig target to es2018 [Pagan Gazzard]
|
|
4120
|
-
* Use `IsDistinctFrom`/`IsNotDistinctFrom` for odata `eq`/`ne` [Pagan Gazzard]
|
|
4121
|
-
|
|
4122
|
-
## 3.3.0 - 2019-06-07
|
|
4123
|
-
|
|
4124
|
-
* Make use of odata-parser types [Pagan Gazzard]
|
|
4125
|
-
|
|
4126
|
-
<details>
|
|
4127
|
-
<summary> View details </summary>
|
|
4128
|
-
|
|
4129
|
-
### odata-parser-1.1.1 - 2019-06-07
|
|
4130
|
-
|
|
4131
|
-
* Improve typings [Pagan Gazzard]
|
|
4132
|
-
|
|
4133
|
-
### odata-parser-1.1.0 - 2019-06-06
|
|
4134
|
-
|
|
4135
|
-
* Add typings [Pagan Gazzard]
|
|
4136
|
-
|
|
4137
|
-
### abstract-sql-compiler-6.6.0 - 2019-06-03
|
|
4138
|
-
|
|
4139
|
-
* Improve aliased from handling in `getReferencedFields` [Pagan Gazzard]
|
|
4140
|
-
|
|
4141
|
-
### abstract-sql-compiler-6.5.1 - 2019-06-03
|
|
4142
|
-
|
|
4143
|
-
* Use an abstract-sql-optimiser prepass to simplify getReferencedFields [Pagan Gazzard]
|
|
4144
|
-
|
|
4145
|
-
### sbvr-parser-0.2.3 - 2019-06-04
|
|
4146
|
-
|
|
4147
|
-
* Optimise exactly 0 to not exists [Pagan Gazzard]
|
|
4148
|
-
</details>
|
|
4149
|
-
|
|
4150
|
-
## 3.2.0 - 2019-05-31
|
|
4151
|
-
|
|
4152
|
-
* Add support for computed fields [Pagan Gazzard]
|
|
4153
|
-
|
|
4154
|
-
## 3.1.3 - 2019-05-31
|
|
4155
|
-
|
|
4156
|
-
* Unify the handling of adding fields with or without a $select [Pagan Gazzard]
|
|
4157
|
-
|
|
4158
|
-
<details>
|
|
4159
|
-
<summary> View details </summary>
|
|
4160
|
-
|
|
4161
|
-
### odata-parser-1.0.4 - 2019-05-27
|
|
4162
|
-
|
|
4163
|
-
* Fix adding parameter alias to the options object [Pagan Gazzard]
|
|
4164
|
-
|
|
4165
|
-
### odata-parser-1.0.3 - 2019-05-08
|
|
4166
|
-
|
|
4167
|
-
* Add .versionbot/CHANGELOG.yml for downstream changelogs [Pagan Gazzard]
|
|
4168
|
-
|
|
4169
|
-
### abstract-sql-compiler-6.5.0 - 2019-05-30
|
|
4170
|
-
|
|
4171
|
-
* Add support for computed fields [Pagan Gazzard]
|
|
4172
|
-
|
|
4173
|
-
### abstract-sql-compiler-6.4.3 - 2019-05-30
|
|
4174
|
-
|
|
4175
|
-
* Add tests for `getReferencedFields` [Pagan Gazzard]
|
|
4176
|
-
|
|
4177
|
-
### abstract-sql-compiler-6.4.2 - 2019-05-09
|
|
4178
|
-
|
|
4179
|
-
* Update and fix lodash typings [Pagan Gazzard]
|
|
4180
|
-
* Update husky/mocha dev dependencies [Pagan Gazzard]
|
|
4181
|
-
|
|
4182
|
-
### abstract-sql-compiler-6.4.1 - 2019-05-08
|
|
4183
|
-
|
|
4184
|
-
* Fix typescript compilation [Pagan Gazzard]
|
|
4185
|
-
|
|
4186
|
-
<details>
|
|
4187
|
-
<summary> View details </summary>
|
|
4188
|
-
|
|
4189
|
-
#### sbvr-parser-0.2.2 - 2019-05-08
|
|
4190
|
-
|
|
4191
|
-
* Add .versionbot/CHANGELOG.yml for downstream changelogs [Pagan Gazzard]
|
|
4192
|
-
</details>
|
|
4193
|
-
|
|
4194
|
-
* Add node 12 tests [Pagan Gazzard]
|
|
4195
|
-
* Add repo.yml for upstream changelogs [Pagan Gazzard]
|
|
4196
|
-
* Add .versionbot/CHANGELOG.yml for downstream changelogs [Pagan Gazzard]
|
|
4197
|
-
</details>
|
|
4198
|
-
|
|
4199
|
-
## 3.1.2 - 2019-05-08
|
|
4200
|
-
|
|
4201
|
-
* Add node 12 tests [Pagan Gazzard]
|
|
4202
|
-
* Add repo.yml for upstream changelogs [Pagan Gazzard]
|
|
4203
|
-
* Add .versionbot/CHANGELOG.yml for downstream changelogs [Pagan Gazzard]
|
|
4204
|
-
|
|
4205
|
-
## 3.1.1 - 2019-04-22
|
|
4206
|
-
|
|
4207
|
-
* Fix off-by-one error when having to resort to a random alias [Pagan Gazzard]
|
|
4208
|
-
|
|
4209
|
-
## 3.1.0 - 2019-03-04
|
|
4210
|
-
|
|
4211
|
-
* Add path key where statements to the select subquery for inserts [Pagan Gazzard]
|
|
4212
|
-
* Add support for definitions for the target table of insert queries [Pagan Gazzard]
|
|
4213
|
-
|
|
4214
|
-
## 3.0.1 - 2019-01-28
|
|
4215
|
-
|
|
4216
|
-
* Improve typings, typing `tree` as the `AbstractSqlQuery` it is [Pagan Gazzard]
|
|
4217
|
-
|
|
4218
|
-
## 3.0.0 - 2018-12-07
|
|
4219
|
-
|
|
4220
|
-
* Add support for automatically resolved `ResourceNode`s in definitions [Pagan Gazzard]
|
|
4221
|
-
* Convert the translator into typescript [Pagan Gazzard]
|
|
4222
|
-
|
|
4223
|
-
## 2.4.3 - 2018-11-16
|
|
4224
|
-
|
|
4225
|
-
* Further optimise `generateShortAliases` [Pagan Gazzard]
|
|
4226
|
-
|
|
4227
|
-
## 2.4.2 - 2018-11-15
|
|
4228
|
-
|
|
4229
|
-
* Optimise `generateShortAliases` [Pagan Gazzard]
|
|
4230
|
-
|
|
4231
|
-
## 2.4.1 - 2018-11-14
|
|
4232
|
-
|
|
4233
|
-
* Add typescript linting and prettier commit hook [Pagan Gazzard]
|
|
4234
|
-
|
|
4235
|
-
## v2.4.0 - 2018-11-03
|
|
4236
|
-
|
|
4237
|
-
* Update dev dependencies [Pagan Gazzard]
|
|
4238
|
-
* Switch to using a prepare script so npm git installs can work [Pagan Gazzard]
|
|
4239
|
-
* Switch to generating commonjs format [Pagan Gazzard]
|
|
4240
|
-
|
|
4241
|
-
## v2.3.0 - 2018-10-18
|
|
4242
|
-
|
|
4243
|
-
* Add typings [Pagan Gazzard]
|
|
4244
|
-
|
|
4245
|
-
## v2.2.6 - 2018-10-17
|
|
4246
|
-
|
|
4247
|
-
* Fix adding the id to body vars for PUT requests [Pagan Gazzard]
|
|
4248
|
-
|
|
4249
|
-
## v2.2.5 - 2018-09-17
|
|
4250
|
-
|
|
4251
|
-
* Throw an error when trying to directly reference a virtual field [Pagan Gazzard]
|
|
4252
|
-
|
|
4253
|
-
## v2.2.4 - 2018-09-14
|
|
4254
|
-
|
|
4255
|
-
* Optimise `ResolveRelationship` call to `_.get` [Pagan Gazzard]
|
|
4256
|
-
|
|
4257
|
-
## v2.2.3 - 2018-09-06
|
|
4258
|
-
|
|
4259
|
-
* Support navigation properties that only appear as method args [Pagan Gazzard]
|
|
4260
|
-
|
|
4261
|
-
## v2.2.2 - 2018-08-28
|
|
4262
|
-
|
|
4263
|
-
* Avoid unnecessarily adding the path key to update queries [Pagan Gazzard]
|
|
4264
|
-
|
|
4265
|
-
## v2.2.1 - 2018-06-15
|
|
4266
|
-
|
|
4267
|
-
* Apply inserts/updates/deletes direct to the base table, whilst respecting the definition for filters on them. #21 [Pagan Gazzard]
|
|
4268
|
-
|
|
4269
|
-
## v2.2.0 - 2018-06-08
|
|
4270
|
-
|
|
4271
|
-
* Add support for native `in` statements. #20 [Pagan Gazzard]
|
|
4272
|
-
|
|
4273
|
-
## v2.1.2 - 2018-05-10
|
|
4274
|
-
|
|
4275
|
-
* Update dependencies #19 [Pagan Gazzard]
|
|
4276
|
-
|
|
4277
|
-
## v2.1.1 - 2018-05-10
|
|
4278
|
-
|
|
4279
|
-
* Require npm 4+ to publish, to avoid issues with publishing #18 [Pagan Gazzard]
|
|
4280
|
-
|
|
4281
|
-
## v2.1.0 - 2018-05-01
|
|
4282
|
-
|
|
4283
|
-
* Update to memoizee ^0.4.12 #17 [Pagan Gazzard]
|
|
4284
|
-
|
|
4285
|
-
## v2.0.1 - 2018-04-30
|
|
4286
|
-
|
|
4287
|
-
* Add node 10 to the circleci tests. #16 [Pagan Gazzard]
|
|
4288
|
-
* Move circle.yml to .circleci/config.yml #16 [Pagan Gazzard]
|
|
4289
|
-
|
|
4290
|
-
## v2.0.0 - 2018-04-25
|
|
4291
|
-
|
|
4292
|
-
* Update to lf-to-abstract-sql 2.x and make use of the relationship lookup being the resource name. #14 [Pagan Gazzard]
|
|
4293
|
-
|
|
4294
|
-
## v1.2.1 - 2018-04-25
|
|
4295
|
-
|
|
4296
|
-
* Memoize `sqlNameToODataName` and `odataNameToSqlName` #15 [Pagan Gazzard]
|
|
4297
|
-
|
|
4298
|
-
## v1.2.0 - 2018-04-20
|
|
4299
|
-
|
|
4300
|
-
* Add support for more query options in PUT/PATCH/DELETE queries. #13 [Pagan Gazzard]
|
|
4301
|
-
|
|
4302
|
-
## v1.1.1 - 2018-03-02
|
|
4303
|
-
|
|
4304
|
-
* Cast nulls to the correct type as well, since nulls can also cause problems in some queries if not cast #12 [Pagan Gazzard]
|
|
4305
|
-
|
|
4306
|
-
## v1.1.0 - 2018-01-05
|
|
4307
|
-
|
|
4308
|
-
* Add support for resources which are defined via an abstract SQL chunk. #11 [Pagan Gazzard]
|
|
4309
|
-
|
|
4310
|
-
## v1.0.2 - 2017-11-29
|
|
4311
|
-
|
|
4312
|
-
* Set up circleci auto-publishing #10 [Pagan Gazzard]
|
|
4313
|
-
|
|
4314
|
-
## v1.0.1 - 2017-10-27
|
|
4315
|
-
|
|
4316
|
-
* Added versionist #8 [Giovanni Garufi]
|
|
4317
|
-
|
|
4318
|
-
## v1.0.0
|
|
4319
|
-
|
|
4320
|
-
* As a last resort use a random string to shorten the alias if the other methods were unable to shorten it enough
|
|
4321
|
-
* Add more levels of alias shortening in order to be able to more aggressively shortern aliases whilst still maintaining some readability (as aliases quickly get a lot longer now the verb is included)
|
|
4322
|
-
* Added `sqlNameToODataName` and `odataNameToSqlName` for converting between odata and abstract sql resource names.
|
|
4323
|
-
* Switched to using the abstract sql model directly as the client model, this adds support for
|
|
4324
|
-
* Synonymous form navigation, meaning we can navigate both `pilot trained pilot` and `pilot was trained by pilot` to specify a direction.
|
|
4325
|
-
* Synonyms, meaning we can use both aircraft and plane interchangeably, eg `aircraft` instead of `plane`, `pilot__can_fly__aircraft` instead of `pilot__can_fly__plane`, etc
|
|
4326
|
-
* Switched to generating the client model in the tests, rather than committing it.
|
|
4327
|
-
|
|
4328
|
-
## v0.4.1
|
|
4329
|
-
|
|
4330
|
-
* Fixed the `all` lambda for cases where there are more than one of the parent resource
|
|
4331
|
-
|
|
4332
|
-
## v0.4.0
|
|
4333
|
-
|
|
4334
|
-
* Changed to requiring an array of body keys rather than an object of key/value pairs. This makes the cache hit rate on memoisation reasonable.
|
|
4335
|
-
* Changed to return an object containing the tree and an object of key/value pairs that should be added to the body.
|
|
4336
|
-
|
|
4337
|
-
## v0.3.7
|
|
4338
|
-
|
|
4339
|
-
* Added support for parsing binds in the odata tree.
|
|
4340
|
-
* Made sure parsing fails if the path.key is invalid.
|
|
4341
|
-
|
|
4342
|
-
## v0.3.6
|
|
4343
|
-
|
|
4344
|
-
* Added functionality to sensibly shorten table aliases (requires using the new `setClientModel` function), to handle cases where aliases can grow too large for the database.
|
|
4345
|
-
|
|
4346
|
-
## v0.3.5
|
|
4347
|
-
|
|
4348
|
-
* Fixed an undefined variable issue on an unknown mapping.
|
|
4349
|
-
* Added support for /$count
|
|
4350
|
-
* Added tests for count
|
|
4351
|
-
|
|
4352
|
-
## v0.3.4
|
|
4353
|
-
|
|
4354
|
-
* Switched to using sensible aliases for tables so that self-references can be handled.
|
|
4355
|
-
* Fixed cases where prop.property or prop.lambda could be ignored.
|
|
4356
|
-
* Switched to throwing errors rather than strings so that we get stack traces
|
|
4357
|
-
|
|
4358
|
-
## v0.3.3
|
|
4359
|
-
|
|
4360
|
-
* Added support for duration literals.
|
|
4361
|
-
* Added support for the majority of OData 4 functions.
|
|
4362
|
-
|
|
4363
|
-
## v0.3.2
|
|
4364
|
-
|
|
4365
|
-
* Updated to lodash v4
|
|
4366
|
-
|
|
4367
|
-
## v0.3.1
|
|
4368
|
-
|
|
4369
|
-
* Updated ometa-js
|
|
4370
|
-
|
|
4371
|
-
## v0.3.0
|
|
4372
|
-
|
|
4373
|
-
* Added support for lambda operations on nested properties.
|
|
4374
|
-
* Fixed issues with field scoping of foreign keys with `$expand($select)` queries that do not include the foreign key in the select.
|
|
4375
|
-
* Fixed database error on insert filter with navigation property.
|
|
4376
|
-
|
|
4377
|
-
## v0.2.6
|
|
4378
|
-
|
|
4379
|
-
* Added support for nested expands like `$expand=resource($expand=subresource)`
|
|
4380
|
-
|
|
4381
|
-
## v0.2.5
|
|
4382
|
-
|
|
4383
|
-
* Switched to a scoped package.
|
|
4384
|
-
|
|
4385
|
-
## v0.2.4
|
|
4386
|
-
|
|
4387
|
-
* Fixed an issue when an expand references its parent in an option (eg. `/pilot?$expand=licence($filter=pilot/id eq 1)`)
|
|
4388
|
-
|
|
4389
|
-
## v0.2.3
|
|
4390
|
-
|
|
4391
|
-
* Fixed some cases where failing to parse was silently ignored.
|
|
4392
|
-
|
|
4393
|
-
## v0.2.2
|
|
4394
|
-
|
|
4395
|
-
* Added support for $filter, $orderby, $top, $skip, and $select as expand options.
|
|
4396
|
-
* Updated lodash to ^3.0.0
|
|
4397
|
-
|
|
4398
|
-
## v0.2.1
|
|
4399
|
-
|
|
4400
|
-
* Added support for true/false/null
|
|
4401
|
-
|
|
4402
|
-
## v0.2.0
|
|
4403
|
-
|
|
4404
|
-
* Implemented support for PUT filters.
|
|
4405
|
-
* Added support for resource names with underscores.
|
|
4406
|
-
|
|
4407
|
-
## v0.1.1
|
|
4408
|
-
|
|
4409
|
-
* Cast bind vars in inserts in order to guarantee the database knows the correct type in cases where it could be ambiguous.
|
|
4410
|
-
|
|
4411
|
-
## v0.1.0
|
|
4412
|
-
|
|
4413
|
-
* Fixed id fields that had spaces.
|
|
4414
|
-
* Implemented support for POST filters.
|
|
4415
|
-
* Proper support for keys in $links
|