From 147155c7347d89529119e01f70eda23d090509f1 Mon Sep 17 00:00:00 2001 From: Nikola Hristov Date: Sun, 3 Nov 2024 17:06:45 +0200 Subject: [PATCH] --- CHANGELOG.md | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1308d68f..2892c058 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,31 @@ +# Changelog + ## 0.0.4 +### Changed + +- Improved code formatting and structure in Configuration.js +- Changed const enums to regular enums for better compatibility +- Renamed visitedNodes to Output for consistency +- Simplified conditional logic in identifier checks +- Updated dependency versions: + - Added commander v12.1.0 + - Updated esbuild to v0.24.0 + - Removed @types/chai and chai dependencies + +### Code Quality + +- Enhanced code readability with better formatting and indentation +- Improved error handling structure in try-catch blocks +- Streamlined import statements and function calls +- Simplified conditional checks in node traversal logic + +### Dependencies + +- Added command-line interface support with commander +- Upgraded build system with latest esbuild version +- Streamlined test dependencies + ## 0.0.3 ### Changed