Skip to content

Latest commit

 

History

History
420 lines (202 loc) · 23.7 KB

CHANGELOG.md

File metadata and controls

420 lines (202 loc) · 23.7 KB

Changelog

0.13.4 (2023-10-05)

Bug Fixes

  • add defensive logging in runtime (#276) (913e8d6)
  • check capabilities before registering didChangeWatchedFiles (#272) (a0af2dc)
  • correctly coerce root_uri into workspace folders (#275) (960c9aa)

0.13.3 (2023-10-04)

Bug Fixes

0.13.2 (2023-10-04)

Bug Fixes

0.13.1 (2023-10-02)

Bug Fixes

  • document_symbols: handle struct which is last expression in a block (d4ea0b2), closes #111

0.13.0 (2023-10-02)

Features

  • configureable MIX_ENV and MIX_TARGET (#246) (c56518a)
  • definition,references: local variables (#253) (7099370)

0.12.7 (2023-09-30)

Bug Fixes

0.12.6 (2023-09-21)

Bug Fixes

0.12.5 (2023-09-18)

Bug Fixes

  • handle aliases injected by macros (4ad4855)

0.12.4 (2023-09-18)

Bug Fixes

0.12.3 (2023-09-18)

Bug Fixes

  • make priv/cmd executable before release (c1469ae)

0.12.2 (2023-09-18)

Bug Fixes

0.12.1 (2023-09-18)

Bug Fixes

  • ensure epmd is started (#221) (2edfe59)
  • remove unused variables from monkey patch (fec818e)

0.12.0 (2023-09-18)

Features

0.11.0 (2023-09-12)

Features

  • ranked fuzzy match search of workspace symbols (#212) (9395744)

0.10.4 (2023-08-28)

Bug Fixes

0.10.3 (2023-08-24)

Bug Fixes

0.10.2 (2023-08-22)

Bug Fixes

0.10.1 (2023-08-21)

Bug Fixes

  • don't timeout when calling functions on the runtime (#196) (555b191)

0.10.0 (2023-08-20)

Features

Bug Fixes

0.9.1 (2023-08-09)

Bug Fixes

0.9.0 (2023-08-09)

Features

Bug Fixes

0.8.0 (2023-08-09)

Features

Bug Fixes

0.7.1 (2023-08-08)

Bug Fixes

0.7.0 (2023-08-08)

Features

Bug Fixes

  • references: clamp line and column numbers (55ead79), closes #141
  • references: ignore references to elixir source code (6ff4c17)

0.6.5 (2023-08-01)

Bug Fixes

  • use first reference with go to definition (#137) (e3ed704)

0.6.4 (2023-07-31)

Bug Fixes

  • clear out references when saving a file (#134) (d0e0340)

0.6.3 (2023-07-31)

Bug Fixes

  • only fetch most recent reference for that position (00fbfbf)

0.6.2 (2023-07-30)

Bug Fixes

0.6.1 (2023-07-28)

Bug Fixes

0.6.0 (2023-07-24)

Features

Bug Fixes

0.5.5 (2023-07-20)

Bug Fixes

  • add .gitignore file to .elixir-tools directory (#113) (24d9915)

0.5.4 (2023-07-13)

Bug Fixes

0.5.3 (2023-07-12)

Bug Fixes

  • add :crypto to extra_applications (480aa01), closes #100
  • better error message when passing invalid flags (#107) (5e2f55f), closes #103
  • properly decode requests with none parameters (#106) (b8ccf12)
  • use loadpaths instead of run (#108) (97a8fe5)

0.5.2 (2023-07-07)

Bug Fixes

0.5.1 (2023-07-06)

Bug Fixes

0.5.0 (2023-07-03)

Features

0.4.0 (2023-06-29)

Features

Bug Fixes

0.3.5 (2023-06-27)

Bug Fixes

  • add type to workspace symbol (#67) (905ff62)
  • filter out hidden functions from workspace symbols (#66) (202a906), closes #39
  • properly close the symbol table on shutdown (#65) (837d02f)

0.3.4 (2023-06-27)

Bug Fixes

  • cancel current progress messages when changing/saving file (#61) (dca3b25), closes #40

0.3.3 (2023-06-25)

Bug Fixes

  • correctly set compiler diagnostic columns (d2bbae8)

0.3.2 (2023-06-25)

Bug Fixes

0.3.1 (2023-06-25)

Bug Fixes

  • use correct directory for symbol table (#34) (3e83987)

0.3.0 (2023-06-25)

Features

0.2.3 (2023-06-24)

Bug Fixes

  • log next-ls version on start (c10ab90)

0.2.2 (2023-06-24)

Bug Fixes

  • handle formatting files with syntax errors (#26) (b124b16)

0.2.1 (2023-06-23)

Bug Fixes

0.2.0 (2023-06-23)

Features

Bug Fixes

  • elixir: compiler diagnostics have iodata (#18) (f28af33), closes #15
  • gracefully handle uninitialized runtime (#19) (9975501)

0.1.1 (2023-06-20)

Bug Fixes

0.1.0 (2023-06-20)

Features

CHANGELOG