Skip to content

ConfigurationAPI 1.0.1

Choose a tag to compare

@devspexx devspexx released this 04 Apr 18:51
· 59 commits to master since this release

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