json-schema-to-yup
Version:
Build a Yup schema from a JSON Schema. Also supports custom/alternative schema models such as GraphQL type defs
24 lines (12 loc) • 514 B
Markdown
# Changelog
## 1.6.4
List similar JSON schema -> model projects
## 1.6.3
- [Fix pattern matching](https://github.com/kristianmandrup/json-schema-to-yup/pull/4)
## 1.6.1
- [Email fix](https://github.com/kristianmandrup/json-schema-to-yup/pull/3) by [@matthewfaircliff](https://github.com/matthewfaircliff)
Cheers :)
## 1.6.0
Fixed core bug: Now updates this.base with every constraint
## 1.5.1
- Fixed `errMessages` error to fix [issues/1](https://github.com/kristianmandrup/json-schema-to-yup/issues/1)