ConfigurationAPI 1.0.1
Version 1.0.1
- Added line-level diff tracking
- Added character delta (charDelta) per changed line
- Introduced ConfigLineDifference for structured diff data
- Added whitespace-only change detection (isOnlyWhitespaceChange())
- Improved logging with structured format
- ([ConfigWatcher] file=... line=... delta=...)
- Added null-safe file reading with warning logging
- Added file existence guard to prevent reload issues during file replacement
- Introduced debounce protection for rapid file system events
Full Changelog: v1.0.0...v1.0.1