Skip to content

Releases: sublimelsp/LSP-volar

v1.0.17

02 May 17:29
8e68022
Compare
Choose a tag to compare

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

28 Apr 20:31
9cc8db3
Compare
Choose a tag to compare

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

25 Apr 15:30
470f0fc
Compare
Choose a tag to compare

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

08 Mar 22:21
1a52710
Compare
Choose a tag to compare

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

26 Feb 19:38
dfa029f
Compare
Choose a tag to compare

Maintenance

  • Bump @volar/server from 0.31.4 to 0.32.0 in #70

v1.0.12

17 Feb 19:27
46b1b2d
Compare
Choose a tag to compare

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

10 Jan 18:50
75220fe
Compare
Choose a tag to compare

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

12 Dec 23:13
ed9efb1
Compare
Choose a tag to compare

Maintenance

  • Bump typescript from 4.5.2 to 4.5.3 (#58)

v1.0.9

06 Dec 22:11
32a913e
Compare
Choose a tag to compare

Maintenance

  • Bump @volar/server from 0.29.6 to 0.29.8 in #56

v1.0.8

28 Nov 13:10
5f35c77
Compare
Choose a tag to compare

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.