Skip to content

Releases: kuzzleio/sdk-javascript

6.0.0-beta-5

07 Jan 16:50
e35eb66
Compare
Choose a tag to compare

6.0.0-beta-5 (2018-12-27)

Bug fixes

  • [ #349 ] [build] Update webpack build config to fix raw web usage (Njuelle)
  • [ #345 ] Fix 343 unhandled rejection on connect (Aschen)

Others

  • [ #348 ] Put document:create optional args in last position (Aschen)

6.0.0-beta-4

27 Dec 11:03
9ee6f71
Compare
Choose a tag to compare

6.0.0-beta-4 (2018-12-27)

Bug fixes

  • [ #349 ] [build] Update webpack build config to fix raw web usage (Njuelle)
  • [ #345 ] Fix 343 unhandled rejection on connect (Aschen)

Others

  • [ #348 ] Put document:create optional args in last position (Aschen)

5.0.14

11 Dec 16:41
bc4dd9c
Compare
Choose a tag to compare

5.0.14 (2018-12-11)

Bug fixes

  • [ #334 ] Fix bug in room notifications with multiple subscribes on same filter (ballinette)

6.0.0-beta-3

02 Nov 09:22
5b9469b
Compare
Choose a tag to compare

6.0.0-beta-3 (2018-11-02)

Bug fixes

Enhancements

  • [ #329 ] Remove realtime deprecated methods (Aschen)
  • [ #328 ] Fix realtime publish return (Aschen)
  • [ #323 ] SearchResult - mark internal properties as pseudo-private + aggregation support (benoitvidis)
  • [ #318 ] KZL-547 - Update validateSpecifications signature to take index and collection (Aschen)
  • [ #317 ] Document:delete to return the id of the deleted document (benoitvidis)

Others


6.0.0-beta-2

26 Sep 08:22
Compare
Choose a tag to compare

6.0.0-beta-2 (2018-09-25)

Bug fixes

  • [ #315 ] Fix jwt in query (jenow)
  • [ #312 ] Rename deleteSpecification to deleteSpecifications (Aschen)

Enhancements


6.0.0-beta-1

13 Sep 09:19
1c1e274
Compare
Choose a tag to compare

6.0.0-beta-1 (2018-09-13)

Enhancements

  • [ #308 ] KZL 174 - Update README for SDK V6 (Aschen)

5.0.13

13 Sep 09:12
b06eac3
Compare
Choose a tag to compare

5.0.13 (2018-09-12)

Bug fixes

  • [ #304 ] Fix document save when no id provided (Aschen)

Enhancements

  • [ #300 ] [5.x] collection.create can be used with a mapping (scottinet)

5.0.12

27 Jul 08:23
Compare
Choose a tag to compare

5.0.12 (2018-07-27)

Enhancements

  • [ #300 ] [5.x] collection.create can be used with a mapping (scottinet)

5.0.11

23 Jan 16:46
Compare
Choose a tag to compare

Bug fixes

  • [ #268 ] Option "subscribeToSelf" using volatile data (scottinet)

5.0.10

19 Dec 16:10
Compare
Choose a tag to compare

5.0.10 (2017-10-20)

Bug fixes

  • [ #247 ] Remove cleanHistory from event loop upon disconnection (scottinet)

Enhancements

  • [ #249 ] Throw when using Nodejs version in browser (xbill82)
  • [ #245 ] Make collection.create() pass the collection object to the callback (xbill82)