v0.16.0-beta.3
Pre-release
Pre-release
·
14 commits
to master
since this release
What's Changed
- Fix deprecation warning by @ryuukk in #750
- Ensure type is not null for symbols not yet fully resolved by @ryuukk in #751
- fix parameters in constructors being treated as fields by @brianush1 in #749
- Fix ArraySliceError in complete.d when there is no paren. by @drpriver in #754
- fix(env): change the environment to be /usr/bin/env bash by @imrying in #756
- Add support for extended output when requesting symbol's documentation by @ryuukk in #757
- Add proper symbol qualifier to function symbols by @ryuukk in #758
- Save memory by removing argNames from DSymbol by @ryuukk in #763
- Add a new request to get inlay hints by @WebFreak001 in #764
- support inlay hints inside functions by @WebFreak001 in #765
- implement typeof in types by @WebFreak001 in #748
- support casts in initializers by @WebFreak001 in #766
- support
.Typesyntax for module type lookup by @WebFreak001 in #767 - avoid unnecessary O(n^2) work in localuse by @brianush1 in #768
- Fix build on OpenBSD, NetBSD and DragonflyBSD by @jtbx in #769
- fix getSymbolsForCompletion raise exception by @electricface in #773
- update libdparse by @WebFreak001 in #783
New Contributors
- @brianush1 made their first contribution in #749
- @drpriver made their first contribution in #754
- @imrying made their first contribution in #756
- @jtbx made their first contribution in #769
- @electricface made their first contribution in #773
Full Changelog: v0.16.0-beta.2...v0.16.0-beta.3