v3.0.0
3.0.0 (2026-06-09)
- feat!: rename relationMeta to modelsMeta with richer model metadata (c69a562)
BREAKING CHANGES
withNestedOperationsnow acceptsmodelsMetainstead
ofrelationMeta. The generated export ismodelsMeta: ModelsMeta
instead ofrelationMeta: RelationMeta. Public typesRelationMetaand
RelationFieldMetaare replaced byModelsMetaandRelationField.
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