• 5.0.0 f93d1da016

    5.0.0 Stable

    hperrin released this 2019-06-11 16:39:09 -07:00 | 13 commits to master since this release

    • Simplify how data is accessed on entities using Proxy objects.
    • Some improvements to the code. Don't call $init with an entity, but only entity data.

    Entities' data is now accessed like entity.prop instead of entity.data.prop. All the instance functions have been renamed with a "$" prepended. So, entity.refresh() becomes entity.$refresh(). You no longer need to use a set() function to support patches; props are now marked dirty on assignment (entity.prop = value;).

    Downloads