Skip to content

v6.4.0

Choose a tag to compare

@alexskr alexskr released this 15 Jul 19:36
d0deffb

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