Major version
- Major internal rewrite with API kept almost the same.
- Add support for combining checkers with
|
and&
syntax. check()
andargs()
no longer return anything (previously returned the number of passing values).- Custom checkers should now return
boolean
(message/description for the checker can be passed in as third field toadd()
).