Skip to content

🎁 FeathersJS v4 support + Big Update

Compare
Choose a tag to compare
@marshallswain marshallswain released this 18 Feb 17:48
· 50 commits to master since this release

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.