v6.0.0
The package is renamed to rescript-schema (previously rescript-struct)
Migration guide:
- Uninstall
rescript-structand installrescript-schemainstead - Rename
RescriptStruct->RescriptSchemaandrescript-struct->rescript-schemain yourrescript.json/bsconfig.jsonfile - For JS/TS api users, rename the
S.Structtype toS.Schema - Change
structtoschemain your code if you followed the suggested naming from the documentation
Full Changelog: v5.1.1...v6.0.0