Skip to content

v0.2

Compare
Choose a tag to compare
@maximkulkin maximkulkin released this 22 Aug 19:24
· 144 commits to master since this release
  • Added object schema inheritance: objects can inherit fields from other objects.
  • Added support for customizing error messages in Fields.
  • Changed ConstantField to validate value to be the same on load.
  • Added OneOf type to express polymorphic types or type alternatives.