v1.4.1
v1.4.1 70930cc: Add Code Decommenter Page
Overview
This release introduces a new feature: a dedicated code decommenter page. This page allows users to easily remove comments from their code, streamlining the process of preparing code for production environments. Removing comments can reduce file size and potentially improve performance. This addition enhances the utility of the platform by providing a convenient tool for developers to clean up their code before deployment. Users are expected to benefit from a simplified workflow and improved code management.
Release Details
- Release Date: 2025-01-09 23:14:46 UTC
- Commit: 70930cc
- Author: Iván Luna
- Branch(es): main
Changes
New Features
- Code Decommenter Page: This new page provides a user interface for removing comments from code. Users can paste or drop their code into the provided area, and the tool will process it to remove comments before displaying the cleaned code. This feature is integrated with existing layout components and includes user authentication checks to ensure secure access.
Modified Files
-
package-lock.json
(modified)- Changes: 4 total
- Added: 2 lines
- Removed: 2 lines
-
package.json
(modified)- Changes: 2 total
- Added: 1 lines
- Removed: 1 lines
-
src/pages/code-decommenter.astro
(added)- Changes: 110 total
- Added: 110 lines
- Removed: 0 lines
Testing
Manual testing was performed to verify the functionality of the code decommenter page. Tests included pasting code snippets with various comment styles (single-line, multi-line, block comments) and different programming languages to ensure proper comment removal. User authentication flows were also tested to confirm that only authorized users can access the page.
Instructions for Update
Users should pull the latest changes from the main branch to access the new code decommenter page. The page will be accessible through the existing navigation menu or directly via its URL. No specific configuration or setup is required beyond updating the codebase.
Full Changelog: v1.4.0...v1.4.1