Releases: Backendless/JS-SDK
Releases · Backendless/JS-SDK
v6.5.6
- upgrade the
backendless-request
module to version ^0.4.1
v6.5.5
- add encoding for objectId parameter in Data API
v6.5.4
- fix the issue with restoring passwords by email
v6.5.3
- rename
exists
method to exist
for Hive(name).Store
v6.5.2
- support JSONValue value type Hive.ListStore.set method
v6.5.1
- use JSONValue value type in Hive API
v6.4.0
- fix issue with encoding non-latin chars in URL
v6.3.15
- keep current user token after hard current-user reload, fixes issue when after
getCurrentUser(true)
the current user token becomes undefined
v6.3.14
- fix problem
regeneratorRuntime is not defined