Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolaRHristov committed Nov 3, 2024
1 parent eb3d37f commit 147155c
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 147155c

Please sign in to comment.