Skip to content

v1.1.0

Choose a tag to compare

@HPWebdeveloper HPWebdeveloper released this 28 Aug 02:14
· 18 commits to main since this release

Added — #[Sensitive] attribute to mark settings properties whose values must never be displayed. The previous name-based heuristic (key, secret, password, token) remains as a fallback, so nothing that was hidden before becomes visible.

Fixed — env-settings:diff did not mask anything, printing values that env-settings:show hid. Both commands now share one rule. The diff still compares real values before masking, so a sensitive property is flagged as differing without being revealed.

Masking is display-only; toArray() continues to return real values.

Full Changelog: v1.0.0...v1.1.0