Skip to content

Releases: just-seba/code-butler

dotnet-code-butler: v3.0.2

04 Jun 15:28
c46a367
Compare
Choose a tag to compare

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

16 Mar 12:32
a881871
Compare
Choose a tag to compare

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

16 Mar 10:47
4d1ee15
Compare
Choose a tag to compare

3.1.0 (2024-03-16)

🚀 Features

  • Adds progress notification to installation of required global dotnet tool. (192684f)

vscode-code-butler: v3.0.0

16 Mar 09:59
3393823
Compare
Choose a tag to compare

3.0.0 (2024-03-16)

⚠ BREAKING CHANGES

  • Requires and checks for code-butlerdotnet tool installation.

🚀 Features

  • Adds option to disable sorting members by alphabet in vscode extension. (e0e252f)
  • Requires and checks for code-butlerdotnet tool installation. (3d167d1)

📦️ Build System, Dependencies

  • Bundles vscode-extension with esbuild. (239ccd3)
  • run _markdownscript on vscode:prepublish (4d95ff6)

dotnet-code-butler: v3.0.1

16 Mar 12:32
a881871
Compare
Choose a tag to compare

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

16 Mar 09:59
3393823
Compare
Choose a tag to compare

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 usingstatements below file-scoped namespacedeclaration. (see: be77618) (83b91eb)

📦️ Build System, Dependencies

  • Adds Directory.Build.props (3bae4e5)