Skip to content

Releases: ashish10alex/vscode-dataform-tools

v0.14.0

26 Jun 16:39
Compare
Choose a tag to compare

0.14.0 (2025-06-26)

⚠ BREAKING CHANGES

  • sidebar: side bar web view will no longer be available

Features

  • filter to only dataform workspaces when having multiple folders (#164) (810a47d)
  • update units to binary standard (GiB) instead of decimal (GB) (#166) (9cfd848)

Bug Fixes

Performance

  • sidebar: deprecate sidebar as most of it is shown in compiled query web panel (#162) (33675d4)

Full Changelog: v0.13.1...v0.14.0

v0.13.1

16 Jun 10:54
Compare
Choose a tag to compare

0.13.1 (2025-06-16)

Features

  • add hover & snippet support for ${self()} (#159) (e765d94)
  • surface authentication error to the compiled query ui (#158) (0a9ff28)

Bug Fixes

  • incorrect termination of pre-orations when comment is present (#161) (99e2157)

Full Changelog: v0.13.0...v0.13.1

v0.13.0

05 Jun 08:03
Compare
Choose a tag to compare

0.13.0 (2025-06-05)

Features

  • show multiple costs & diagnostics for each operation (#155) (6bfbbc9)
image

Full Changelog: v0.12.6...v0.13.0

v0.12.6

23 May 11:58
Compare
Choose a tag to compare

0.12.6 (2025-05-23)

Features

  • snippets: publish, operate, assertion snippets for js files (aa0398e)

Bug Fixes

  • js file with both operate and publish only shows first of of the two (#154) (906b63a)

Full Changelog: v0.12.5...v0.12.6

v0.12.5

14 May 18:58
Compare
Choose a tag to compare

0.12.5 (2025-05-14)

Features

Full Changelog: v0.12.4...v0.12.5

v0.12.4

06 May 08:42
Compare
Choose a tag to compare

0.12.4 (2025-05-06)

Features

  • language: add support for rename provider (#149) (11f3260)
  • show min 200 rows when doing results preview (c76be3b)

Bug Fixes

  • extension tests not running due to path issues (#147) (df73663)

Full Changelog: v0.12.3...v0.12.4

v0.12.3

23 Apr 08:00
Compare
Choose a tag to compare

0.12.3 (2025-04-23)

Bug Fixes

  • bigquery results table not taking the container height (5ec0d1f)

Full Changelog: v0.12.2...v0.12.3

v0.12.2

16 Apr 17:31
Compare
Choose a tag to compare

0.12.2 (2025-04-16)

Features

Documentation

  • add faq to resolve go to definition functionality (5e41d34)

Full Changelog: v0.12.1...v0.12.2

v0.12.1

10 Apr 20:11
Compare
Choose a tag to compare

0.12.1 (2025-04-10)

Features

  • add ability to specify compiler options directly from the ui (#145) (5c53a52)
  • website: update images shown in feature demo to have vertical aspect ratio (bfc87e9)
  • website: use carousel to flip through images (#143) (c19b1aa)

Documentation

CleanShot 2025-04-10 at 21 06 33@2x

Full Changelog: v0.12.0...v0.12.1

v0.12.0

09 Apr 16:11
Compare
Choose a tag to compare

0.12.0 (2025-04-09)

func_def_on_hover

New website: https://dataformtools.com
The website domain will be used to become a verified published in extension marketplace

Features

  • hover: show documentation for commonly used BigQuery functions on hover (#134) (4439d11)
  • snippets: add bigquery labels to snippets (#138) (e48aaff)
  • website: website for dataform tools vscode extension (#139) (3426118)
  • website: show features available in table format with preview (#141) (20295d8)

Bug Fixes

  • results preview: unnested struct columns not showing in results preview (#136) (0de34ca)
  • website: nav links not appearing on mobile (#140) (68d334c)
  • website: make main page fully visible in default view port (#142) (9e98b42)

Full Changelog: v0.11.0...v0.12.0