typeofweb / typesafe-hapi

Typechecking for HapiJS based on Joi schemas!
https://typeofweb.com/
MIT License
21 stars 1 forks source link

Hapi update #10

Open ghost opened 3 years ago

ghost commented 3 years ago

I would like to know if there is an update planned in order support Hapi v20.1 ? I would really like to use it my project but there seems to be a compatibility issue.

Thank you for your work !

typeofweb commented 3 years ago

I'd love to see more typesafe features in Hapi but it mostly relies on Joi. Unfortunately, recently Joi typings had a massive rewrite which makes any kind of modifications much harder.

This is probably something that should be brought up in the official Joi repository.