Skip to content

Latest commit

 

History

History
135 lines (105 loc) · 5.21 KB

CHANGELOG.md

File metadata and controls

135 lines (105 loc) · 5.21 KB

Changelog

Small changes and releases to include recent PRQL versions are not recorded here. Instead see releases for a brief summary of added extension features, extension source code zip archive, and prql-vscode-x.x.x.vsix extension package download.

0.13.0 - 2024-07-25

  • Bump to 0.13.0

0.12.2 - 2024-06-11

  • Bump to 0.12.2
  • Change dependency name to prqlc (from prql-js)

0.11.3 - 2024-02-12

  • Bump to 0.11.3

0.9.0

Breaking changes

  • The Hive target option is removed, and the None target option is renamed to Any.

0.6.0

  • Refactor SQL Preview webview implementation (#60)
  • Add VS Code marketplace badges to README.md (#87)
  • Add PRQL Settings shortcut menu button to SQL Preview and PRQL Editor titlebar (#90)
  • Remove prql-example.png from /resources (#91)
  • Add PRQL compiler signature comment boolean setting to extension config (#94)
  • Document new PRQL Settings under Configuration section in README.md (#97)
  • Change prql.target extension setting default to Generic and add None option (#98)
  • Set PRQL Settings order to show Target setting first (#99)
  • Implement SQL Preview webview deserialize to show it after VS Code reload (#102)
  • Add boolean prql.addTargetDialectToSqlFilenames setting for the generated SQL filenames (#103)
  • Create and use separate SQL Preview webview for multiple open PRQL documents (#108)
  • Display virtual sql filename in clipboard copy notification message (#109)
  • Document new Sql Preview update release v0.6.0 features (#111)
  • Allow to open Sql Preview for a .prql file from a menu in built-in vscode file explorer (#113)
  • Allow to generate SQL file from a PRQL document in vscode file explorer (#115)
  • Add Copy Sql to Clipboard menu option to PRQL editor and Sql Preview editor/title/context menus (#116)
  • Add PRQL Settings menu to PRQL text editor/title/context menus (#117)
  • Update CHANGELOG.md for the v0.6.0 release (#120)

0.5.0

  • Use PRQL logo icon for .prql file extensions and display in file explorer and editor title bar (#39)
  • Add PRQL to SQL context menus to PRQL editor title (#41)
  • Add Generate SQL File command (#42)
  • Rename PRQL - SQL Output panel to SQL Preview (#46)
  • Add prql.target setting and use it to compile PRQL to SQL (#48)
  • Provide Copy to Clipboard feature in Sql Preview (#55)
  • Update prql-js to v0.5.0 and use new CompileOptions for the target (#65)
  • Update CHANGELOG.md for v0.5.0 release (#68)
  • Add PRQL extension to Data Science and Fromatters categories (#70)
  • Create and use new docs/images folder for extension features images in docs (#72)
  • Update README.md with new features and settings in 0.5.0 version release (#76)

0.4.2

0.4.0

0.3.4

  • Bump prql-js to 0.3.0

0.3.3

  • Bump prql-js to 0.2.11

0.3.2

  • Provide PRQL diagnostics
  • Rename repo to prql-vscode, from prql-code
  • Add GitHub Action to test on each PR
  • Add GitHub Action to release on each tag

0.3.0

  • Live transpiling from PRQL to SQL in a side panel

0.2.0

  • Update grammar to PRQL version 0.2

0.1.0

  • Initial release
  • Add syntax highlighting for PRQL