Skip to content

Releases: dlang-community/DCD

v0.9.10

23 Jul 03:45
5a73968

Choose a tag to compare

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
e5dc996

Choose a tag to compare

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
c7ea7e0

Choose a tag to compare

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
717023b

Choose a tag to compare

update std alloc to v2.77.2
merged-on-behalf-of: BBasile <BBasile@users.noreply.github.com>

v0.9.7

14 May 20:46
ff4474e

Choose a tag to compare

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
a6ef4e5

Choose a tag to compare

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
723a3ee

Choose a tag to compare

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
c90afe1

Choose a tag to compare

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
15f5b11

Choose a tag to compare

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
d47d07a

Choose a tag to compare

fix #445 - Cannot build via dub on windows
merged-on-behalf-of: BBasile <BBasile@users.noreply.github.com>