Skip to content

Releases: dlang-community/DCD

v0.7.5

15 Jan 09:21

Choose a tag to compare

v0.7.4

14 Jan 07:58

Choose a tag to compare

Do not use this release. Use 0.7.5 instead.

https://github.com/Hackerpilot/DCD/issues?q=milestone%3A0.7.4+is%3Aclosed

Changes from 0.7.3: v0.7.3...v0.7.4

0.7.3

30 Oct 19:08

Choose a tag to compare

  • #264 Updated manual pages
  • #263 Completing renamed imports is broken
  • #262 Properties missing for named enums
  • #238 Support specifying log level when starting the server

https://github.com/Hackerpilot/DCD/issues?q=milestone%3A0.7.3+is%3Aclosed
v0.7.2...v0.7.3

0.7.2 - 0.7.1 now builds with LDC 0.16

19 Oct 20:59

Choose a tag to compare

Some imports were changed within a dependency so that DCD can be built with LDC 0.16. No changes from 0.7.1.

0.7.1

19 Oct 20:10

Choose a tag to compare

v0.7.0

01 Sep 20:18

Choose a tag to compare

Update version number

v0.7.0-rc2

30 Aug 01:18

Choose a tag to compare

v0.7.0-rc2 Pre-release
Pre-release

Changes from RC1:

v0.7.0-rc1...v0.7.0-rc2

v0.7.0-rc1

21 Aug 10:08

Choose a tag to compare

v0.7.0-rc1 Pre-release
Pre-release

Changes from beta1:

v0.7.0-beta1...v0.7.0-rc1

v0.7.0-beta1

12 Aug 06:52

Choose a tag to compare

v0.7.0-beta1 Pre-release
Pre-release

Summary of changes from alpha1:

  • Fix #240
  • Fix the Windows build
  • Various CI fixes

Full change list: v0.7.0-alpha1...v0.7.0-beta1

v0.7.0-alpha1

08 Aug 00:15

Choose a tag to compare

v0.7.0-alpha1 Pre-release
Pre-release
  • A large portion of DCD's symbol resolution engine was removed and placed into the new dsymbol project.
  • Several design bugs with the cache invalidation process were fixed. (TLA+ was helpful with this)
  • Regression testing! DCD now has regression tests. This was long overdue... Information on the tests can be found on the testing wiki page
  • DCD now uses the latest version of std.experimental.allocator.
  • Added the ability to ask the client to list the paths that are registered with the server.
  • Fixed a few crashing bugs.
  • Removed all editor plugins. All editor plugins were maintained outside of this repository anyways, so this was more-or-less a dead code removal. Links to editor plugins and IDEs can be found on the wiki
  • Support 2.068 syntax. The only thing that really changed is that "inline" and "mangle" are now on the list of "pragma" autocomplete suggestions.
  • Add "LINE", "FILE", and other built-in symbols to autocomplete suggestions.
  • Correctly expand the current working directory when starting the server with -I options specifying relative paths.