Elm Language Client Vscode Versions Save

Improving your Elm experience since 2019

2.8.0

4 months ago
  • Allow running with newer node versions
  • Update dependencies
  • Update server
    • Fix AST getting out of sync with the document, when the client sends multiple content changes at once. Mostly affecting non vscode clients
    • Fix expose/unexpose detection if a type starts with the same name as another
    • Support newer node versions
    • Update tree-sitter-elm
    • Update dependencies

2.7.3

7 months ago

What's Changed

  • Update dependencies
  • Update server
    • Fix type alias references when used as a record constructor
    • Ensure initial diagnostics are sent
    • Fix case statement constant binding inference 

2.7.0

1 year ago
  • Update dependencies
  • Update server
    • Suggest auto import completions and code actions for module aliases
    • Add auto import completions for ports
    • Show module aliases in hover and completions type strings
    • Improve sorting of completions for exposed values
    • Fix for field references when the module is not imported
    • Fix the extract function code action incorrectly computing parameters
    • Fix union constructor type inference when there are comments between the arguments
    • Fix some type inference bugs related to extensible records
    • Support node 18
    • Update dependencies

2.6.0

1 year ago
  • Improved an error message

  • Update language server to 2.6.0

    • Start using completion item label description for module name
    • Add completions for destructured record patterns and ports
    • Add function parameter record field completions
    • Don't try to get code actions when there is a top level parsing error
    • Fix move function refactor
    • Fix expose being able to expose the same function multiple times
    • Fix a bug with extract function parameter calculation
    • Fix for reference count of function in a let, with a type annotation.
    • Don't cache operator definitions, fixes a type inference error with Parser.Advanced

2.5.2

1 year ago
  • Update language server to 2.5.2

    • Fix a bug that caused the language server to stop working

2.5.1

1 year ago
  • Fix clients starting multiple times due to parallelization

2.5.0

1 year ago
  • Removed node 12 compatibility

  • Update to new language server version

  • Update dependencies

  • Update language server to 2.5.0

    • Removed node 12 compatibility
    • Update to new language server version
    • Improve error handling for broken package cache
    • Rework expose/unexpose code action
    • Use --compiler option for elm-test when elmPath is specified
    • Add expose/unexpose type with variants action
    • Fix type inference of non-rigid number vars
    • Fix elm review path handling on windows
    • Small improvements to progress messaging
    • Update dependencies

2.4.1

2 years ago
  • Update dependencies

  • Updated language server

    • Improve whitespace handling for of keyword
    • Updated tree sitter parser to fix some parse errors

2.4.0

2 years ago
  • Update dependencies

  • Updated language server

    • Implement fuzzy matching when using the workspace symbol search
    • Ignore suppressed elm-review errors
    • Parsing improvements
    • Fix references and renames being wrong in some edge case
    • Fix edge case where type inference was not returning correct results
    • Fix auto import when there are module docs and no imports
    • Fix type inference for cases, that need more then 26 types
    • Update dependencies