Skip to content

Latest commit

 

History

History
157 lines (113 loc) · 8.65 KB

CHANGELOG.md

File metadata and controls

157 lines (113 loc) · 8.65 KB

Change Log

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 to Postgres Languaeg Server. #71

v2.10.2 - 2022/11/27

  • Fix: normalize migration file path. #69
  • Update: output migration error message. #70

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

  • Add workspace validation. #48
  • Add pg parser type check. #47

v2.7.3 - 2022/07/01

  • Support the uppercase definition. #45
  • Refactoring. #44

v2.7.2 - 2022/06/12

  • Refactoring. #41
  • Add type 'serial' to syntax color. #40

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

  • Support materialized view. #37
  • Fix table trigger link #36
  • Support domain. #35

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

  • Enhanced the table hover. #28
  • Fix completion logic. #24
  • Refactor the code. #25 #26 #27

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

  • Fix error handling. #16
  • Fix the length of sanitized query using keyword parameters. #15

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

  • Support full query parameter. #7 #8

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

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.