You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Summary of relevant changes
@hapi/joi v16
- Changes in allow() and valid()
No longer accepts array arguments. Must pass each value as a separate argument.
See hapijs/joi#2037
- Change error in sync validate() result to undefined instead of null when there is no error
See hapijs/joi#2036
See hapijs/joi#2037
@hapi/hapi v19
- No joi schema compiler is loaded by default and must be explicitly
loaded using server.validator()
See hapijs/hapi#4017
See https://hapi.dev/api/?v=19.1.0#-servervalidatorvalidator
@hapi/boom v8
- Change new Boom() to new Boom.Boom()
See hapijs/boom#253
lockbot
locked as resolved and limited conversation to collaborators
Feb 8, 2020
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
No description provided.
The text was updated successfully, but these errors were encountered: