Skip to content

Latest commit

 

History

History
551 lines (248 loc) · 26.1 KB

CHANGELOG.md

File metadata and controls

551 lines (248 loc) · 26.1 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

0.2.19 (2024-11-05)

Features

  • support for formatting js blocks in sqlx file. fixes: #38 (161e07f)

0.2.18 (2024-10-30)

Features

  • improved ui for dependancy graph (5ac3ff2)

0.2.17 (2024-10-28)

Bug Fixes

  • if tag is named all it will not be filtered correctly (cdc8d7a)

0.2.16 (2024-10-28)

Features

  • expand and collapse tree using button (0fa9b13)

0.2.15 (2024-10-26)

Features

  • command to show side panel (6e02c6b)

0.2.14 (2024-10-25)

Features

  • add option to filter tags in dependency graph. solves: #36 (cd269d2)
  • show indicator on what dropdown options are (3812bc0)

0.2.13 (2024-10-22)

Bug Fixes

  • copied code block does not update unless compiled query window is closed (5788276)

0.2.12 (2024-10-21)

0.2.11 (2024-10-20)

Features

  • improve setup of new Dataform workspace (5cb0fd3)

0.2.10 (2024-10-15)

Bug Fixes

  • empty error div showing even if there no error (095a5b7)
  • whitespace of non zero length causing incorrect diagnostics placement (f071763)

0.2.9 (2024-10-13)

Features

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

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)

0.2.7 (2024-10-13)

Features

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

0.2.6 (2024-10-11)

Features

  • ability to specify additional args, solves #31 (66b6322)

0.2.5 (2024-10-08)

Bug Fixes

0.2.4 (2024-10-08)

0.2.3 (2024-10-08)

Features

  • check for gcloud cli on installation (01c2e6c)

0.2.2 (2024-10-08)

Bug Fixes

  • incremental pre_operations having extra semi colon (7a74235)

0.2.1 (2024-10-08)

Bug Fixes

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

0.2.0 (2024-10-07)

Features

  • Navbar to show compiled query in results preview webview (#29) (eda9398)

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)

0.1.1 (2024-09-30)

Features

  • explicitly add limit to only preview query results (af83c83)

0.1.0 (2024-09-27)

Features

0.0.61 (2024-09-24)

Bug Fixes

  • running tags command missing --tags (b45c2a1)

0.0.60 (2024-09-24)

Bug Fixes

  • when running a single tag it does not pick up options (1d3b805)

0.0.59 (2024-09-22)

Bug Fixes

  • assertions not showing in the compiled query (ece9340)

0.0.58 (2024-09-22)

Features

  • snippets for view and operations (a3730ef)

0.0.57 (2024-09-22)

Features

  • Ability to choose more options when running file(s) / tag(s) (#26) (3729b8b)

0.0.56 (2024-09-20)

Bug Fixes

  • path issue with sqlx files of type operations (42b330c)

0.0.55 (2024-09-20)

Bug Fixes

  • dry run stats not showing for js files (f8f9595)
  • relative file path issue on windows (48563de)

0.0.54 (2024-09-19)

Bug Fixes

  • sidepanel not showing metadata (1f2b524)

0.0.53 (2024-09-19)

Bug Fixes

  • formatting complains about filetype (8a05669)

0.0.52 (2024-09-18)

Bug Fixes

0.0.51 (2024-09-18)

Features

  • add language config to improve basic editing experience (76aaab4)

0.0.50 (2024-09-11)

Features

  • Go to code by clicking on text objects of dependancy graph (#17) (0808cae)

0.0.49 (2024-09-05)

Features

  • Ability to execute multiple files (b7bb14a)

0.0.48 (2024-08-30)

Features

  • format config block using js-beautify (2d5897b)

0.0.47 (2024-08-29)

Bug Fixes

  • config block exists property not marked as true when it is single line (a41bc8a)

0.0.46 (2024-08-29)

Bug Fixes

  • sqlx parser did not support when multiple curley braces in single line in config/pre/post ops block (884c74e)

0.0.45 (2024-08-26)

Features

  • add sqlfluff file to support multi line ref & single line pre/post ops (277fda9)

0.0.44 (2024-08-26)

Bug Fixes

  • Multiline ref block not getting formatted & single line pre/post ops block (#18) (208f9cc)

0.0.43 (2024-08-21)

Features

  • native syntax highlighting for sqlx (#16) (88338b9)

0.0.42 (2024-08-21)

Features

  • update sqlfluff config file to support ${ref({schema:'dataset_name', name:'table_name'})} (15bb443)

Bug Fixes

  • check should be for sqlfluff cli (ed44477)

0.0.40 (2024-08-20)

Bug Fixes

  • unable to parse sqlx end line when single line sql block is present (0a7d241)

0.0.39 (2024-08-20)

Features

  • add snippets for pre and post operation blocks (2b0743b)

0.0.38 (2024-08-14)

Bug Fixes

  • compilation timeout when running a file / tag (#13) (37a2aa4)

0.0.37 (2024-08-13)

Bug Fixes

0.0.36 (2024-08-12)

Features

  • cache compiled json during activation of the extension if available (1179509)

Bug Fixes

  • incremental tables & failing operations when undefined (4857eb9)

0.0.35 (2024-08-10)

Bug Fixes

  • on initial extension activation if extension path is specified donot verify that with where / which command as we have already checked the filepath before (c4f1db9)

0.0.34 (2024-08-10)

Bug Fixes

  • for windows if path to executable is specified where.exe is not able to verify that (f6f77d7)

0.0.33 (2024-08-10)

Features

  • ability to specify the path to formatdataform cli. Helps to support windows executable formatdataform.exe and systems where sudo access might not be available (d80d869)
  • share CACHED_COMPILED_DATAFORM_JSON across the ts files (0e98813)

0.0.32 (2024-08-09)

Bug Fixes

  • do not activate on repos where there are no sqlx files (5c6389f)

0.0.31 (2024-08-09)

Features

  • autocompletion: add support for "${ref({schema:'dataset_name', name:'table_name'})}" (4eb8328)
  • Informative message to the user if current workspace is not a dataform workspace (04517f6)

Bug Fixes

  • check for if the current workspace is dataform workspace (14f29ab)

0.0.30 (2024-08-09)

Features

  • add dataset legend in a navbar for cleaner feel (9134bf5)
  • Add FAQ section (7a3adc4)
  • autocompletion: Add user option to choose btw ${ref('table_name')} or ${ref('dataset_name', 'table_name)} (ae446fa)
  • support filtering tree by project.database.table while keeping tree diplaying only table name (888461e)

0.0.29 (2024-08-06)

Bug Fixes

  • graph always defaulted to current file as root (db69f8a)

0.0.28 (2024-08-05)

Features

  • dependancy graph (#8) (28776e4)
  • guide user to gihub page where formatdataform cli can be installed from (1881be2)
  • hover: show full table/view name of object referenced by $ref{("my_source")} (6b34450)
  • windows support (b990b2c)

0.0.27 (2024-07-24)

Features

  • use canonicalTarget to navigate definitions (8920b5f)

Bug Fixes

  • did not show metadata when there are no targets defined (e8f082e)

0.0.26 (2024-07-16)

Features

  • format: show compiled query after formatting (08d007a)
  • migrate to only use javascript and remove dependancy on dj cli (#7) (c00f6e6)

0.0.25 (2024-07-04)

Features

0.0.24 (2024-07-04)

Features

Bug Fixes

  • diagnosics on wrong line when config block does not start at line 1 (bcd932a)

0.0.23 (2024-06-24)

⚠ BREAKING CHANGES

  • dj cli now uses --file instead of --table to get cost of running a file

Features

  • migrate to using dj v.0.07 (6324298)

0.0.22 (2024-06-23)

Features

  • code actions for diagnostic messages (alpha) (#5) (6c84386)
  • show full table id (project_id.database.table) in notification on each successfull dry run (288879d)
  • user no longer needs to install golang to install the cli (81dc624)

0.0.21 (2024-06-15)

Features

  • go to definition for source in $ref{("MY_SOURCE")} (#4) (0c0804a)

0.0.20 (2024-06-13)

Features

  • Ability to run file/tag with downstream dependents (9bd140c)

Bug Fixes

  • default to showing error on compiled query on saving as well (678d10f)

0.0.19 (2024-06-12)

0.0.18 (2024-06-12)

Changes

  • Update repository name from vscode-dataform-tools to vscode-dataform-tools to follow conventions

0.0.17 (2024-06-12)

Features

  • ability to run a tag optionally with dependencies (264ec59)
  • menu: only display menu items when an .sqlx file is open (c89ed94)

0.0.16 (2024-06-11)

Bug Fixes

  • ensure that diagnostic is actually set on the compiled query (0a26386)

0.0.15 (2024-06-11)

Features

  • show diagnostics on the compiled query as well (b5fa9fc)

0.0.14 (2024-06-11)

Bug Fixes

  • sync being carried over to git hunks and other files (2628da0)
  • unable to disable and enable plugin due to some commands being not disposed off (4f338d8)

0.0.13 (2024-06-11)

Features

  • Add icon support for operations (#3) (7013a92)
  • auto-save the document before compiling (0bab56b)

Bug Fixes

  • no need to open multiple terminal instances (5715321)