0.2.0
- Simple auto field type detection if type absent
- Change default field type to
stringif auto detection failed - Add
Integer,Boolean,Numbersupport - 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]