Releases: Catglobe/Catglobe.CgScript
Releases · Catglobe/Catglobe.CgScript
v2.31.2
17 Apr 03:46
Compare
Sorry, something went wrong.
No results found
This release is also available on:
2.31.2 (2026-04-17)
Bug Fixes
Support Bool as a valid type alias for bool (#122 ) (4165ce5 )
v2.31.1
16 Apr 02:28
Compare
Sorry, something went wrong.
No results found
This release is also available on:
2.31.1 (2026-04-16)
Bug Fixes
add bundledDependencies so vscode-languageclient ships in the VSIX (8804ec5 )
v2.31.0
15 Apr 14:16
Compare
Sorry, something went wrong.
No results found
This release is also available on:
2.31.0 (2026-04-15)
Bug Fixes
make whereExpressions non-optional in protected ctor; pass through With* methods (b599e85 )
Features
export where-expressions to CgScriptDefinitions.json; remove hardcoded BuildWhereExpressions() (8bdb6c4 )
restore temp-pack comment in Lsp.csproj; convert WhereExpressions to instance members for payload support (20ab166 )
v2.30.0
15 Apr 08:06
Compare
Sorry, something went wrong.
No results found
This release is also available on:
2.30.0 (2026-04-15)
Features
add where-expression aggregator recognition (CGS027) (09d50bb )
LSP hover, completion, and signature help for where-expressions (1e29622 )
v2.29.6
14 Apr 09:48
Compare
Sorry, something went wrong.
No results found
This release is also available on:
2.29.6 (2026-04-14)
Bug Fixes
show CGS code in diagnostics panel; CGS004 is Error not Warning (286e110 )
v2.29.5
14 Apr 09:30
Compare
Sorry, something went wrong.
No results found
This release is also available on:
2.29.5 (2026-04-14)
Bug Fixes
cm-activeLine must be transparent so selection is visible on active line (31b50b4 )
improve active line visibility in dark and light mode (5c898ec ), closes #ffffff18 #d0e4ff99
v2.29.4
14 Apr 08:47
Compare
Sorry, something went wrong.
No results found
This release is also available on:
2.29.4 (2026-04-14)
Bug Fixes
use EditorView.baseTheme with &light/&dark for CM6 themes (1c5b584 )
v2.29.3
14 Apr 02:45
Compare
Sorry, something went wrong.
No results found
This release is also available on:
2.29.3 (2026-04-14)
Bug Fixes
infer DATE_LITERAL as DateTime and remove Array/DateTime compat hack (6cb9e88 ), closes #2024-01-15
restore Array->DateTime implicit conversion for parameters (5173cf3 )
v2.29.2
14 Apr 02:39
Compare
Sorry, something went wrong.
No results found
This release is also available on:
2.29.2 (2026-04-14)
Bug Fixes
infer dict literal type as Dictionary instead of Array (ca21700 )
v2.29.1
11 Apr 10:32
Compare
Sorry, something went wrong.
No results found
This release is also available on:
2.29.1 (2026-04-11)
Bug Fixes
false-positive CGS022 when passing question subclass as function argument (#117 ) (8b5c07e )