@balena/abstract-sql-to-typescript
Advanced tools
Comparing version 1.5.0 to 1.5.1-build-update-deps-72ae6d01ce70fbd47056042399c4d07f50e9a636-1
155
CHANGELOG.md
@@ -7,2 +7,157 @@ # Change Log | ||
## 1.5.1 - 2023-04-27 | ||
<details> | ||
<summary> Update dependencies [Pagan Gazzard] </summary> | ||
> ### odata-to-abstract-sql-5.9.6 - 2023-04-25 | ||
> | ||
> * Collapse `AliasedFunction` into `FunctionMatch` [Pagan Gazzard] | ||
> | ||
> ### odata-to-abstract-sql-5.9.5 - 2023-04-25 | ||
> | ||
> | ||
> <details> | ||
> <summary> Improve typings [Pagan Gazzard] </summary> | ||
> | ||
>> #### abstract-sql-compiler-8.4.1 - 2023-04-25 | ||
>> | ||
>> * Add much finer grained typings for abstract-sql-optimizer [Pagan Gazzard] | ||
>> | ||
> | ||
> </details> | ||
> | ||
> | ||
> ### odata-to-abstract-sql-5.9.4 - 2023-04-24 | ||
> | ||
> | ||
> <details> | ||
> <summary> Update dependencies [Pagan Gazzard] </summary> | ||
> | ||
>> #### abstract-sql-compiler-8.4.0 - 2023-04-24 | ||
>> | ||
>> * Add support for using field type nodes with an AggregateJSON node [Pagan Gazzard] | ||
>> | ||
>> #### abstract-sql-compiler-8.3.13 - 2023-04-24 | ||
>> | ||
>> * Deprecate `AliasableFromTypeNodes` type as it's redundant [Pagan Gazzard] | ||
>> | ||
>> #### abstract-sql-compiler-8.3.12 - 2023-04-17 | ||
>> | ||
>> * Revert tightening of `OrderBy` to only field nodes [Pagan Gazzard] | ||
>> | ||
>> #### abstract-sql-compiler-8.3.11 - 2023-04-13 | ||
>> | ||
>> * Do not allow ON clauses for CROSS JOIN as it is invalid [Pagan Gazzard] | ||
>> * Stop accepting `ExtractJSONPathAsText`/`ToJSON` as unknown node types [Pagan Gazzard] | ||
>> | ||
>> #### abstract-sql-compiler-8.3.10 - 2023-04-13 | ||
>> | ||
>> * Fix DateNode/AnyNode typings [Pagan Gazzard] | ||
>> | ||
>> #### abstract-sql-compiler-8.3.9 - 2023-04-13 | ||
>> | ||
>> | ||
>> <details> | ||
>> <summary> Update dependencies [Pagan Gazzard] </summary> | ||
>> | ||
>>> ##### sbvr-types-3.5.0 - 2023-03-21 | ||
>>> | ||
>>> * Add Big Serial type [Josh Bowling] | ||
>>> | ||
>>> ##### sbvr-types-3.4.19 - 2022-12-08 | ||
>>> | ||
>>> * Flowzone: Allow external contributions [Josh Bowling] | ||
>>> | ||
>> | ||
>> </details> | ||
>> | ||
>> | ||
>> #### abstract-sql-compiler-8.3.8 - 2023-04-12 | ||
>> | ||
>> * Improve typings [Pagan Gazzard] | ||
>> | ||
>> #### abstract-sql-compiler-8.3.7 - 2023-04-12 | ||
>> | ||
>> * Remove typing for non-existent JSON node [Pagan Gazzard] | ||
>> | ||
>> #### abstract-sql-compiler-8.3.6 - 2023-04-12 | ||
>> | ||
>> * Tighten the `isXValue` function typings [Pagan Gazzard] | ||
>> | ||
>> #### abstract-sql-compiler-8.3.5 - 2023-04-12 | ||
>> | ||
>> * Correctly treat `Value` nodes as rewritten to `Text` by the optimizer [Pagan Gazzard] | ||
>> * Add EmbeddedTextNode typing [Pagan Gazzard] | ||
>> | ||
>> #### abstract-sql-compiler-8.3.4 - 2023-04-12 | ||
>> | ||
>> * Enforce the first argument of ExtractJSONPathAsText is a JSON type node [Pagan Gazzard] | ||
>> | ||
>> #### abstract-sql-compiler-8.3.3 - 2023-04-12 | ||
>> | ||
>> * Improve node typings [Pagan Gazzard] | ||
>> | ||
>> #### abstract-sql-compiler-8.3.2 - 2023-04-12 | ||
>> | ||
>> * Add more node typings [Pagan Gazzard] | ||
>> | ||
>> #### abstract-sql-compiler-8.3.1 - 2023-04-12 | ||
>> | ||
>> * Add more node typings [Pagan Gazzard] | ||
>> | ||
>> #### abstract-sql-compiler-8.3.0 - 2023-04-11 | ||
>> | ||
>> * Support boolean nodes in a ValuesNode [Pagan Gazzard] | ||
>> | ||
>> #### abstract-sql-compiler-8.2.0 - 2023-04-11 | ||
>> | ||
>> * Add `Between` node type [Pagan Gazzard] | ||
>> | ||
>> #### abstract-sql-compiler-8.1.0 - 2023-04-11 | ||
>> | ||
>> * Add `BitwiseAnd`/`BitwiseShiftRight` node types [Pagan Gazzard] | ||
>> | ||
>> #### abstract-sql-compiler-8.0.2 - 2023-04-06 | ||
>> | ||
>> * Add `NotInNode` type [Pagan Gazzard] | ||
>> * Add `IsDistinctFromNode`/`IsNotDistinctFromNode` types [Pagan Gazzard] | ||
>> * Add `CharacterLengthNode` type [Pagan Gazzard] | ||
>> | ||
>> #### abstract-sql-compiler-8.0.1 - 2023-04-06 | ||
>> | ||
>> * Adds Cast node type to tree parsing [Otávio Jacobi] | ||
>> | ||
>> #### odata-parser-2.4.6 - 2023-02-24 | ||
>> | ||
>> * Improve typings [Pagan Gazzard] | ||
>> | ||
>> #### odata-parser-2.4.5 - 2023-02-23 | ||
>> | ||
>> * Use const/let as appropriate [Pagan Gazzard] | ||
>> | ||
>> #### odata-parser-2.4.4 - 2023-02-23 | ||
>> | ||
>> * Use shorthand object notation [Pagan Gazzard] | ||
>> | ||
>> #### odata-parser-2.4.3 - 2023-02-23 | ||
>> | ||
>> * Update dependencies [Pagan Gazzard] | ||
>> | ||
> | ||
> </details> | ||
> | ||
> | ||
> ### odata-to-abstract-sql-5.9.3 - 2023-03-08 | ||
> | ||
> * Fixes ODataBindings imported types [Otávio Jacobi] | ||
> | ||
> ### odata-to-abstract-sql-5.9.2 - 2023-02-15 | ||
> | ||
> * Update typings to the minimal subset of the abstract sql model we need [Pagan Gazzard] | ||
> | ||
</details> | ||
## 1.5.0 - 2023-03-01 | ||
@@ -9,0 +164,0 @@ |
{ | ||
"name": "@balena/abstract-sql-to-typescript", | ||
"version": "1.5.0", | ||
"version": "1.5.1-build-update-deps-72ae6d01ce70fbd47056042399c4d07f50e9a636-1", | ||
"description": "A translator for abstract sql into typescript types.", | ||
@@ -10,3 +10,3 @@ "main": "out/index.js", | ||
"test": "mocha", | ||
"prepare": "node -e \"try { require('husky').install() } catch (e) {if (e.code !== 'MODULE_NOT_FOUND') throw e}\"; tsc --project ./tsconfig.build.json", | ||
"prepare": "node -e \"try { require('husky').install() } catch (e) {if (e.code !== 'MODULE_NOT_FOUND') throw e}\" && tsc --project ./tsconfig.build.json", | ||
"lint": "balena-lint --typescript --fix src test && tsc --noEmit" | ||
@@ -17,4 +17,4 @@ }, | ||
"dependencies": { | ||
"@balena/abstract-sql-compiler": "^8.0.0", | ||
"@balena/odata-to-abstract-sql": "^5.9.1", | ||
"@balena/abstract-sql-compiler": "^8.4.1", | ||
"@balena/odata-to-abstract-sql": "^5.9.6", | ||
"@types/node": "^12.20.55", | ||
@@ -24,3 +24,3 @@ "common-tags": "^1.8.2" | ||
"devDependencies": { | ||
"@balena/lint": "^6.2.1", | ||
"@balena/lint": "^6.2.2", | ||
"@types/chai": "^4.3.4", | ||
@@ -31,6 +31,6 @@ "@types/common-tags": "^1.8.1", | ||
"husky": "^8.0.3", | ||
"lint-staged": "^13.1.2", | ||
"lint-staged": "^13.2.2", | ||
"mocha": "^10.2.0", | ||
"ts-node": "^10.9.1", | ||
"typescript": "^4.9.5" | ||
"typescript": "^5.0.4" | ||
}, | ||
@@ -47,4 +47,4 @@ "lint-staged": { | ||
"versionist": { | ||
"publishedAt": "2023-03-01T17:08:52.429Z" | ||
"publishedAt": "2023-04-27T08:51:56.023Z" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
108085
2