Skip to content

Latest commit

 

History

History
136 lines (96 loc) · 8.44 KB

CHANGELOG.md

File metadata and controls

136 lines (96 loc) · 8.44 KB

Changelog

vNext (10.6)

These changes have not been released to the Visual Studio marketplace, but (if checked) are available in preview within the CI build.

  • Features

  • Fixes

Previous Releases

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

10.6

2018-12-09

  • Features
    • #582 - Digging: New option to show item types (e.g. method return or property type) - thanks GammaWolf!
    • #593 - Switching: Add .cshtml -> .cshtml.cs to defaults - thanks derekmckinnon!
    • #594 - Cleaning: New option to add blank lines before/after single-line fields - thanks jasonjtyler!
    • #604 - Turn on VS2019 support - thanks digovc!

10.5

2018-06-09

  • Features

    • #477 - Digging: New radial progress bar - thanks Jammer77!
    • #506 - Enable localization for Chinese - thanks maikebing!
    • #519 - Simplify the code by removing unnecessary guids - thanks heku!
    • #525 - Make all features switchable - thanks heku!
    • #545 - Ignore comment lines starting with certain prefixes - thanks willemduncan!
  • Fixes

    • #479 - Update XAML Styler integration mappings - thanks grochocki!
    • #496 - Fix the .NET Framework minimum required version (which is v4.6)
    • #541 - Project file (.csproj) cleanup - thanks heku!
    • #546 - Fix a setting that would leave a trailing white space when formatting comments - thanks willemduncan!
    • #556 - Partial fix reducing how long we will block waiting for a code model to be built.

10.4

2017-03-26

  • Features

    • #444 - Cleaning: VB now supports many of the same cleanups as C# - thanks thehutman!
    • #449 - Undo a previous pull request for hiding Spade during full screen mode (inconsistent with other extensions) - thanks iouri-s!
  • Fixes

    • #333 - Reorganizing: VB now moves attributes - thanks thehutman!
    • #440 - Cleaning: Exclude *.min.css and *.min.js files by default

10.3

2017-03-26

  • Features

    • #359 - Reorganizing: Add option to sort private->public vs. public->private - thanks ahalassy!
    • #394 - Finding: Add ability to clear solution explorer search before finding - thanks joeburdick!
    • #420 - Upgraded projects to .NET 4.6.1 and misc. fixes for VS2017 build support
  • Fixes

    • #419 - Cleaning: Switched using statement cleanup command to workaround VS2017+ReSharper issue that prevented using statement cleanup from activating - thanks jlbeard84!

10.2

2017-01-01

  • Features

    • #284 - Performance improvements to compiling regular expressions - thanks flagbug!
    • #298 - First class support for VB regions (viewing, inserting and removing)
    • #337 - Reorganizing: Add option to put explicit interface implementations after other members - thanks samcragg!
    • #371 - Support for VS2017 RC
  • Fixes

    • #290 - Finding: When track active item is enabled an error can be displayed on invocation
    • #315 - Reorganizing: Explicit interface implementations may take multiple passes to get in stable order - thanks samcragg!
    • #326 - Digging: VB comments were not visible
    • #342 - Digging: VB regions were not visible - thanks aeab13!

10.1

2016-04-23

  • Features

    • #241 - Create a demo video
    • #245 - Reorganizing: Support for VB
    • #248 - Cleaning: Exclude files where auto-generated header is detected
    • #266 - Remove solution explorer toolbar buttons
    • #268 - Reorganizing: Add prompt to override safety checks in presence of preprocessor conditionals
  • 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!

10.0

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

0.9.1

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

CHANGELOG started with v0.9.1, see Blog for deeper history