Skip to content

v0.4.0

Compare
Choose a tag to compare
@sebelga sebelga released this 28 Jun 19:36
· 447 commits to master since this release

Schema

new statics methods
You can now declare static methods for your Models

new method virtual()
Allows you to create virtual properties on schema that are not persisted in the Datastore

Model

new method key()
Creates one or an array of entity Key(s)

Entity

new method model()
Access other models from an entity instance.

new method validate()
Validates en entity data