Releases: ritchieanesco/json-schema-yup-transform
Releases · ritchieanesco/json-schema-yup-transform
Whats New in v1.6.0
Whats New?
allOf
,anyOf
,oneOf
,not
keywords added.- Dependencies updated (ws, lodash, property-exp, y18n)
Bugfix
- Missing field title for number schema
Whats New in 1.5.9
Whats New?
- Use existing field title as label instead of key
Bugfix
- Grammar changes
- Validation of uniqueItems for typed arrays (#17)
Whats New in v1.5.8
Bugfix
- Fixes empty enumerable array
- Update tests with new messages
- Remove isolated tests
Whats New in v1.5.7
Whats New in 1.5.5
Bugfix
- Fix ability to validate multiple then schemas
Whats New in 1.5.3
Whats New?
- Upgrade Yup to 0.29.1
Bugfix
- Fix required schemas in conditional
- Fixed messaging for maximum value validation
Whats New in v1.5.2
Whats New?
- Add undefined as a possible default field value in Yup Lazy due to changes in Formik v2.1.4
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
Whats New in v1.3.6
Bugfix
- Fix validation on empty fields only for null when field has multiple types
Whats New in v1.3.5
Bugfix
- Fix required constraint on object schemas