-
5.2.0 Stable
released this
2020-12-26 12:37:55 -08:00 | 2 commits to master since this release- An update to at least this version is required for compatibility with Nymph Server 3.3.0 and above.
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
5.1.0 Stable
released this
2019-06-28 13:19:57 -07:00 | 7 commits to master since this release- Support WebSocket ponyfills.
- Switch to fetch API instead of XHR.
- Support fetch ponyfill.
- Add request callbacks.
- JSON stringify data to REST endpoint.
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
5.0.1 Stable
released this
2019-06-11 17:57:26 -07:00 | 10 commits to master since this release- Fix stateless prop.
- Don't use Object.fromEntries.
- Node fixes.
- Don't throw error on data access when sleeping reference, instead just error to console.
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
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
-
4.0.0 Stable
released this
2019-05-31 22:06:55 -07:00 | 18 commits to master since this release- Add entity patch feature.
Big breaking changes since last stable version!
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
4.0.0-beta.18 Pre-release
released this
2019-05-08 18:36:59 -07:00 | 22 commits to master since this release- Properly reference entities in server call params.
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
4.0.0-beta.17 Pre-release
released this
2019-05-01 19:31:54 -07:00 | 24 commits to master since this releaseBREAKING 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.
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
4.0.0-beta.16 Pre-release
released this
2018-08-21 13:34:35 -07:00 | 32 commits to master since this release- Fixed reverse sorting in PubSub insertions.
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
4.0.0-beta.15 Pre-release
released this
2018-08-20 12:14:01 -07:00 | 34 commits to master since this release- Fixed other TypeErrors when browser is offline.
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
4.0.0-beta.14 Pre-release
released this
2018-08-20 11:59:58 -07:00 | 36 commits to master since this release- Fix TypeError when browser is offline.
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads