rescriptbr / reform

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

breaking-change: Making ReSchema part of ReForm #228

Closed vmarcosp closed 2 years ago

vmarcosp commented 2 years ago

Description

Since ReForm depends on ReSchema, we should make ReSchema an internal module of ReForm. This is a breaking change and we should provide a migration guide from v11.0.2 to v12.0.0 explaining in detail (for now, probably on the release notes but we could include a section to the website docs) how to remove ReSchema and use ReSchema as an internal module of ReForm. The steps for the migration:

TODO