Skip to content
This repository has been archived by the owner on Dec 17, 2019. It is now read-only.

Releases: elm-tooling/vscode-elm-old

0.25.0

07 Jan 11:25
Compare
Choose a tag to compare
  • 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

26 Nov 14:29
Compare
Choose a tag to compare
  • 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

19 Nov 14:22
Compare
Choose a tag to compare
  • 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

01 Oct 16:09
Compare
Choose a tag to compare
  • 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

30 Aug 18:45
Compare
Choose a tag to compare
  • 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

24 Aug 19:37
Compare
Choose a tag to compare

0.19.0

27 Jul 20:13
Compare
Choose a tag to compare
  • 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

22 May 12:17
Compare
Choose a tag to compare
  • Make linting work again with elm-analyse 0.14.2 (by @Yarith)
  • Handle formatSelection the same as formatDocument (by @milesfrain)

0.17.0

26 Apr 21:01
Compare
Choose a tag to compare
  • 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

11 Feb 11:15
Compare
Choose a tag to compare
  • 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)