Releases: sublimelsp/LSP-volar
Releases · sublimelsp/LSP-volar
v1.0.17
Maintenance
- Bump typescript from 4.6.3 to 4.6.4 in /server in #80
- Bump @volar/vue-language-server from 0.34.10 to 0.34.11 in #79
See @volar/vue-language-server CHANGELOG for more info.
v1.0.16
Maintenance
- Bump @volar/vue-language-server from 0.32.1 to 0.34.10 in /server by @johnsoncodehk in #76
- Update JSON schema in #77
Breaking changes
"volar.preferredAttrNameCase"
was renamed to "volar.completion.preferredAttrNameCase"
"volar.preferredTagNameCase"
was renamed to "volar.completion.preferredTagNameCase"
See full CHANGELOG.
v1.0.15
Maintenance
- Bump typescript from 4.6.2 to 4.6.3 in #74
Features
- LSP-volar can automatically detect and use typescript from
.yarn/sdks
in #75
v1.0.14
Maintenance
- Bump typescript from 4.5.5 to 4.6.2 in #72
- Bump @volar/server from 0.32.0 to 0.32.1 in #73
v1.0.13
Maintenance
- Bump @volar/server from 0.31.4 to 0.32.0 in #70
v1.0.12
Maintenance
- Bump typescript from 4.5.4 to 4.5.5 in #65
- Bump @volar/server from 0.30.2 to 0.31.4 in #69
Fix
v1.0.11
Maintenance
- Bump @volar/server from 0.29.8 to 0.30.2 in #62
- Bump typescript from 4.5.3 to 4.5.4 in #59
v1.0.10
Maintenance
- Bump typescript from 4.5.2 to 4.5.3 (#58)
v1.0.9
Maintenance
- Bump @volar/server from 0.29.6 to 0.29.8 in #56
v1.0.8
Features
- Ability to start LSP-volar in
*.ts | *.tsx | *.js | *.jsx
files #53 (AKA "take over mode" in other editors).
See the README on how to enable it.