Releases: dlang-community/DCD
Releases · dlang-community/DCD
v0.7.5
v0.7.4
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
- #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
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
v0.7.0
Update version number
v0.7.0-rc2
v0.7.0-rc1
v0.7.0-beta1
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
- 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
-Ioptions specifying relative paths.