π FeathersJS v4 support + Big Update
Lots of updates in this release.
- π Updated to work with latest @hapi/joi.
- π Support for asynchronous validations.
- π Support for FeathersJS V4.
- π€·ββοΈ It might still support FeathersJS V3, because the callback syntax is still supported.
Since Joi.validate() has been removed, all validations now use schema.validateAsync(), which means this package now supports asynchronous validations.