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 2, 2024
1 parent 5139eaf commit 993ae7e
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
## 0.0.2

### Changed

- Updated path mapping from "./Source/Example/Input" to "./Example/Input" in
Configuration files
- Improved recursive depth handling in transformer visits with max depth
limits
- Added safety checks for maximum node visits and iteration counts
- Enhanced handling of circular references and self-referential initializers
- Implemented size limits for Usage and Initializer maps
- Simplified project structure with updated .npmignore and tsconfig.json

### Added

- Added debug warnings for maximum depth, node visits, and iteration limits
- Implemented node tracking to prevent infinite loops
- Added safety checks for map sizes and usage counts

## 0.0.1

### Added
Expand Down

0 comments on commit 993ae7e

Please sign in to comment.