• feat: auto-track fields on context for zero-arg ValidateAll/ResetFields

    ryan released this 2026-02-12 05:57:13 +00:00 | 40 commits to main since this release

    Fields created via Context.Field are now tracked on the page context,
    so ValidateAll() and ResetFields() with no arguments operate on all
    fields by default. Explicit field args still work for selective use.

    Also switches MinLen/MaxLen to utf8.RuneCountInString for correct
    unicode handling and replaces fmt.Errorf with errors.New where
    format strings are unnecessary.

    Downloads