Skip to content

v0.10.0

Compare
Choose a tag to compare
released this 24 Dec 13:14
· 175 commits to master since this release

Note : binaries are exceptionally here.

Enhancements

  • added support for completion on template type parameters that must implicitly convert to a type. This works for simple user defined, non-templatized, types such as structs and classes and on the basic types. (#551)
  • added support for completion on the current module identifier chain. (#306)
  • added partial support for Module Scope Operator completion. Partial because currently this is shared with the completion on the current module identifier. (#550)
  • the bat file supports LDC and GDC. When they are set as $DC then the script will actually use LDMD or GDMD.

Bugs fixed

  • building with DUB was always fully done, even if not necessary.
  • compilation with GDC under Unbuntu 18.04. (#534)
  • when using the bat file the binaries didn't have any extension.
  • completion on template value parameters of simple type should work but didn't. (along with #551)

API

  • removed deprecated functions from message.d (#549)