D Scanner Versions Save

Swiss-army knife for D source code

v0.16.0-beta.4

7 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/dlang-community/D-Scanner/compare/v0.16.0-beta.3...v0.16.0-beta.4

v0.16.0-beta.3

10 months ago

What's Changed

  • fixed autofix CLI by @WebFreak001 #916, #917

Full Changelog: https://github.com/dlang-community/D-Scanner/compare/v0.16.0-beta.2...v0.16.0-beta.3

v0.16.0-beta.2

10 months ago

What's Changed

Full Changelog: https://github.com/dlang-community/D-Scanner/compare/v0.16.0-beta.1...v0.16.0-beta.2

v0.16.0-beta.1

10 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/dlang-community/D-Scanner/compare/v0.15.2...v0.16.0-beta.1

v0.15.2

10 months ago

What's Changed

Full Changelog: https://github.com/dlang-community/D-Scanner/compare/v0.15.1...v0.15.2

v0.15.1

10 months ago

What's Changed

Full Changelog: https://github.com/dlang-community/D-Scanner/compare/v0.15.0...v0.15.1

v0.15.0

10 months ago

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: https://github.com/dlang-community/D-Scanner/compare/v0.14.0...v0.15.0

v0.14.0

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/dlang-community/D-Scanner/compare/v0.13.0...v0.14.0

v0.13.0

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/dlang-community/D-Scanner/compare/v0.12.2...v0.13.0

v0.13.0-beta.1

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/dlang-community/D-Scanner/compare/v0.12.2...v0.13.0-beta.1