Before, `only(1)` was an alias to `valid(1)`. This changes it to a flag where `Joi.allow(1).only()` is the same as `Joi.valid(1)`.