Skip to content

Latest commit

 

History

History
68 lines (59 loc) · 4.7 KB

CHANGELOG.md

File metadata and controls

68 lines (59 loc) · 4.7 KB

Changelog

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

[4.1.x] - Not yet released

[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