• 5.2.0 2df5a1194f

    5.2.0 Stable

    hperrin 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
  • 5.1.0 4745f64968

    5.1.0 Stable

    hperrin 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
  • 5.0.1 cd3538c9c5

    5.0.1 Stable

    hperrin 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
  • 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
  • 4.0.0 30f8606bfa

    4.0.0 Stable

    hperrin 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
  • 4.0.0-beta.18 50473bff37

    4.0.0-beta.18 Pre-release

    hperrin 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
  • 4.0.0-beta.17 101ee9590c

    4.0.0-beta.17 Pre-release

    hperrin released this 2019-05-01 19:31:54 -07:00 | 24 commits to master since this release

    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.

    Downloads
  • 4.0.0-beta.16 f3938bc6de

    4.0.0-beta.16 Pre-release

    hperrin released this 2018-08-21 13:34:35 -07:00 | 32 commits to master since this release

    • Fixed reverse sorting in PubSub insertions.
    Downloads
  • 4.0.0-beta.15 420339f116

    4.0.0-beta.15 Pre-release

    hperrin 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
  • 4.0.0-beta.14 afad919137

    4.0.0-beta.14 Pre-release

    hperrin released this 2018-08-20 11:59:58 -07:00 | 36 commits to master since this release

    • Fix TypeError when browser is offline.
    Downloads