File tree Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Bash Language Server
2
2
3
+ ## 3.0.0
4
+
5
+ - Linting based on shellcheck (https://github.com/bash-lsp/bash-language-server/pull/342 )
6
+ - BREAKING: Drop node 11 support (ton of dependencies upgraded).
7
+
3
8
## 2.1.0
4
9
5
- - Fix failing to get options if bash-completion<=2.9 # 340 (https://github.com/bash-lsp/bash-language-server/pull/340 )
10
+ - Fix failing to get options if bash-completion<=2.9 (https://github.com/bash-lsp/bash-language-server/pull/340 )
6
11
- onHover now supports for multiline code comments (https://github.com/bash-lsp/bash-language-server/pull/348 )
7
12
- Dependency upgrades
8
13
Original file line number Diff line number Diff line change 3
3
"description" : " A language server for Bash" ,
4
4
"author" : " Mads Hartmann" ,
5
5
"license" : " MIT" ,
6
- "version" : " 2.1 .0" ,
6
+ "version" : " 3.0 .0" ,
7
7
"publisher" : " mads-hartmann" ,
8
8
"main" : " ./out/server.js" ,
9
9
"typings" : " ./out/server.d.ts" ,
15
15
"url" : " https://github.com/bash-lsp/bash-language-server"
16
16
},
17
17
"engines" : {
18
- "node" : " >=11 .0.0"
18
+ "node" : " >=12 .0.0"
19
19
},
20
20
"dependencies" : {
21
21
"fuzzy-search" : " ^3.2.1" ,
You can’t perform that action at this time.
0 commit comments