Whats New in v1.5.0
Whats New?
- Update all default error messages to contain field id and any relevant validation information
- Add array const and enum to tuple validation
Bugfix
- Abstract enumerable and constant schema to their own files
- Add code coverage for definitions
- Add code coverage for no type property
- Fix incorrect unit test for getObjectHead function
- Add additional code to check if conditional schema is false
- Remove unused buildValidation function
- Replace custom schema type with jsonSchemaType
- Update getValidationSchema to use hash table
- Remove any unreachable code