Skip to content

Releases: ashish10alex/vscode-dataform-tools

v0.2.9

13 Oct 19:06
Compare
Choose a tag to compare

0.2.9 (2024-10-13)

Features

  • show assertion failed message if the ran query was an assertion (c454289)

v0.2.8

13 Oct 16:45
Compare
Choose a tag to compare

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

13 Oct 15:42
Compare
Choose a tag to compare

0.2.7 (2024-10-13)

Features

  • improve default compiled query web view load time by removing redundant query computation (dbe413c)

v0.2.6

11 Oct 21:10
Compare
Choose a tag to compare

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

08 Oct 19:45
Compare
Choose a tag to compare

0.2.5 (2024-10-08)

Bug Fixes

v0.2.4

08 Oct 18:19
Compare
Choose a tag to compare

0.2.4 (2024-10-08)

Features

  • check for gcloud cli on installation (01c2e6c)

v0.2.2

08 Oct 17:15
Compare
Choose a tag to compare

0.2.2 (2024-10-08)

Bug Fixes

  • incremental pre_operations having extra semi colon (7a74235)

v0.2.1

08 Oct 14:23
Compare
Choose a tag to compare

0.2.1 (2024-10-08)

Bug Fixes

  • compiled query in web view not showing when menu button is clicked (e01b89c)

v0.2.0

07 Oct 22:52
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.2...v0.2.0

v0.1.2

03 Oct 19:25
Compare
Choose a tag to compare

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)