A new %FILTER hash allows a user to add custom filters
Object interface changed - new is now just a constructor and check is used to do actual validation. To adapt your code, it should be enough to just replace all Validate::Tiny->new with Validate::Tiny->check.