7.0.2 (2026-03-14)
Bug Fixes
- core: apply property
defaultvalues when creating new entity instances (#7301) (b4d1e7f), closes #7284 - core: handle CJS entity files in folder-based discovery (#7287) (314626b)
- core: preserve nullability in Opt/Hidden branded types for defineEntity (#7295) (2b74802), closes #7291
- core: use branded types for built-in type detection in CJS/ESM dual-package hazard (#7293) (65ae903)
- core: use EntitySchema.is() instead of instanceof for CJS/ESM dual-package hazard (#7289) (355301f)
- decorators: skip @oxc-project/runtime frames in decorator path lookup (199ccd1)
- entity-generator: emit enum definitions before entity class (bbb38c7)
- schema: handle multiline view expressions in SQLite schema diffing (#7294) (2a2ed10), closes #7292