Skip to content

Latest commit

 

History

History
149 lines (133 loc) · 11.6 KB

CHANGELOG.md

File metadata and controls

149 lines (133 loc) · 11.6 KB

Changelog

All changes to the project will be documented in this file.

[5.1.225507] - 2021-05-05

View Complete Diff of Changes

Breaking Changes

  • Implicit restore when fixing code style or 3rd party analyzers (disable with --no-restore)
  • Adopt csc style for warnings and errors
  • Warnings and errors are now written to the standard error stream

Merged PRs:

[5.0.211103] - 2021-02-11

View Complete Diff of Changes

Breaking Changes

  • Removed --dry-run should use --check instead
  • Removed --files should use --include instead
  • Removed --workspace this option is now implied

Merged PRs:

[4.1.131201] - 2020-06-15

View Complete Diff of Changes

Merged PRs:

[4.0.130203] - 2020-06-01

View Complete Diff of Changes

Breaking Changes:

  • Added an imports formatter for sorting imports.
  • Format now runs on the latest installed Runtime.
  • --check and --dry-run have combined into a single option.
  • --include and --exclude use space-separated paths instead of comma-separated.

Deprecations:

  • Added warning to use the default argument instead of --workspace option. Use dotnet format ./format.sln instead of dotnet format -w ./format.sln
  • Added warning to use the default argument to specify the folder path when using the --folder option. Use dotnet format ./src -f instead of dotnet format -f ./src
  • Added warning to use --include instead of --files alias.
  • Added warning to use --check instead of --dry-run alias.

Merged PRs:

[3.3.111304] - 2020-02-13

View Complete Diff of Changes

Merged PRs:

[3.2.107702] - 2020-01-27

View Complete Diff of Changes

Merged PRs:

[3.1.37601] - 2019-07-26

View Complete Diff of Changes

Merged PRs:

[3.0.4] - 2019-04-02

View Complete Diff of Changes

Merged PRs:

[3.0.2] - 2019-02-28

Initial Release

  • Partial support for core .editorconfig options
  • Support for .NET whitespace formatting options
  • Support for --dry-run option