v2.11.3 - 2023/01/30
- Update: node version changed to 18 and update libraries.
v2.11.2 - 2023/01/30
- Update: node version changed to 18 and update libraries.
v2.11.1 - 2022/11/28
- Fix: display title
v2.11.0 - 2022/11/28
- Rename: display title changed
PL/pgSQL Language Server
toPostgres Languaeg Server
. #71
v2.10.2 - 2022/11/27
v2.10.1 - 2022/11/27
- Update CHANGELOG, sample.
v2.10.0 - 2022/11/27
- Add migrations feature. #58 #66
- Add
validateOn
option. #64 - Add
migrations.target
option. #68 - Refactoring.
v2.9.0 - 2022/11/07
v2.8.3 - 2022/09/16
- Support
elsif
keyword. #52
v2.8.2 - 2022/07/05
- Fix workspace validation bug. #50
v2.8.1 - 2022/07/05
- Add workspaceValidationTargetFiles option to settings. #49
v2.8.0 - 2022/07/04
v2.7.3 - 2022/07/01
v2.7.2 - 2022/06/12
v2.7.1 - 2022/06/01
- Refactoring. #38
v2.7.0 - 2022/05/17
- Support Document/Workspace symbols. #38
v2.6.0 - 2022/05/11
v2.5.0 - 2022/04/27
- Enhanced hover/completion feature. #34
v2.4.1 - 2022/04/25
- Add completion tests. #33
- Fix hover/completion of the no column table/type. #32
- Fix sql injection risk. #31
- Refactor the code. #30
- Fix clash when copy a sql file. #29
v2.4.0 - 2022/04/18
v2.3.1 - 2022/04/12
- Change the command name from "Execute File Query" to "Execute the Current File Query". #23
- Change built-in function case to upper. #22
v2.3.0 - 2022/04/12
- Support snippet format completions. #21
- Add built-in function completion. #20
- Add "Execute File Query" command. #18
- Enhanced display colors. #17 #19
v2.2.3 - 2022/04/04
v2.2.2 - 2022/04/03
- Fix error handling bug. #14
v2.2.1 - 2022/04/01
- Fix first connection bug. #11
v2.2.0 - 2022/04/01
v2.1.0 - 2022/03/30
- Support positional query parameter comment. #6
v2.0.0 - 2022/03/19
- Migrate from GitLab to GitHub and publish the repository.
- Add the feature to disable language server services
- Add sample.
- Organize the folder structure of the server.
- Fix the diagnostics error of validation.
v1.7.1 - 2022/02/24
- Bug fix.
v1.7.0 - 2022/02/24
- Support Hover.
- Support
pg_catalog
schema completion. - Fix static analysis error handling.
- Update completion logic.
- Bug fix.
v1.6.0 - 2022/02/18
- Support keyword completion.
- Add type completion detail.
v1.5.2 - 2022/02/14
- Use webpack.
- Add CI test.
v1.5.1 - 2022/01/24
- Bug fix.
v1.5.0 - 2022/01/24
- Support static analysis when [plpgsql_check](https://github.com/okbob/plpgsql_check use).
- Full support "Go to definition". (Jump to the type/function/procedure/table definition.)
v1.4.0 ~ 1.4.11
- Confused by multi-platform support. (Finally, only support
linux-x64
/darwin-x64
/win32-x64
.)
NOTE: The behavior of this versions are unstable depending on the environment.
v1.3.0 - 2022/01/21
- Support "Go to definition". (Jump to the file top.)
v1.2.0 - 2022/01/13
- Support multi workspace.
v1.1.1 - 2022/01/07
- Bug fix.
v1.1.0 - 2022/01/07
- Upgrade the insert text of stored function/procedure completion.
v1.0.1 - 2021/12/27
- First release.