v0.4.0
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