Releases: ashish10alex/vscode-dataform-tools
Releases · ashish10alex/vscode-dataform-tools
v0.2.9
0.2.9 (2024-10-13)
Features
- show assertion failed message if the ran query was an assertion (c454289)
v0.2.8
0.2.8 (2024-10-13)
Features
- show assertion passed in webview when assertion is ran & passes (9398d90)
Bug Fixes
- error when using line number plugin (highlight.js) on undefined div elements (ab1b4a7)
v0.2.7
0.2.7 (2024-10-13)
Features
- improve default compiled query web view load time by removing redundant query computation (dbe413c)
v0.2.6
0.2.6 (2024-10-11)
Features
- ability to specify additional args when executing and compiling Dataform in VSCode settings, solves #31 (66b6322)
v0.2.5
0.2.5 (2024-10-08)
Bug Fixes
v0.2.4
0.2.4 (2024-10-08)
Features
- check for gcloud cli on installation (01c2e6c)
v0.2.2
0.2.2 (2024-10-08)
Bug Fixes
- incremental pre_operations having extra semi colon (7a74235)
v0.2.1
0.2.1 (2024-10-08)
Bug Fixes
- compiled query in web view not showing when menu button is clicked (e01b89c)
v0.1.2
0.1.2 (2024-10-03)
Features
- deprecate enable/disable commands and stop creating disposable object (01cff72)
- deprecate menu to run file with deps (3cb9ebe)
Bug Fixes
- query compilation error when pre/post ops have semicolon (8fff62e)