Skip to content

v6.0.0

Choose a tag to compare

@DZakh DZakh released this 23 Nov 20:53
· 539 commits to main since this release

The package is renamed to rescript-schema (previously rescript-struct)

Migration guide:

  • Uninstall rescript-struct and install rescript-schema instead
  • Rename RescriptStruct->RescriptSchema and rescript-struct->rescript-schema in your rescript.json/bsconfig.json file
  • For JS/TS api users, rename the S.Struct type to S.Schema
  • Change struct to schema in your code if you followed the suggested naming from the documentation

Full Changelog: v5.1.1...v6.0.0