Skip to content

Releases: dlang-community/DCD

v0.15.0

07 Dec 21:21

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.13.6...v0.15.0

v0.15.0-beta.3 (OSX fix)

13 Nov 02:23

Choose a tag to compare

Pre-release

What's Changed

  • dcd-client now always waits for some response in requests before disconnecting, so the server has time to process the requests, which was a problem on OSX and could cause e.g. dcd-client -I to fail very often because it quit too quickly, causing internal (valid) errors inside Phobos code, which assumes the socket is valid the entirety of the "accept" function and can have socket options applied on. (@WebFreak001 in #693)

Full Changelog: v0.15.0-beta.2...v0.15.0-beta.3

v0.15.0-beta.2

12 Nov 00:39
758c781

Choose a tag to compare

v0.15.0-beta.2 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: v0.15.0-beta.1...v0.15.0-beta.2

v0.15.0-beta.1

13 Oct 16:43

Choose a tag to compare

v0.15.0-beta.1 Pre-release
Pre-release

DSymbol Integration

DSymbol is now part of DCD (submodule dcd:dsymbol) - for most compatibility we skip a release here to sync up the versions with dsymbol as well.

What's Changed

  • Use scope instead of std.typecons.scoped by @nordlow in #656
  • Use more adaptive time formatting because many requests finish in 0 milliseconds by @nordlow in #658
  • Integrate dsymbol by @WebFreak001 in #673

New Contributors

Full Changelog: v0.13.6...v0.15.0-beta.1

v0.13.6 (osx fix)

16 Jul 16:12
02acaa5

Choose a tag to compare

Uses gnu tar for packaging now, no code changes.

v0.13.5

14 Jul 18:43
46ea058

Choose a tag to compare

Fix --localUse being off-by-one when cursor is at end of identifier (#640)

v0.13.4

02 Jun 17:54
8dce131

Choose a tag to compare

same as 0.13.2, but now built with github actions

(NOTE: There was a wrongly tagged 1.13.4 which was deleted, if you have binaries from that release, please delete them to avoid issues with tooling)

v0.13.3

01 Jun 17:53
3e5dbd9

Choose a tag to compare

same as v0.13.2, but now building releases with GitHub actions

v0.13.2

01 Jun 17:03

Choose a tag to compare

Build with newer LDC version, fixes newer OSX crashes

Update emsi_containers to 0.8.0

v0.13.1

12 Aug 02:47
92db048

Choose a tag to compare

Fixes

  • Fix issue #620, which caused some auto-completion results to be missing.
  • Document the --ignoreConfig option in the --help output of the server.

Other

  • Update libdparse to 0.15.4
  • Update emsi_containers to 0.8.0-alpha.19
  • Update dsymbol to 0.11.2
  • Update msgpack-d to 1.0.1