Releases: ritchieanesco/json-schema-yup-transform
Releases · ritchieanesco/json-schema-yup-transform
Whats New in v1.6.12
Whats New in v1.6.12
- Fixes optional chaining transpiilation
Whats New in v1.6.11
Bug fix
- Fix exclusive number checks (#62)
Whats New in v1.6.10
Whats New in v1.6.9
Bugfix
- Fix cyclical dependencies with DataType.STRING import
Whats New in v2.0.0-beta.0
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
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
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
Bugfix
- Fixes conflicts with compositional schemas and nested object properties with multiple types.
Whats New in v1.6.3
v1.6.1 package re-published.
Whats New in v1.6.1
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
andanyOf
together with deep object property validation