-
5.0.0 Stable
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
$initwith 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()becomesentity.$refresh(). You no longer need to use aset()function to support patches; props are now marked dirty on assignment (entity.prop = value;).Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads