Releases: kuzzleio/sdk-javascript
Releases · kuzzleio/sdk-javascript
1.7.1
Update dist
1.7.0
- Added update methods in security
- CheckToken does not take options
KuzzleRoom.count now fail if there is no room ID
1.6.4 update package.json
1.6.3
1.6.2
- Fix hydrate user
- Fix hydrate profile
- Add option replace in setContent
1.6.1
Change document toJSON to serialize
Security & refresh refactor
- #58
- CRUD User
- CRUD Profile
- CRUD Role
- #57
- KuzzleDocument.refresh now resolves to a new instanciated KuzzleDocument object, instead of a refreshed version of itself
- KuzzleDocument.refresh now returns nothing, to stop call chains
- Removed the refreshing/queueing management from KuzzleDocument
- Updated unit tests
1.4.4
Kuzzle.login()
andKuzzle.logout()
are now non-queuable, meaning they will never be queued during offline-mode- When non-queuable queries are executed while been in offline-mode, if a callback is provided, then it is called with a "discarded query" error, instead of been silently discarded
1.4.3
1.4.2
Kuzzle.login()
andKuzzle.logout()
are now non-queuable, meaning they will never be queued during offline-mode- When non-queuable queries are executed while been in offline-mode, if a callback is provided, then it is called with a "discarded query" error, instead of been silently discarded