Skip to content

Releases: ashish10alex/vscode-dataform-tools

v0.0.52

18 Sep 22:13
Compare
Choose a tag to compare

Full Changelog: v0.0.51...v0.0.52

0.0.52 (2024-09-18)

Bug Fixes

  • Fix wrong file being ran / compiled when there are multiple files with same name but being created in different datasets #25 (26b6d44)

v0.0.51

18 Sep 14:30
Compare
Choose a tag to compare

0.0.51 (2024-09-18)

Features

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

v0.0.50

11 Sep 18:16
Compare
Choose a tag to compare

What's Changed

  • feat: Go to code by clicking on text objects of dependancy graph by @ashish10alex in #17

Full Changelog: v0.0.49...v0.0.50

v0.0.49

05 Sep 13:56
Compare
Choose a tag to compare

0.0.49 (2024-09-05)

Features

  • Ability to execute multiple files (b7bb14a)

v0.0.48

30 Aug 12:39
Compare
Choose a tag to compare

0.0.48 (2024-08-30)

Features

v0.0.47

29 Aug 15:36
Compare
Choose a tag to compare

0.0.47 (2024-08-29)

Bug Fixes

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

v0.0.46

29 Aug 15:23
Compare
Choose a tag to compare

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)

v0.0.45

26 Aug 09:15
Compare
Choose a tag to compare

0.0.45 (2024-08-26)

Features

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

v0.0.44

26 Aug 09:03
Compare
Choose a tag to compare

What's Changed

  • fix: Multiline ref block not getting formatted & single line pre/post ops block by @ashish10alex in #18

Full Changelog: v0.0.43...v0.0.44

v0.0.43

21 Aug 20:39
Compare
Choose a tag to compare

0.0.43 (2024-08-21)

Features

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

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

Bug Fixes

  • check should be for sqlfluff cli (ed44477)

Full Changelog: v0.0.40...v0.0.43