Breaking:
- Support current version of Joi under
@hapi
organization. This version will no longer support the previousjoi
package. Be sure to include a dependency of@hapi/joi
in your project dependencies.
Updated:
- Support for
allow
. Thanks @fabiogomessilva - Removed support for
lov
Internal:
- Code coverage now uses
nyc
- Updated dependencies
- Refactored tests
- Tests now build with node 10.x and use Joi 14.0.0
Updated:
- Removed support for
lov
- Support for
allow
. Thanks @fabiogomessilva
Changed:
- Tests now build with node 10.x and use Joi 14.0.0
Internal:
- Code coverage now uses
nyc
- Updated test packages
Added:
uuid
,guid
, andemail
types
Changed:
string
instances havetrim
property set by defaulttype
property changed to@type
Added:
Parser
for parsing individual strings to bypass the builder
Updated:
vandium-utils
dependency to 1.1.0
Fixed:
- Typos
Initial release