New
0.19.0
Postgres Language Server
A collection of language tools and a Language Server Protocol (LSP) implementation for Postgres, focusing on developer experience and reliable SQL tooling.
0.19.0
π Features
- (splinter) Allow ignoring db objects (#634)
- Add dblint with splinter (#631)
π Bug Fixes
- Many completion issues from snapshots (#607)
- (completions) Replace error node handling with better grammar (#616)
- Clippy issues (#622)
- (docs) Links (#635)
π Refactor
- (analyser) Separate concerns (#617)
- (configuration) Cleanup codegen and make RuleSelector generic (#623)
π Documentation
- Fix comma and extra space in JSON in configuration.md (#627)
βοΈ Miscellaneous Tasks
- (splinter) Integrate with codegen (#618)
- (splinter) Integrate runtime (#620)
Contributors
- @Raptors65 made their first contribution in #627 π
- @psteinroe
- @juleswritescode