Skip to content

v0.5.0

Compare
Choose a tag to compare
@aboutlo aboutlo released this 28 Dec 21:22
· 247 commits to master since this release

New Features

  • Add support for required in nested prop
const schema = FluentSchema()
  .prop('foo', FluentSchema().asString().required())