Skip to content

Releases: ritchieanesco/json-schema-yup-transform

Whats New in v1.6.0

13 Jun 08:39
Compare
Choose a tag to compare

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

23 Feb 22:14
Compare
Choose a tag to compare

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

11 Sep 11:19
Compare
Choose a tag to compare

Bugfix

  • Fixes empty enumerable array
  • Update tests with new messages
  • Remove isolated tests

Whats New in v1.5.7

04 Sep 10:22
Compare
Choose a tag to compare

Bugfix

  • Moves stringify-object as dependency (#14)
  • Fixes import in example (#13)

Whats New in 1.5.5

25 Jun 22:16
Compare
Choose a tag to compare

Bugfix

  • Fix ability to validate multiple then schemas

Whats New in 1.5.3

25 Jun 14:42
Compare
Choose a tag to compare

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

14 Apr 02:58
Compare
Choose a tag to compare

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

13 Apr 11:59
Compare
Choose a tag to compare

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

06 Apr 10:13
Compare
Choose a tag to compare

Bugfix

  • Fix validation on empty fields only for null when field has multiple types

Whats New in v1.3.5

06 Apr 21:34
Compare
Choose a tag to compare

Bugfix

  • Fix required constraint on object schemas