Skip to content

Releases: asaf/nodejs-model

Bug fixes & model instance isNew flag.

19 Sep 21:25
Compare
Choose a tag to compare

Few bug fixes,

modelInstance.isNew() / setNew(boolean)

These accessors sets / get the isNew property which indicates whether a model instance is new or not.

A new model indicates that the model that was never persisted.