This repository has been archived by the owner on Jun 20, 2024. It is now read-only.
Field constraint validation
This release brings some new field options to validate constraints:
- minimum length
- maximum length
- pattern (regex)
Thanks @faroceann for your contribution!