summaryrefslogtreecommitdiff
path: root/src/Hird.php
AgeCommit message (Collapse)Author
2022-03-06(MINOR) Implement DateFormatValidatorAsko Nomm
2022-02-27Allow explicit validation outside of `fails()`.Asko Nomm
2022-02-27Fix an issue where a modifier could not include `:` characters.Asko Nomm
2022-02-27Validate in fails(), not in constructorAsko Nomm
Because otherwise we won't have the ability to register new validators.
2022-02-27Pass down to the validate methodAsko Nomm
2022-02-26Fix an issue where Hird breaks when a field isn't providedAsko Nomm
2022-02-23Rename Bouncer to HirdAsko Nomm