- Notifications
You must be signed in to change notification settings - Fork102
0.3.0
Compare
Could not load tags
Nothing to show
{{ refName }}defaultLoading
· 106 commits to main since this release
e869302
This commit was created on GitHub.com and signed with GitHub’sverified signature.
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 adb.allowStatementExecutionAgainst
property in yourpostgrestools.jsonc
. It should be an array of<hostGlobPattern>/<databaseNameGlobPatterns>
strings.
Seedocs for examples.
🚀 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
Assets9
Uh oh!
There was an error while loading.Please reload this page.
11 people reacted