Skip to content

0.2.0

Choose a tag to compare

@linux-china linux-china released this 13 Aug 13:37
· 19 commits to main since this release
  • Simple auto field type detection if type absent
  • Change default field type to string if auto detection failed
  • Add Integer, Boolean, Number support
  • Add number range support: age: int(1, 18), age: int(18,)
  • Add string length support: nick: string(6,32)
  • Add array min/max support: tags: list<string>(,12)
  • Add tuple support: income: [integer, string]