Releases: dlang-community/DCD
Releases · dlang-community/DCD
v0.9.10
23 Jul 03:45
Compare
Sorry, something went wrong.
No results found
Regressions fixed
Client didn't give the file path anymore when using --search. (#506 )
Bugs fixed
Completion on identifier starting with a basic type was supposed to work but did not. (#504 )
Completion for named mixin templates didn't work. (#510 )
v0.9.10-alpha.0: Merge pull request #508 from BBasile/issue-504
22 Jul 15:26
Compare
Sorry, something went wrong.
No results found
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
14 Jun 16:49
Compare
Sorry, something went wrong.
No results found
Regressions fixed
Possible crash when trying to get completion when writing a selective import. (#493 )
Possible crash when writing IfStatements. (#490 )
Bugs fixed
Completion no working on variables named body. (#495 )
v0.9.8: Merge pull request #488 from BBasile/upd-stdx-alloc
22 May 10:36
Compare
Sorry, something went wrong.
No results found
update std alloc to v2.77.2
merged-on-behalf-of: BBasile <BBasile@users.noreply.github.com>
v0.9.7
14 May 20:46
Compare
Sorry, something went wrong.
No results found
Bug fixed
No completion on the char keyword. (#481 )
No completion on the variable declared in a IfStatement. (#484 )
Other
Removed the client option --localUsage which was deprecated and undocumented. The switch with is a more correct name is --localUse since a full year now.
v0.9.6: Merge pull request #474 from wilzbach/76-windows
07 May 12:52
Compare
Sorry, something went wrong.
No results found
Fix #472 - Use 2.076 to build the release binaries
merged-on-behalf-of: Sebastian Wilzbach <sebi.wilzbach@gmail.com>
v0.9.5: Merge pull request #470 from wilzbach/experiment_stable_start
05 May 12:52
Compare
Sorry, something went wrong.
No results found
Make the test_runner more stable on the Project Tester - fix #455
merged-on-behalf-of: BBasile <BBasile@users.noreply.github.com>
v0.9.4
27 Apr 07:40
Compare
Sorry, something went wrong.
No results found
Bug fixed
Completion didn't work on partial identifier also matching to a keyword (e.g do or is). (#382 )
Under certain circumstances, call tips didn't work when writing inside an existing function. (#405 )
v0.9.3
23 Apr 13:26
Compare
Sorry, something went wrong.
No results found
Bug fixed
Completion not working while writing a switch. (#453 )
Completion giving incorrect results for super.. (#460 )
API
restore stringCompatibilityContent() original attributes. (#462 )
v0.9.2: Merge pull request #449 from dlang-community/issue-445
04 Apr 06:51
Compare
Sorry, something went wrong.
No results found
fix #445 - Cannot build via dub on windows
merged-on-behalf-of: BBasile <BBasile@users.noreply.github.com>