Skip to content

Releases: telerik/backend-services-js-sdk

Bugfixes for offline cache in NativeScript

Choose a tag to compare

@dimofeev dimofeev released this 28 Mar 11:44
  1. [NativeScript] el.cache.clearAll() does not clear the cache
  2. [NativeScript] DataCollection.get() timeouts after el.cache.clear('ContentTypeName')
  3. [NativeScript] el.offlineStorage.purgeAll() does not remove the items from the offline store with fileSystem storage provider
  4. Uri of the file is not returned after create and get of an offline file

Bugfix for Cache maxAge

Choose a tag to compare

@tsvetomir-nedyalkov tsvetomir-nedyalkov released this 23 Feb 13:53
  1. Fix for Cache maxAge parameter to work with a custom value in SDK initialization

Update reqwest module to 2.0.5

Choose a tag to compare

@tsvetomir-nedyalkov tsvetomir-nedyalkov released this 24 Jan 12:06
1.9.2

Increased the version to 1.9.2

Bugfixes for build

Choose a tag to compare

@Martin-Hristov Martin-Hristov released this 20 Dec 15:50

Fixed polyfill for Promise, which was not correctly used

Fixed version of a dependency which was causing failure on NS

Fixed bug with creating items in SQLite

Add SQLite as new offline storage provider

Choose a tag to compare

@dimofeev dimofeev released this 12 Dec 12:50
1.9.0

Update version to 1.9.0

Improve exporting and importing CurrentDevice class

Choose a tag to compare

@Martin-Hristov Martin-Hristov released this 11 Nov 08:46

The CurrentDevice class is now exported so the constructor is usable.

Adding Typescript Support

Choose a tag to compare

@Martin-Hristov Martin-Hristov released this 07 Nov 15:42

The Everlive JS SDK now supports Typescript declarations.

Adding support for login with SAML

Choose a tag to compare

@Martin-Hristov Martin-Hristov released this 17 Aug 14:14

Features:

  1. Adding a method to support logging in with SAML 2.0 identity provider
  2. Adding methods for linking and unlinking users with SAML 2.0 identity provider

NPM support for SDK for NS plus bugfixes

Choose a tag to compare

@tsvetomir-nedyalkov tsvetomir-nedyalkov released this 12 Aug 08:31

Features:

  1. NPM support for NativeScript

Bugfixes:

  1. Unlink from Facebook is not working
  2. syncEnd event should be raised even if the sync requests are cancelled
  3. el.cache.clear(collectionName) and el.offlineStorage.purge(collectionName) return an error if localStorage is empty
  4. Caching related functions should return a meaningful error if the cache is not enabled
  5. Wrong error message if useOffline(true) is executed in an offline disabled sdk

Internal rework

Choose a tag to compare

@tsvetomir-nedyalkov tsvetomir-nedyalkov released this 29 Jul 11:04
  1. Reworked the sdk to be extendable
  2. The source code is now in ES6, compiled with Babel