@balena/odata-to-abstract-sql
Advanced tools
Changelog
6.0.1 - 2023-04-27
<details> <summary> Update dependencies [Pagan Gazzard] </summary></details>odata-parser-3.0.0 - 2023-04-26
- Use optional chaining operator [Pagan Gazzard]
- Set minimum supported nodejs version to 16.13.0 [Pagan Gazzard]
odata-parser-2.5.0 - 2023-04-26
- Update to peggy 3 and make us of the repetition operator [Pagan Gazzard]
sbvr-types-4.0.0 - 2023-04-26
- Add test cases for Objects in JSON validate [fisehara]
- Drop
require-npm4-to-publish
devDependency [fisehara]- Set minimum supported nodejs version to 16.13.0 and tsconfig to es2021 [Pagan Gazzard]
- Switch
JSON
to useJSON
db type instead ofTEXT
[Pagan Gazzard]- Switch
Boolean
to useBOOLEAN
db type instead ofINTEGER
[Pagan Gazzard]- Assert that JSON input typeof is object [Josh Bowling]