Skip to content

Commit 4d05f5b

Browse files
committed
[docs] README
1 parent 2b14449 commit 4d05f5b

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# CHANGELOG
22

3+
## [v4.2.1] - 2026-03-12
4+
5+
### Refactored
6+
7+
- Internal Structure Optimization: Extracted typescript namespace rendering logic into a standalone renderNamespaces (formerly namespacesHandler) method to reduce cognitive complexity in contentGenerate.
8+
- Naming Alignment: Renamed internal methods to strictly follow the render* naming convention for better clarity and maintainability.
9+
- Control Flow Refactoring: Replaced several if-else blocks with match expressions to reduce Cyclomatic Complexity and align with Sonar quality standards.
10+
11+
### Fixed
12+
- Sonar Compliance: Added explicit documentation and justifications for empty methods to resolve "Methods should not be empty" code smells.
13+
314
## [v4.2.0] - 2026-03-12
415

516
### Added

0 commit comments

Comments
 (0)