This repository has been archived by the owner on Dec 17, 2019. It is now read-only.
Releases: elm-tooling/vscode-elm-old
Releases · elm-tooling/vscode-elm-old
0.25.0
- Fix issue with elm module parser using object spread in raw javascript (not transpiled). (by @joeandaverde)
- Fix issue with improperly invaliding old symbols in cache. (by @joeandaverde)
- Fix elm analyse path (by @razzeee)
- The linter should also respect the module in "Make special path" (by @ccapndave)
0.24.0
- Improved Symbol Search / Goto Definition (by @joeandaverde)
- Fix wrong missing compiler error message (by @andys8)
- Check isTestFile before normalizing path on windows (by @Krzysztof-Cieslak)
0.23.0
- corrected a spelling error (by @WEBhicham)
- Replace inefficient regex to locate imports with simpler regex (by @rgson)
- Add json schema support for Elm's config files (by @stephenreddek)
- Add support for running tests for Elm 0.19 (by @jackfranklin)
0.22.0
- Fix a 0.18 elm-make configuration bug and support elm-format for 0.18 and 0.19 (by @hakonrossebo)
- Setting and logic to disable linting (by @hakonrossebo)
- Adds external package "oracle"-support for Elm 0.19 (by @r1sc)
- Handle breaking change in elm-format (by @hakonrossebo)
0.21.0
- Set elm-make as default makeCommand for 0.18 and earlier (by @jackfranklin)
- Fix for Elm 0.19, find right project directory (by @norpan)
- Fix linting for errors for Elm 0.18 (by @jackfranklin)
- Changes REPL to use integrated terminal for interactivity (by @hakonrossebo)
- Make compiler errors a little easier to read (by @norpan)
- Separate example code for 0.18 and 0.19 (by @hakonrossebo)
- Fixes to omit Elm Oracle for 0.19 and read elm.json (by @hakonrossebo)
- Using terminal instead of output window to install packages for y/n (by @hakonrossebo)
0.20.0
- Snippets: Let expression indentation (elm-format) (by @andys8)
- Add ability to configure elm-package locating. (by @jackfranklin)
- Syntax Polish (by @mdgriffith)
- Elm 0.19 update (by @hakonrossebo and @7sharp9)
0.19.0
- Snippets: Add todo comment snippet (by @andys8)
- Refactoring diagnostic init for LS (by @lostintangent)
- Grammar updates (by @mdgriffith)
- Compilable Msg placeholder in HTML.program snippet (by @milesfrain)
- Info about editor.formatOnSaveTimeout on Windows (by @rofrol)
0.18.0
- Make linting work again with elm-analyse 0.14.2 (by @Yarith)
- Handle formatSelection the same as formatDocument (by @milesfrain)
0.17.0
- Limiting workspace symbols and linting to local files (by @lostintangent)
- Fixed issue with elm-make and spaces in paths (by @Arbyy)
- Fix error message not clearing when formatting with elm-format (by @adam77)
- Make folding not eat up empty lines (by @szabba)
0.16
- Jump to symbol based on imports. Jump to symbol that has been fully qualified such as
MyModule.myFunction
(by @joeandaverde) - Fix cursor moving when formatting with elm-format (by @adam77)
- Support elm code syntax highlighting in markdown files (by @kachkaev)
- Snippets improvement (by @andys8)
- Fix
elm.makeCommand
sample path for Windows (by @lukaszgasior)