2026-08-17 - 2026-09-17

Overview

5 Active Pull Requests
6 Active Issues
Excluding merges, 2 authors have pushed 8 commits to main and 8 commits to all branches. On main, 25 files have changed and there have been 715 additions and 99 deletions.

5 Pull requests merged by 1 user

Merged #11 docs: explain what distinguishes validate (+ comment audit) 2026-09-07 16:35:55 +00:00

Merged #2 add CI workflow running go vet and go test 2026-09-07 12:53:19 +00:00

Merged #8 email: validate with net/mail.ParseAddress 2026-09-07 12:53:03 +00:00

Merged #9 add Required, Prefix, Suffix, Contains, Match validators 2026-09-07 12:51:43 +00:00

Merged #10 add Collect: run every validator and join all errors 2026-09-07 12:50:51 +00:00

4 Issues closed from 1 user

Closed #3 Docs: explain what distinguishes validate from other packages 2026-09-07 16:35:55 +00:00

Closed #7 Email() uses an unauditable mega-regexp; prefer net/mail 2026-09-07 12:53:03 +00:00

Closed #6 Small built-in validator set 2026-09-07 12:51:43 +00:00

Closed #5 All() is fail-fast; no all-errors-at-once aggregation 2026-09-07 12:50:51 +00:00

6 Issues created by 1 user

Opened #1 Test suite: incremental additions (email edge cases, more fuzz targets) 2026-09-07 11:53:37 +00:00

Opened #3 Docs: explain what distinguishes validate from other packages 2026-09-07 12:22:50 +00:00

Opened #4 No struct-level validation (wire fields by hand) 2026-09-07 12:22:50 +00:00

Opened #5 All() is fail-fast; no all-errors-at-once aggregation 2026-09-07 12:22:50 +00:00

Opened #6 Small built-in validator set 2026-09-07 12:22:51 +00:00

Opened #7 Email() uses an unauditable mega-regexp; prefer net/mail 2026-09-07 12:22:51 +00:00