Releases: just-seba/code-butler
Releases · just-seba/code-butler
dotnet-code-butler: v3.0.2
3.0.2 (2024-06-04)
🐛 Bug Fixes
- Handle explicit interface implementations by sorting them between
public
and internal
members (45b870c)
vscode-code-butler: v3.1.1
3.1.1 (2024-03-16)
🐛 Bug Fixes
- Fixes README links. Adds missing documentation on --no-sort-members-by-alphabet. (f2506b4)
vscode-code-butler: v3.1.0
3.1.0 (2024-03-16)
🚀 Features
- Adds progress notification to installation of required global dotnet tool. (192684f)
vscode-code-butler: v3.0.0
3.0.0 (2024-03-16)
⚠ BREAKING CHANGES
- Requires and checks for
code-butler
dotnet tool installation.
🚀 Features
- Adds option to disable sorting members by alphabet in vscode extension. (e0e252f)
- Requires and checks for
code-butler
dotnet tool installation. (3d167d1)
📦️ Build System, Dependencies
- Bundles vscode-extension with esbuild. (239ccd3)
- run
_markdown
script on vscode:prepublish
(4d95ff6)
dotnet-code-butler: v3.0.1
3.0.1 (2024-03-16)
🐛 Bug Fixes
- Fixes README links. Adds missing documentation on --no-sort-members-by-alphabet. (f2506b4)
dotnet-code-butler: v3.0.0
3.0.0 (2024-03-16)
⚠ BREAKING CHANGES
- Publishes CodeButler as a dotnet tool. (see: a0541a0)
🚀 Features
- Command line flag
--no-sort-members-by-alphabet
to disable sorting members by alphabet. (see: 2d24189) (7ca7525)
- Publishes CodeButler as a dotnet tool. (see: a0541a0) (3ed6a5e)
- Support for
using
statements below file-scoped namespace
declaration. (see: be77618) (83b91eb)
📦️ Build System, Dependencies
- Adds Directory.Build.props (3bae4e5)