0.3.5 (2023-06-27)
- 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)
0.3.3 (2023-06-25)
- correctly set compiler diagnostic columns (d2bbae8)
0.3.2 (2023-06-25)
- bin/nextls (2262ad3)
0.3.1 (2023-06-25)
0.3.0 (2023-06-25)
- basic symbol table (#30) (37fc91a)
- filter workspace symbols using query (#32) (65f4ee4)
- workspace symbols (#31) (c1aa20c)
0.2.3 (2023-06-24)
- log next-ls version on start (c10ab90)
0.2.2 (2023-06-24)
0.2.1 (2023-06-23)
0.2.0 (2023-06-23)
- elixir: compiler diagnostics have iodata (#18) (f28af33), closes #15
- gracefully handle uninitialized runtime (#19) (9975501)