Skip to content

v3.0.0

Choose a tag to compare

@utkuturunc utkuturunc released this 09 Jun 11:37
· 4 commits to main since this release
c69a562

3.0.0 (2026-06-09)

  • feat!: rename relationMeta to modelsMeta with richer model metadata (c69a562)

BREAKING CHANGES

  • withNestedOperations now accepts modelsMeta instead
    of relationMeta. The generated export is modelsMeta: ModelsMeta
    instead of relationMeta: RelationMeta. Public types RelationMeta and
    RelationFieldMeta are replaced by ModelsMeta and RelationField.

The new ModelsMeta shape adds uniqueFields and uniqueIndexFields
per model alongside the existing relations array.

Co-Authored-By: Claude Sonnet 4.6 (1M context) noreply@anthropic.com