You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
treat empty string env vars as valid values (f9bc52c), closes #74
warn when options have env mappings but env loading is disabled (12b8053), closes #79
Features
add strict mode to promote warnings to errors (6eaf442), closes #80
BREAKING CHANGES
loadExtended() now returns { data, warnings } instead of
a raw NodeTree. The exitOnError option has been removed — errors always
throw ConfigLoadError. The library no longer calls console.warn, console.error, or process.exit. Warnings are accessible via loadExtended().warnings or ConfigLoadError.warnings.