All Versions
23
Latest Version
Avg Release Cycle
49 days
Latest Release
1806 days ago

Changelog History
Page 1

  • v0.9.1 Changes

    May 15, 2019
    • ๐Ÿ“ฆ Generalize activation logic so that it works with all JS/TS language packages (@Aerijo)
  • v0.9.0 Changes

    May 12, 2019
    • ๐Ÿ“ฆ Delay package activation until needed to improve Atom startup time (@laughedelic)
    • ๐Ÿ“ฆ Prevent error after package deactivation
  • v0.8.0 Changes

    November 29, 2018

    ๐ŸŽ The underlying language server has been changed to the Theia IDE typescript-language-server. This resolves a number of important issues around module resolution, performance, version of TypeScript, tsconfig feature support etc.

    Thanks to the Theia IDE team for their language server and @mattlyons0 for helping figure out how to use it and push the necessary required changes upstream!

    • ๐Ÿ”„ Changed language server to Theia IDE
    • ๐Ÿ‘ Code Format now supported
    • ๐Ÿ“ฆ No longer prints "Server failed to shutdown" on package deactivation
    • Many issues are likely resolved
  • v0.7.9 Changes

    October 15, 2018
    • Prevent initialization failure caused by spread operator on some versions of Atom
  • v0.7.8 Changes

    October 15, 2018
    • Prevent error when opening a file without first opening a directory/folder (project)

    Note: It is recommended that you always open the root of your project as a folder in order for the language server to correctly identify your projects tsconfig etc.

  • v0.7.7 Changes

    October 08, 2018
    • โšก๏ธ Update atom-languageclient to 0.9.7 to fix prompts, log messages, improve AutoComplete etc.
    • Setting to ignore flow projects
    • ๐Ÿ”ง Setting to configure autocomplete suggestion priority
  • v0.7.6 Changes

    March 18, 2018
    • ๐Ÿ“œ Compatibility with Atom's experimental tree-sitter parsing
    • ๐Ÿ’ป Log messages from the language server are now shown in the Atom IDE UI Console window
    • โœ‚ Removed redundant fuzzaldrin-plus dependency
  • v0.7.5 Changes

    February 28, 2018
    • โšก๏ธ Update atom-languageclient to 0.9.1 to address missing trigger characters on some completions
  • v0.7.4 Changes

    February 27, 2018
    • โšก๏ธ Update atom-languageclient for much improved autocomplete
  • v0.7.3 Changes

    February 27, 2018
    • โšก๏ธ Update language server to make use of TypeScript 2.7.2
    • โšก๏ธ Update atom-languageclient for better language server stability