Skip to content

Releases: ritchieanesco/json-schema-yup-transform

Whats New in v1.6.12

29 Oct 01:10
Compare
Choose a tag to compare

Whats New in v1.6.12

  • Fixes optional chaining transpiilation

Whats New in v1.6.11

15 Aug 10:56
Compare
Choose a tag to compare

Bug fix

  • Fix exclusive number checks (#62)

Whats New in v1.6.10

14 Aug 10:58
57c24e4
Compare
Choose a tag to compare

Bug fix

  • Cyclical dependencies (#59)
  • Duplicate "exclusiveMaximum" text in README (#61)

Whats New in v1.6.9

14 Aug 10:43
Compare
Choose a tag to compare

Bugfix

  • Fix cyclical dependencies with DataType.STRING import

Whats New in v2.0.0-beta.0

13 Mar 06:32
Compare
Choose a tag to compare
Pre-release

What's New?

  • Support for yup v0.32.11
  • Dependency version updates

What's Changed?

  • Replace lodash default imports with named import
  • Removal of unused utilities
  • Generalised fallback error messages i.e. "This field is required" as opposed to "{Fieldname} is required"
  • Simpler directory/file structure
  • Error messaging formatting removed (capitalisation)
  • Improved type implementation

Whats New in v1.6.8

12 Mar 22:16
Compare
Choose a tag to compare

Whats New

  • Add error callbacks to make messages more flexible

Changes

  • Centralise JSON schema types to simplify version updates
  • Clean up types and function signatures
  • Remove redundant functions
  • Apply getErrorMessage utility to all schema's for consistency
  • Replace any type in favour of unknown or appropriate type

Whats New in v1.6.7

01 Mar 08:48
Compare
Choose a tag to compare

Whats New

  • Removed format error type property in configuration.

Bugfix

  • Fix else schema overriding then schema
  • Fix maxItems and minItems validating undefined field value

Whats New in v1.6.4

25 Feb 10:05
Compare
Choose a tag to compare

Bugfix

  • Fixes conflicts with compositional schemas and nested object properties with multiple types.

Whats New in v1.6.3

17 Feb 01:07
Compare
Choose a tag to compare

v1.6.1 package re-published.

Whats New in v1.6.1

15 Feb 05:15
Compare
Choose a tag to compare

What's new

  • Allow both schema keywords & types to be defined under 'defaults' and path
  • Allow multiple conditionals in a schema object

Bugfix

  • Fix existing field title in composition schema
  • Support refs when using oneOf and anyOf together with deep object property validation