• 4.0.0-beta.3 45191c03fa

    4.0.0-beta.3 Pre-release

    hperrin released this 2018-05-04 17:21:25 -07:00 | 58 commits to master since this release

    • Add CSRF (XSRF) protection with token. Add PubSub authentication.

    • Renamed project index file. (global.nymphClient is now global.NymphClient)

    • Save a round trip to the server on UID updates from PubSub.

    • No more round trip to the server on query updates. Use provided value from PubSub server.

    • updateArray moved from Nymph to PubSub.

    Downloads
  • 4.0.0-beta.2 9bba46e2a5

    4.0.0-beta.2 Pre-release

    hperrin released this 2018-04-23 19:59:13 -07:00 | 63 commits to master since this release

    • Added a blank get() call to return all data.
    Downloads
  • 4.0.0-beta.1 8b9d5748a6

    4.0.0-beta.1 Pre-release

    hperrin released this 2018-04-23 15:41:53 -07:00 | 64 commits to master since this release

    • Starting client v4. Using more ES6 features. No more Bower.
    Downloads
  • 3.0.5 5e801004e9

    3.0.5 Stable

    hperrin released this 2018-04-23 10:58:58 -07:00 | 66 commits to master since this release

    • Fixed a bug where entity data being returned from the server was being inited twice, resulting in a sleeping reference in a sleeping reference.
    • Added linting.
    Downloads
  • 3.0.4 002d25bcbb

    3.0.4 Stable

    hperrin released this 2018-01-17 15:53:39 -08:00 | 69 commits to master since this release

    • Fixed entity JSON generation when an entity is in an object.
    • Added level option to readyAll.
    • Correctly initialize entities in method call return values.
    Downloads
  • 3.0.3 4c1aac369f

    3.0.3 Stable

    hperrin released this 2018-01-04 17:20:46 -08:00 | 72 commits to master since this release

    • Handle PHP messages so they don't crash scripts.
    Downloads
  • 3.0.2 7b44ae0db2

    3.0.2 Stable

    hperrin released this 2017-11-21 19:51:51 -08:00 | 74 commits to master since this release

    • Fix sleeping reference GUID not being set.
    Downloads
  • 3.0.1 a7dbdc5244

    3.0.1 Stable

    hperrin released this 2017-11-15 12:18:22 -08:00 | 76 commits to master since this release

    Fixed window undefined error when class isn't present in non-browser clients.

    Downloads
  • 3.0.0 764bcd48c2

    3.0.0 Stable

    hperrin released this 2017-11-14 15:38:26 -08:00 | 77 commits to master since this release

    Location of libraries is back to like before. Dropped independent CJS build. Only UMD build now.

    Downloads
  • 2.2.0 c21413ab32

    2.2.0 Stable

    hperrin released this 2017-10-25 19:26:03 -07:00 | 82 commits to master since this release

    You must now point to lib-umd/ from the browser.

    PubSub has been greatly improved to handle spotty connections. It will now attempt to reconnect and resubscribe.

    Downloads