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.
- Bump to 0.13.0
- Bump to 0.12.2
- Change dependency name to
prqlc
(fromprql-js
)
- Bump to 0.11.3
- The
Hive
target option is removed, and theNone
target option is renamed toAny
.
- 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)
- 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)
- Upgrade the underlying compiler to PRQL 0.4.0
- Detect PRQL based on language ID rather than file extension by @jiripospisil (#25)
- Upgrade prql-js to 0.4.0 by @aljazerzen (#29)
- Release on releases rather than tags by @max-sixty (#23)
- Bump
prql-js
to 0.3.0
- Bump
prql-js
to 0.2.11
- Provide PRQL diagnostics
- Rename repo to
prql-vscode
, fromprql-code
- Add GitHub Action to test on each PR
- Add GitHub Action to release on each tag
- Live transpiling from PRQL to SQL in a side panel
- Update grammar to PRQL version 0.2
- Initial release
- Add syntax highlighting for PRQL