Open zaun opened 1 month ago
Nice idea. Are you able to develop this feature?
I can look into it.
Would you still want the ability to have the monolithic format checker? I would recommend removing it for simplicity, but that would be a breaking change to the API.
Something like:
Would allow easy adding of format checkers to an existing validator. It also, at least in my opinion, is easier to read than a monolithic format checker. A setup like this would allow the default checkers to be added automatically, but still let the user overwrite them with their own if they want.