Skip to content
This repository was archived by the owner on Oct 16, 2020. It is now read-only.

Releases: sourcegraph/javascript-typescript-langserver

v2.8.0

28 Feb 22:24
Compare
Choose a tag to compare

2.8.0 (2018-02-28)

Features

  • extensibility: expose _getSourceFile (#435) (b57bed6)

v2.7.1

22 Feb 00:12
Compare
Choose a tag to compare

2.7.1 (2018-02-22)

Bug Fixes

v2.7.0

16 Feb 22:45
Compare
Choose a tag to compare

2.7.0 (2018-02-16)

Features

  • typescript: upgrade to typescript 2.7.2 (#431) (8a87797)

v2.6.0

16 Feb 21:11
Compare
Choose a tag to compare

2.6.0 (2018-02-16)

Features

  • typescript: upgrade to typescript 2.6.2 (#430) (2cac6cb)

v2.5.5

05 Dec 10:22
Compare
Choose a tag to compare

2.5.5 (2017-12-05)

Bug Fixes

  • hover: correct hover information for type signatures with callbacks (#415) (71f103d), closes #413

v2.5.4

31 Oct 17:52
Compare
Choose a tag to compare

2.5.4 (2017-10-31)

Bug Fixes

  • add empty handler for initialized notification (#384) (5fb0b73)

v2.5.3

24 Oct 22:21
Compare
Choose a tag to compare

2.5.3 (2017-10-24)

Bug Fixes

  • codefix: preloading of files from code fixes on Windows (#377) (1c4fe3a)

v2.5.2

09 Oct 20:36
Compare
Choose a tag to compare

2.5.2 (2017-10-09)

Bug Fixes

  • global type loading on Windows paths (#362) (6fcc4e1)

v2.5.1

03 Oct 07:31
Compare
Choose a tag to compare

2.5.1 (2017-10-03)

Bug Fixes

  • completion: only return InsertTextFormat.Snippet when a snippet is returned (#363) (f31e841)

v2.5.0

30 Sep 10:35
Compare
Choose a tag to compare

2.5.0 (2017-09-30)

Features