Skip to content

0.3.0

Compare
Choose a tag to compare
@github-actions github-actions released this 03 Apr 09:32
· 35 commits to main since this release
e869302

Changelog

This release fixes all bugs reported by early users since the public announcement. And includes a new feature!

You can now execute a statement directly within your IDE using Code Actions. This is very useful if you want to quickly iterate on a function.

To enable the feature, you must first set a db.allowStatementExecutionAgainst property in your postgrestools.jsonc. It should be an array of <hostGlobPattern>/<databaseNameGlobPatterns> strings.
See docs for examples.

commands_demo

🚀 Features

  • Execute stmt under cursor (#257)

🐛 Bug Fixes

  • Cte (#263)
  • Typo on docs/index.md (#283)
  • Tree-sitter edit_from_change crash (#273)
  • View with options (#288)
  • Version (#289)
  • Run ci for workflows (#290)
  • Use byte indices (#286)
  • Execute statement reliable (#291)

🚜 Refactor

  • Move lsp converters to lsp crate (#275)
  • Move workspace features to own mod (#276)
  • Move get_cursor_position to adapters (#278)

⚙️ Miscellaneous Tasks

  • Fix bug in codegen (#256)
  • Add show-logs justfile cmd (#258)
  • Add install docs (#259)
  • Add test (#260)
  • Add demo media (#264)
  • Clean cargo check and cargo clippy (#277)
  • Only deploy docs on release (#285)
  • Upgrade pg_query and both submodules (#294)
  • Update submodules (#295)
  • Improve logs (#266)