Skip to content

v0.15.0

Compare
Choose a tag to compare
@WebFreak001 WebFreak001 released this 05 Jul 11:40
· 46 commits to master since this release

Big Changes

Diagnostics now cover ranges instead of just locations and those ranges can be printed by either specifying a custom output format (see dscanner --help) or by just calling D-Scanner with the new way to invoke it for human consumption:

dscanner lint source/

will look like this:

example dscanner colored output

and will act like dscanner -S -f pretty source/

The output format may change at any point to include more information or look more pretty. The output is colored using terminal escape sequences, which are attempted to be turned on on windows, which requires at least Windows 10 TH2 (v1511).

What's Changed

New Contributors

Full Changelog: v0.14.0...v0.15.0