Releases: kuzzleio/sdk-javascript
Releases · kuzzleio/sdk-javascript
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
Added whoAmI method
- Added the
kuzzle.whoAmI
to access current user information
1.4.1
- added the new
checkToken
function - when a subscription receives a
jwtTokenExpired
notification, an eventjwtTokenExpired
is fired - added a timer to events: the same event can't be fired multiple times if it has been fired before the timeout is reached
- empties the
jwtToken
property when encountering ajwtTokenExpired
error or notification - updated the travis build so that the
dist
folder is only generated when building themaster
branch