Skip to content

Whats New in v1.5.0

Compare
Choose a tag to compare
@ritchieanesco ritchieanesco released this 13 Apr 11:59
· 99 commits to master since this release

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