Skip to content

Commit

Permalink
Merge pull request #855 from codecadwallader/dev
Browse files Browse the repository at this point in the history
v12.0
  • Loading branch information
codecadwallader committed Nov 7, 2021
2 parents 4ba8ddd + 87f7884 commit 0777838
Show file tree
Hide file tree
Showing 633 changed files with 3,325 additions and 20,672 deletions.
17 changes: 16 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## vNext (11.3)
## vNext (12.1)

These changes have not been released to the Visual Studio marketplace, but (if checked) are available in preview within the [CI build](http://vsixgallery.com/extension/4c82e17d-927e-42d2-8460-b473ac7df316/).

Expand All @@ -12,6 +12,21 @@ These changes have not been released to the Visual Studio marketplace, but (if c

These are the changes to each version that has been released to the Visual Studio marketplace.

## 12.0

**2021-11-07**

- [x] Features
- [x] [#778](https://github.com/codecadwallader/codemaid/pull/778) - Cleaning: Option to specify file inclusions by RegEx - thanks [Timo-Weike](https://github.com/Timo-Weike)!
- [x] [#797](https://github.com/codecadwallader/codemaid/pull/797) - Cleaning: Option to replace existing file headers (vs. default insert) - thanks [lflender](https://github.com/lflender)!
- [x] [#815](https://github.com/codecadwallader/codemaid/pull/815) - Cleaning: Option to place file headers after C# using block - thanks [lflender](https://github.com/lflender)!
- [x] [#828](https://github.com/codecadwallader/codemaid/pull/828) - Reorganizing: Option to include access levels in regions for methods only - thanks [lflender](https://github.com/lflender)!
- [x] [#853](https://github.com/codecadwallader/codemaid/pull/853) - Visual Studio 2022 Support - thanks [olegtk](https://github.com/olegtk) and many others!

- [x] Fixes
- [x] [#800](https://github.com/codecadwallader/codemaid/pull/800) - Reorganizing: Fix dialog showing literal newline characters


## 11.2

**2021-01-02**
Expand Down
106 changes: 0 additions & 106 deletions CodeMaid.IntegrationTests/Cleaning/FileTypes/CPlusPlusTests.cs

This file was deleted.

106 changes: 0 additions & 106 deletions CodeMaid.IntegrationTests/Cleaning/FileTypes/CSHTMLTests.cs

This file was deleted.

106 changes: 0 additions & 106 deletions CodeMaid.IntegrationTests/Cleaning/FileTypes/CSSTests.cs

This file was deleted.

Loading

0 comments on commit 0777838

Please sign in to comment.