You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(modelgen): add timestamp fields createdAt & updatedAt for @model (#114)
* feat(modelgen): add timestamp fields createdAt & updatedAt
* add test for scenario 4
* add readOnly fields in java output
* remove null in timestamp fields
* remove readOnly params in swift constructor
* feat: add read-only support for swift modelgen
* fix: update field cannot be overrided
* fix: address feedback
* fix: add id field to not break customer
* fix: add id in public init
* fix: remove timestamp changes to js and dart
* fix: remove metadata change
* fix: remove update field override
* feat: add FF support
* feat: add timestamp fields in js modelgen
0 commit comments