v0.16.0-beta.1
Pre-release
Pre-release
WebFreak001
released this
08 Jul 21:52
·
34 commits
to master
since this release
What's Changed
- feature: Provide predefined error format compatible with dmds output by @gizmomogwai in #912
- add automatic fixes by @WebFreak001 in #911
- some diagnostics have automatic fix suggestions now that can be interactively applied using
dscanner fix source/
- IDE APIs are available:
dscanner --resolveMessage 11:3 file.d
to get all the auto-fix suggestions in line 11, column 3. (alternatively provideb123
to use file byte index 123)
- some diagnostics have automatic fix suggestions now that can be interactively applied using
New Contributors
- @gizmomogwai made their first contribution in #912
Full Changelog: v0.15.2...v0.16.0-beta.1