v6.4.0
What's Changed
New Feature: :safe_text validator for attributes meant to contain simple single-line text—such as names or short descriptions—by rejecting control characters, invisible Unicode, newlines, and disallowed punctuation. Length limits can optionally be enforced via a suffix (e.g., :safe_text_50).
Full Changelog: v6.3.0...v6.4.0