summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
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-27Make `validate` fn also be aware of the `$field`.Asko Nomm
This enables the creation of more complex validators, such as `unique:posts` where the `$field` might be used to determine a column in the `posts` table.
2022-02-26Fix an issue where Hird breaks when a field isn't providedAsko Nomm
2022-02-23Rename Bouncer to HirdAsko Nomm
2022-02-23Doc fixesAsko Nomm
2022-02-22Update namespacesAsko Nomm
2022-02-22Update docstringsAsko Nomm
2022-02-22ImprovementsAsko Nomm
2022-02-22Lots of documentation and basic testsAsko Nomm
2022-02-22Swap rules and validators, makes more sense nowAsko Nomm
2022-02-22Document ValidatorAsko Nomm
2022-02-22Initial commitAsko Nomm