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
v3.6.0-pre.1
- semi-breaking: global components now call
onBindFail
on WorkspaceD too, with instance beingnull
(never called like this before, might cause errors in some implementations) - DCD now properly reports ddoc with
\\n
in it
v3.5.0
- disallows compiling with DMD on windows
- fixes a null dereference bug in methodfinder.d
- bump to dub 1.18.0
- switch unittests to unit-threaded
- new SnippetsComponent for context-dependent snippets
- Fixes workspace-d as dependency for other projects when unittesting
- removed dunit
- fixed workspace-d as dependency causing linker errors with LDC2
- upgrade to libdparse 0.13.z and upgrade other dependencies
- documentation improvements for snippets
- support for dub dependency based snippets
- Fixes an unlikely bug with specially constructed snippets resulting in a broken completed snippet after formatting
- Fixes a bug with sorting imports taking in commented out imports
- new API to check if dub syntax is correct
v3.5.0-pre.10
- new API to check if dub syntax is correct
v3.5.0-pre.9
- Fixes a bug with sorting imports taking in commented out imports
v3.5.0-pre.8
- Fixes an unlikely bug with specially constructed snippets resulting in a broken completed snippet after formatting
v3.5.0-pre.7
SnippetsComponent.getSnippets
returns aSnippetList
instead of aSnippet[]
now (breaking API from previous pre-release)SnippetsComponent
properly stores global state nowSnippetsComponent.format
takes an additionallevel
parameter now to specify in which context to format the snippet in.
v3.5.0-pre.6
- documentation improvements for snippets
- new
toHash
snippet - support for dub dependency based snippets
v3.5.0-pre.5
upgrade to libdparse 0.13.z and upgrade other dependencies
v3.5.0-pre.4
- removed dunit
- fixed workspace-d as dependency causing linker errors with LDC2
v3.5.0-pre.3
- Fixes workspace-d as dependency for other projects when unittesting