Under the hood
Config load outcome is now recorded as parsed, parse-error or missing rather than a single parse-error boolean.
The prior boolean setLastGetConfigWasParseError is replaced by setLastGetConfigOutcome, which records one of 'parse-error', 'enoent', or 'parsed', giving more granular diagnostics on config load outcomes.