Skip to content

Latest commit

 

History

History
47 lines (33 loc) · 3.15 KB

File metadata and controls

47 lines (33 loc) · 3.15 KB

📦 Changelog

All notable changes to CodeSweep will be documented in this file.


[0.0.5] - 2025-07-144

Type Description 👤 Thank To
🐛 Fixed Fixe to support xml in editor context menu @prince0xdev

[0.0.3] - 2025-07-14

Type Description 👤 Thank To
✨ Added Support for executing commands via the editor context menu @prince0xdev
🔧 Changed Automatically remove empty lines after cleaning code @prince0xdev
🐛 Fixed Fixed leftover blank lines after code cleanup @prince0xdev

[0.0.2] - 2025-07-14

Type Description 👤 Thank To
✨ Added CodeSweep: Clean Code command to remove comments and debug logs @prince0xdev
🔧 Changed Improved HTML comment handling @prince0xdev
🐛 Fixed Fixed bug with inline JSX comments not being removed @prince0xdev
⚠️ Known Issue Python comment removal needs improvement

[0.0.1] - 2025-07-11

Type Description 👤 Thank To
✨ Added Initial release of CodeSweep 🚀 @prince0xdev
✨ Added Remove single-line comments (//, #, --, etc.) @prince0xdev
✨ Added Remove multi-line comments (/* */, <!-- -->, etc.) @prince0xdev
✨ Added Remove debug logs (console.log, print(), etc.) @prince0xdev
✨ Added Support for 30+ popular languages @prince0xdev
⚠️ Known Issue JSX/TSX inline comments not fully handled
⚠️ Known Issue HTML comment removal needs improvement