Skip to content

Releases: Backendless/JS-SDK

v6.6.3

08 Feb 14:33
Compare
Choose a tag to compare
  • fix getObjectsCount method is ignoring the groupBy option

v6.6.2

12 Jan 17:37
Compare
Choose a tag to compare
  • BKNDLSS-30972 remove resolving Data Classes from the global scope

6.6.1

12 Jan 16:25
Compare
Choose a tag to compare

BKNDLSS-30763 RT not connecting after disconnecting in the background in iOS

v.6.6.0

20 Dec 12:29
Compare
Choose a tag to compare
  • BKNDLSS-29862 JS API to create a directory #234
  • BKNDLSS-29900 Hive: change the delete() method response #235

v6.5.9

13 Dec 18:20
Compare
Choose a tag to compare
  • rename the "count" option to "pageSize" for the SortedSet type in Hive API

v6.5.8

09 Dec 08:21
Compare
Choose a tag to compare
  • removed the following invalid methods for List/Map types in Hive:
hive.ListStore(keyName: string).set(items: JSONValue[]): Promise<number>;
hive.ListStore(keyName: string).set(value: JSONValue, index: number): Promise<void>;
hive.MapStore(keyName: string).add(data:Map<string,JSONValue>): Promise<number>;

v6.5.7

25 Nov 17:49
Compare
Choose a tag to compare
  • removed the following Hive API methods:
hive.SetStore(keyName: string).setValue(value: JSONValue): Promise<number>;
hive.SetStore(keyName: string).setValues(values: JSONValue[]): Promise<number>;

hive.SortedSetStore(keyName: string).set(items: SortedSetItem[]): Promise<number>;
hive.SortedSetStore(keyName: string).set(items: SortedSetItem[],  options?: SortedSetItemOptionsI): Promise<number>;

v6.5.6

23 Nov 10:56
Compare
Choose a tag to compare
  • upgrade the backendless-request module to version ^0.4.1

v6.5.5

13 Nov 20:21
Compare
Choose a tag to compare
  • add encoding for objectId parameter in Data API

v6.5.4

10 Nov 22:22
Compare
Choose a tag to compare
  • fix the issue with restoring passwords by email