This repository has been archived by the owner on Mar 1, 2022. It is now read-only.
Releases: Pure-D/workspace-d
Releases · Pure-D/workspace-d
v2.10.0
- Fixed potential crash on startup on windows
- Added release-debug to build types
- Fixed installer git cloning
- Fixed installer not making apps executable
- Added --version command line switch
- workspace-d checks for outdated DCD, dscanner, dfmt now (depending on features required)
- workspace-d will use binaries if they are in the same folder as workspace-d
- Disallowing DMD on windows completely now
- Imports are now correctly placed in new lines #73
- Imports are correctly placed after modules #73
For Developers:
- API now working properly (file structure redone)
- workspaced.coms contained all components as renamed imports
- Added syncBlocking & syncYield to run async commands
v2.9.1
- Fixed segfault for functions using importer before its ready
- Added dscanner find symbol
v2.9.0
- loading configs from ~/.config (see wiki)
- add import command + libdparse (base for new features in the future)
v2.8.0
- Compilation fixes for newest D compilers
- Added
arguments
argument to dfmt format function for raw command line argument manipulation & fixed config dir path argument
v2.7.3
Improved dub build time
Fixed compilation
v2.7.2
- DCD fixes for windows
- archType getter & setter for dub made by @sprinkle131313 https://github.com/Pure-D/workspace-d/pull/30/files
v2.7.1
Fixed crash for target-type: none
projects
v2.7.0
Fixed dfmt ≥ v0.5.0 & upgraded dependencies
v2.6.0
Added support for custom path management from the extension
v2.5.0
Massive improvements for dlangui markup language completion.
- Documentation
- Context aware completion
- Enums & Boolean completion
- More types