This repository has been archived by the owner on Dec 11, 2022. It is now read-only.
Releases: sciactive/nymph-client
Releases · sciactive/nymph-client
5.2.0
5.1.0
5.0.1
5.0.0
- 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;
).
4.0.0
4.0.0-beta.18
- Properly reference entities in server call params.
4.0.0-beta.17
BREAKING CHANGES
- Lots of improvements and modernizations.
- Add entity refresh file with utilities to save/restore referenced entities upon refresh.
- Export UMD module with same name as package.
readyAll no longer takes callbacks. Instead, use the returned promise.
4.0.0-beta.16
- Fixed reverse sorting in PubSub insertions.
4.0.0-beta.15
- Fixed other TypeErrors when browser is offline.
4.0.0-beta.14
- Fix TypeError when browser is offline.