Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Releases: typescript-language-server/typescript-language-server

v5.0.0

15 Sep 11:29
048a362
Compare
Choose a tag to compare

5.0.0 (2025-09-15)

⚠ BREAKING CHANGES

  • require at least node 20 (#994)

Features

  • opt-in support for the "Move to file" interactive code action (#987) (6cf230c)

Bug Fixes

v4.4.1

12 Sep 19:04
e667707
Compare
Choose a tag to compare

4.4.1 (2025-09-12)

Bug Fixes

  • align completions code with upstream (#992) (f0eb0f5)
  • don't filter out 'warning' TS completion kinds (ab388a0)

v4.4.0

05 Aug 11:10
0588d51
Compare
Choose a tag to compare

4.4.0 (2025-08-05)

Features

  • add support for typescript.tsserverRequest command (#967) (f09e87a), closes #959

Bug Fixes

  • deps: update devdependency typescript to ^5.9.2 (#882) (93cc29d)

v4.3.4

26 Feb 08:02
0a034da
Compare
Choose a tag to compare

4.3.4 (2025-02-26)

Bug Fixes

  • previewer: mark [@example](https://github.com/example) and [@default](https://github.com/default) code blocks as TS (#918) (184c60d)

v4.3.3

09 Feb 21:02
b224b87
Compare
Choose a tag to compare

4.3.3 (2024-02-09)

Performance Improvements

  • skip diagnostic update event on no changes (#867) (185c3a8)

v4.3.2

02 Feb 10:04
0aeac7b
Compare
Choose a tag to compare

4.3.2 (2024-02-02)

Bug Fixes

  • restore handling of zipfile: schema for neovim + yarn berry (#862) (caca007)

v4.3.1

12 Jan 20:51
a00c1cc
Compare
Choose a tag to compare

4.3.1 (2024-01-12)

Bug Fixes

  • out of date diagnostics after closing and re-opening a file (#851) (f395cd6)

v4.3.0

09 Jan 08:08
80ef614
Compare
Choose a tag to compare

4.3.0 (2024-01-08)

Features

  • support specifying language IDs in plugins (#834) (e9c0b11)

Bug Fixes

  • avoid sending window/workDoneProgress/create before init (#846) (625048f)

v4.2.0

09 Dec 21:25
223a497
Compare
Choose a tag to compare

4.2.0 (2023-12-09)

Features

  • add tsserver.fallbackPath to initialization options (#831) (9253dd8)

Bug Fixes

  • deps: update devdependency typescript to ^5.3.3 (#832) (9e1744c)

v4.1.3

27 Nov 08:00
bc5e79f
Compare
Choose a tag to compare

4.1.3 (2023-11-27)

Bug Fixes

  • add folder filter in server capabilities for willRename (#814) (fe3d21b)
  • deps: update devdependency typescript to ^5.3.2 (#820) (5eeb20c)