Skip to content

Releases: Catglobe/Catglobe.CgScript

v2.31.2

17 Apr 03:46
4165ce5

Choose a tag to compare

This release is also available on:

  • v2.31.2
  • v2.31.2

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

Choose a tag to compare

This release is also available on:

  • v2.31.1
  • v2.31.1

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

Choose a tag to compare

This release is also available on:

  • v2.31.0
  • v2.31.0

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

Choose a tag to compare

This release is also available on:

  • v2.30.0
  • v2.30.0

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

Choose a tag to compare

This release is also available on:

  • v2.29.6
  • v2.29.6

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

Choose a tag to compare

This release is also available on:

  • v2.29.5
  • v2.29.5

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

Choose a tag to compare

This release is also available on:

  • v2.29.4
  • v2.29.4

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

Choose a tag to compare

This release is also available on:

  • v2.29.3
  • v2.29.3

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

Choose a tag to compare

This release is also available on:

  • v2.29.2
  • v2.29.2

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
8b5c07e

Choose a tag to compare

This release is also available on:

  • v2.29.1
  • v2.29.1

2.29.1 (2026-04-11)

Bug Fixes

  • false-positive CGS022 when passing question subclass as function argument (#117) (8b5c07e)