Releases: dlang-community/DCD
Releases · dlang-community/DCD
v0.10.0
Note : binaries are exceptionally here.
Enhancements
- added support for completion on template type parameters that must implicitly convert to a type. This works for simple user defined, non-templatized, types such as structs and classes and on the basic types. (#551)
- added support for completion on the current module identifier chain. (#306)
- added partial support for Module Scope Operator completion. Partial because currently this is shared with the completion on the current module identifier. (#550)
- the bat file supports LDC and GDC. When they are set as
$DC
then the script will actually use LDMD or GDMD.
Bugs fixed
- building with DUB was always fully done, even if not necessary.
- compilation with GDC under Unbuntu 18.04. (#534)
- when using the bat file the binaries didn't have any extension.
- completion on template value parameters of simple type should work but didn't. (along with #551)
API
- removed deprecated functions from message.d (#549)
v0.9.13
v0.9.12
v0.9.11
v0.9.10
v0.9.10-alpha.0: Merge pull request #508 from BBasile/issue-504
fix #504 - Completion for partial identifier matching to a basic type doesn't work merged-on-behalf-of: BBasile <BBasile@users.noreply.github.com>
v0.9.9
v0.9.8: Merge pull request #488 from BBasile/upd-stdx-alloc
update std alloc to v2.77.2 merged-on-behalf-of: BBasile <BBasile@users.noreply.github.com>
v0.9.7
v0.9.6: Merge pull request #474 from wilzbach/76-windows
Fix #472 - Use 2.076 to build the release binaries merged-on-behalf-of: Sebastian Wilzbach <sebi.wilzbach@gmail.com>