- fix auto completion comment detection
- add 64 bit windows builds #115
- allow specifying log levels & file as CLI args
- more LSP compatiblity by auto-detecting language from file extension if not set
- fix "instantiated from here" types
- add LDC stdlib detection
- add unittest scanning feature (WIP)
- fully lazy load workspaces, defer many projects warning until many projects have been opened
- change to silly test runner
- improve auto completion sorting #127
- only send changes in document formatting
- support for rangeFormatting (format selection) #120
- fix dependency compile from source on certain platforms #130
- update DCD (but compile from source on windows)
- upgrade d-scanner
- use
$currentin build tasks instead of embedding current values (passed CLI unaffected) - change how
scopeandcwdis handled in build tasks: they are now always relative to opened workspace folders (as sent by LSP) - documentation how to install in Vim (#111)
- various bug fixes and crash fixes (#122, #132)