Skip to content

Releases: dlang-community/DCD

v0.16.0-beta.2

20 May 13:37
Compare
Choose a tag to compare
v0.16.0-beta.2 Pre-release
Pre-release

What's Changed

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

v0.16.0-beta.1

16 Mar 17:19
Compare
Choose a tag to compare
v0.16.0-beta.1 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: v0.15.2...v0.16.0-beta.1

v0.15.2

06 Jan 00:00
Compare
Choose a tag to compare

What's Changed

This should only affect DUB users, meaning this release for the user is the same as 0.15.1

Full Changelog: v0.15.1...v0.15.2

Note 2023-02-01: rebuilt the linux-x86_64 prebuild release on Ubuntu 20.04 for older glibc compatibility

v0.15.1

30 Dec 15:23
Compare
Choose a tag to compare

What's Changed

  • Updated the CI checkout action version to v3 by @CrsiX in #699
  • Improve non-linux testing by @CrsiX in #698
  • bump libdparse to 0.21.1 by @WebFreak001 in #700
    • fixes syntax errors for foreach (scope ...), bitfields

New Contributors

Full Changelog: v0.15.0...v0.15.1

v0.15.0

07 Dec 21:21
Compare
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
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare

Uses gnu tar for packaging now, no code changes.

v0.13.5

14 Jul 18:43
46ea058
Compare
Choose a tag to compare

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