These changes have not been released to the official Visual Studio extension gallery, but (if checked) are available in preview within the CI build.
- TBD
These are the changes to each version that has been released to the official Visual Studio extension gallery.
2016-04-23
-
Features
-
Fixes
- #227 - VS2015 could freeze for 30s with Visual F# Power Tools installed and CodeMaid F# cleanup disabled
- #255 - Expected exception messages for Node.JS project item detection should be reduced to diagnostic level
- #256 - When VS creates a dummy solution, CodeMaid options were not accessible
- #272 - Reorganizing: Remove existing regions affects in-method regions as well
- #275 - Digging: In-method regions were being shown within Spade
- #276 - ReSharper 2016.1 changed the name of their cleanup command and needed updates within CodeMaid - thanks jamiehumphries!
2016-04-02
-
Features
- Add support for Visual Studio "15" Preview
- Add support for R language
- Automate deploys through AppVeyor to create a CI channel
- Consolidate support sites
- #235 - Extended support for CodeMaid integration into solution explorer context menus to cover scenarios like selecting items in separate projects
-
Fixes
- #231 - VB: Moving functions around in Spade wasn't moving XML comments
- #239 - Reorganize was not disabling in the presence of #pragma statements
2016-03-16
-
Cleaning
- Enforce/update copyright statement headers
- Support basic cleanup on any file type
- #198 - VisualGDB now supported (thanks adontz!)
-
Digging
- #199 - Make Spade disappear/reappear when entering/exiting new full screen mode (thanks iouri-s!)
-
Formatting
- Added support for XML based list tags (thanks Willem Duncan!)
-
Others
- #193 - Added undo transaction to insert region command (thanks Matthias Reitinger!)
- Remove multithread operations performance option that was root of problems like #212