Closed clarkie closed 8 years ago
@sylwit and @justinffs as you both volunteered first, would it be possible for you to have a look over this? Thanks
Looks ok to me, it there anything else in the docs that needs to be updated?
How much work would it be to upgrade Joi to the most recent version?
@justinffs thanks for having a look. I don't think there's anything in the docs that needs to change at the minute but let me know if you spot anything.
My plan is to upgrade to the latest version of all of the dependencies but this does mean dropping support for node v0.10 and v0.12. I have already started in another branch and will push soon.
Sounds good. I am assuming you will do a major version number bump when v0.10 and v0.12 are dropped?
Already done ;)
dynogels v5.0.0 is out now!
This bumps Joi from v5 to v6.
When using
default(fn)
in a schema a second argument needs to be passed:Error message formats have changed.
See here for the breaking changes inside Joi itself: https://github.com/hapijs/joi/issues/579