rescriptbr / reform

📋 Reasonably making forms sound good
https://rescript-reform.netlify.app/
MIT License
353 stars 41 forks source link

Feat/drop namespace #186

Closed fakenickels closed 4 years ago

fakenickels commented 4 years ago

Breaking changes

ReForm:

ReSchema: validate return variant changed from Valid | Errors(fieldState) to Valid | Errors((field, string))

Features

Minor:

Demo

New Vanilla ReSchema demo