skynet/nvim/lua/node_modules/typescript-language-server/CHANGELOG.md

33 KiB

Changelog

All notable changes to this project will be documented in this file.

3.3.1 (2023-03-27)

Bug Fixes

  • don't report InternalError on tsserver error response (#709) (3e63165)

3.3.0 (2023-02-20)

Features

  • start separate tsServer instance for semantic requests (#688) (fa65b84)

Bug Fixes

  • completions: include filterText property by default (#693) (c07426a)

3.2.0 (2023-02-14)

Features

  • source.removeUnusedImports.ts and source.sortImports.ts actions (#681) (a43b2df)
  • provide filterText property in completions (#678) (af44f8b)
  • support workspace/willRenameFiles request (#685) (c3f3529)

Bug Fixes

  • completions: don't set filterText after all (#686) (4c5d295)
  • completions: don't set commitCharacters unless client supports those (#684) (af10a97)
  • deps: update devdependency typescript to ^4.9.5 (#677) (916c326)
  • line offset off by one when at the last line (#683) (0db9a5f)

3.1.0 (2023-01-30)

Features

  • send $/typescriptVersion notification with TypeScript version (#674) (b081112)
  • support for canceling LSP requests (#672) (1daf209)

3.0.3 (2023-01-23)

Bug Fixes

  • restore tsserver version logging on initialization (#669) (232219c)

3.0.2 (2023-01-14)

Bug Fixes

  • remove hard dependency on typescript (#661) (9a2e2c8)

Refactors

  • bundle with rollup and switch to jest for testing (#663) (2c9eb63)

3.0.1 (2022-12-30)

Bug Fixes

  • cancel pending geterr request before triggering new (#651) (95b92e5)

3.0.0 (2022-12-29)

⚠ BREAKING CHANGES

  • Remove experimental and legacy implementations of inlay hints and call hierarchy. Use to the official textDocument/inlayHint and textDocument/prepareCallHierarchy implementations instead.

Features

  • drop experimental textDocument/calls, typescript/inlayHints (#647) (b15f8a7)
  • implement support for spec version of Call Hierarchy (#649) (3ce0e17)

2.3.0 (2022-12-27)

Features

  • implement textDocument/selectionRange request (#642) (a5598c6)

Bug Fixes

  • completions: don't insert call snippet if already a call (#646) (5d34de5)

2.2.0 (2022-12-09)

Features

  • communicate with tsserver >=4.9.0 using IPC (#630) (06abfde)
  • support textDocument/prepareRename request (#628) (9c66794)
  • update typescript to 4.9.3 (#629) (0005648)

Bug Fixes

  • deps: update devdependency typescript to ^4.9.4 (#637) (d2b18b6)
  • surface stderr output from the tsserver process (#624) (adf2689)

2.1.0 (2022-10-17)

Features

  • add _typescript.configurePlugin workspace command (#607) (59a5217)
  • add tsserver.logVerbosity and tsserver.path to initializationOptions (#611) (a03eab5)
  • add support for [@link](https://github.com/link) references in JSDoc (#612) (3722b51)
  • add workspace implicit project defaults configuration (#605) (c6b3947)

Bug Fixes

  • loading progress sometimes getting stuck (#603) (8cf4381)
  • respect user-provided tsserver.js path from --tsserver-path (#610) (417339f)

2.0.1 (2022-10-07)

Bug Fixes

  • disable IPC communication until TypeScript bug is fixed (#600) (a6153a6)

2.0.0 (2022-09-28)

⚠ BREAKING CHANGES

  • Replace the CLI argument --tsserver-log-file with tsserver.logDirectory option provided through initializationOptions of the initialize request.

Features

  • add tsserver.logDirectory to initializationOptions (#588) (114d430)
  • add tsserver.trace init option for tracing tsserver (#586) (e3e8930)

Bug Fixes

  • completions: don't create snippet kind without completeFunctionCalls (#595) (7f69c27)
  • completions: remove filterText override for bracket accessor (#593) (1ed4e2e)
  • wrong import completion when insert/replace supported (#592) (4fe902a)

1.2.0 (2022-09-12)

Features

  • Add insert replace support for completions (#583) (fdf9d11)
  • add support for new features from TypeScript 4.8 (#576) (7e88db3)
  • include "triggerReason" and "kind" in code action requests (#579) (f872078)
  • support communicating with tsserver using IPC (#585) (8725b9b)
  • support for codeAction disabledSupport client capability (#578) (f93b849)

Bug Fixes

  • only use optionalReplacementSpan if client supports InsertReplace (#584) (899ba6b)

1.1.2 (2022-08-25)

Bug Fixes

  • definition request crashing on getting span (#574) (4e1c82b)

1.1.1 (2022-08-22)

Bug Fixes

  • move deepmerge to dependencies (06109d4)

1.1.0 (2022-08-21)

Features

  • add "Go To Source Definition" command (#560) (9bcdaf2)
  • support textDocument/inlayHint request from 3.17.0 spec (#566) (9a2fd4e)
  • support LocationLink[] for textDocument/definition response (#563) (196f328)

Bug Fixes

  • don't trigger error on empty Source Definition response (#568) (146a6ba)
  • make wording in the typescript lookup error more generic (585a05e), closes #554
  • snippet completions returned to clients that don't support them (#556) (050d335)
  • update signature help feature to v3.15.0 LSP spec (#555) (da074a6)

1.0.0 (2022-08-06)

⚠ BREAKING CHANGES

  • Ship as an ES module. Might be breaking for programmatic users of this server. Read more about consuming ES module packages at gist.github.com/sindresorhus/a39789f98801d908bbc7ff3ecc99d99c
  • deps: LSP libraries updated to match the 3.17 version of the LSP spec. Requires minimum Node 14.

Features

  • add support for CompletionItem.labelDetails (#534) (3c140d9)

Bug Fixes

  • declare quickfix/refactor CodeAction capabilities (#553) (e76fc64)
  • handle shutdown lifecycle properly (#536) (ac8536b)

Miscellaneous Chores

  • deps: update LSP libraries to match 3.17 spec (#532) (bdbdd83)

Code Refactoring

0.11.2 (2022-06-24)

Bug Fixes

  • apply refactoring returns -1 positions in ranges (#502) (5f52db0)

0.11.1 (2022-06-13)

Bug Fixes

  • completion for strings with trigger character (#492) (76bf9a4)

0.11.0 (2022-06-06)

Features

  • add support for rename prefixText and suffixText on rename (#478) (b3c8535)

0.10.1 (2022-05-18)

Bug Fixes

  • pin old version of LSP libraries for node <14 compatibility (#467) (55600e1)

0.10.0 (2022-05-11)

Features

0.9.7 (2022-02-27)

Bug Fixes

  • add more logging for resolving user-specified tsserver (#412) (7139a32)
  • help users resolve no valid tsserver version error (#337) (d835543)

[0.9.6] - 2022-02-02

  • fix: don't transform zipfile URIs from Vim (#386)

[0.9.5] - 2022-01-27

  • fix: don't transform Yarn zipfile URIs (#384)

[0.9.4] - 2022-01-19

  • fix: call configure before completion resolve (#377)

[0.9.3] - 2022-01-16

  • fix: wait for tsserver configuration requests to finish (#372)

[0.9.2] - 2022-01-14

  • fix: use correct name for the addMissingImports code action (#371)

[0.9.1] - 2022-01-07

  • fix: don't use the postinstall script

[0.9.0] - 2022-01-07

  • feat: implement additional code actions for handling auto-fixing (#318)

  • feat: report progress when loading the project (#326)

  • feat: add new preferences from typescript 4.5.3 (#304)

  • fix: correct matching of "only" kinds provided by the client (#334)

  • fix: pass format options for organizing import (#348)

  • fix: use snippet type for jsx attribute completions (#362)

[0.8.1] - 2021-11-25

  • fix: lookup workspace typescript in dirs higher up the tree also (#314)

[0.8.0] - 2021-11-21

  • feat: implement semantic tokens support (#290)

  • feat: add support for snippet completions for methods/functions (#303)

  • feat: ability to ignore diagnostics by code (#272) Adds new diagnostics.ignoredCodes workspace setting to ignore specific diagnostics.

  • feat: add npmLocation option to specify NPM location (#293)

  • fix: don't announce support for codeActionKinds (#289)

  • fix: mark import completions as snippets (#291)

  • fix: specify minimum node version to be v12 (#301)

  • fix: ensure that the tsserver subprocess uses forked node instance (#292) Potentially BREAKING. The lookup of tsserver was refactored to never use spawn logic but instead always fork the current node instance. See more info in the PR.

  • fix: exit the server if tsserver process crashes (#305)

  • fix: respect "includeDeclaration" for references request (#306)

[0.7.1] - 2021-11-10

  • fix: add missing semver dependency (#288)

[0.7.0] - 2021-11-09

Breaking

Changes to default options sent to tsserver could affect behavior (hopefully for the better). Read changes below for more details.

Changes

  • feat: include import specifier for import completions (#281) For completions that import from another package, the completions will include a "detail" field with the name of the module.

    Also aligned some other logic with the typescript language services used in VSCode:

    • annotate the completions with the local name of the import when completing a path in import foo from '...'
    • update completion "sortText" regardless if the completion "isRecommended"
  • feat: allow skip destructive actions on running OrganizeImports (#228) Add support for the new skipDestructiveCodeActions argument to TypeScript's organize imports feature - [1] to support [2].

    Support is added in two places:

    • Automatically inferring the proper value based on diagnostics for the file when returning code actions.
    • Supporting sending it when manually executing the organize imports action.

    Also added documentation to the readme about the supported commands that can be manually executed.

    [1] https://github.com/microsoft/TypeScript/issues/43051 [2] https://github.com/apexskier/nova-typescript/issues/273

  • feat: support running server on files without root workspace (#286) The tsserver seems to be good at inferring the project configuration when opening single files without a workspace so don't crash on missing rootPath.

  • feat: add disableAutomaticTypingAcquisition option to disable automatic type acquisition (#285)

  • feat: update default tsserver options (#284) Set the following additional options by default:

    allowRenameOfImportPath: true,
    displayPartsForJSDoc: true,
    generateReturnInDocTemplate: true,
    includeAutomaticOptionalChainCompletions: true,
    includeCompletionsForImportStatements: true,
    includeCompletionsWithSnippetText: true,
    

    This aligns more with the default options of the typescript language services in VSCode.

  • feat: announce support for "source.organizeImports.ts-ls" action (#283) Announcing support for that code action allows editors that support running code actions on save to automatically run the code action if the user has configured the editor with settings like

      "codeActionsOnSave": {
        "source.organizeImports": true,
        // or
        "source.organizeImports.ts-ls": true,
      },
    
  • chore: change default log level from "warn" to "info" (#287)

[0.6.5] - 2021-11-03

  • fix: normalize client and tsserver paths (#275) This should ensure consistent behavior regradless of the platform. Previously some functionality could be malfunctioning on Windows depending on the LSP client used due to using non-normalized file paths.
  • Handle the APPLY_COMPLETION_CODE_ACTION command internally (#270) This means that the clients that have implemented a custom handling for the _typescript.applyCompletionCodeAction command can remove that code. Without removing the custom handling everything should work as before but some edge cases might work better when custom handling is removed.
  • fix: ignore empty code blocks in content returned from textDocument/hover (#276)
  • fix: remove unsupported --node-ipc and --socket options (#278)

[0.6.4] - 2021-10-12

  • Fix broken logging (#267)
  • Add support for workspace/didChangeConfiguration and setting formatting options per language (#268)
  • Add option to set inlayHints preferences by language (#266)

[0.6.3] - 2021-10-27

  • Implement experimental inlay hints (#259) (documentation)
  • Send diagnostics even to clients that don't signal support (#261) (reverts #229)

[0.6.2] - 2021-08-16

  • Mark completion items as deprecated if JSDoc says so (#227)
  • Add a maxTsServerMemory option (#252)
  • (chore) Add Windows and Mac CI runner (#248)

[0.6.1] - 2021-08-16

  • Fix Windows path regression introduced in #220 (#249)

[0.6.0] - 2021-08-12

  • Refactor code actions to better support filtering against "only" (#170)
  • Support Yarn PnP (#220)
  • Update internal Typescript dependency from 3.9.0 to 4.3.4 (#226)
  • Only publish diagnostics if client supports the capability (#229)
  • Add support for "unnecessary" and "deprecated" diagnostic tags (#230)
  • Upgrade vscode-languageserver (#231)
  • Lookup tsserver using direct path rather than through .bin alias (#234)
  • Don't pass deprecated options to Completion request

[0.5.4] - 2021-07-01

  • Remove hardcoded request timeouts
  • Forward user preferences in initializationOptions
  • Use require.resolve for module resolution (#195)

[0.5.0] - 2021-01-16

  • Fix empty documentHighlight results due to inconsistent path delimiters
  • Update command line option tssserver-log-verbosity to support off
  • Call compilerOptionsForInferredProjects during initialization (set good defaults when tsconfig.json missing)
  • Remove warnings from LSP completion results
  • Add support for formatting range (textDocument/rangeFormatting)
  • Ensure TSP request cancellation cancels timeout handling

0.4.0 - 2019-08-28

  • Upgraded to LSP 5.3.0 and Monaco 0.17.0. #115

0.3.7 - 2018-11-18

  • Let documentSymbol return the correct results when mergeable elements are used #77
  • Return correct ranges for hierarchical document symbol #79
  • Return null when resolving completion request at an invalid location #81
  • Initial call hierarchy support #85
  • Allowing starting tsserver as a module using cp.fork #88

Thanks to @AlexTugarev and @keyboardDrummer

0.3.6 - 2018-09-18

  • Respect URIs received from clients #75

0.3.5 - 2018-09-14

  • Fixed publishing diagnostics for all opened documents #71 - thanks to @keyboardDrummer
  • Support global tsserver plugins #73
  • Configure a tsserver log file via TSSERVER_LOG_FILE env variable #73

0.3.4 - 2018-09-12

  • Restore containerName for non-hierarchical symbols #69

0.3.3 - 2018-09-11

  • Fix updating documents on didChange notification #65
  • Debounce triggering diagnostics if a client is spamming with edits #65

0.3.2 - 2018-09-06

  • Hierarchical document symbols support #62

0.3.1 - 2018-09-04

  • Allow a client to enable tsserver logging #59

0.3.0 - 2018-08-23

  • Setup the monorepo with yarn workspaces and ts project references #48
  • Added a Monaco based example #48
  • Aligned completion/completionResolve with VS Code behaviour #50
  • Interrupt diagnostics to improve response time for other requests, as completion and signature help #51
  • Applied refactorings support #51
  • Suggest diagnostics support #51
  • Diagnostics buffering #51
  • Tolerating non-file URIs #51
  • Organize imports support #51
  • Added Apply Rename File command #56