Releases: Backendless/JS-SDK
Releases · Backendless/JS-SDK
v5.8.9
15 Apr 15:23
Compare
Sorry, something went wrong.
No results found
fix a problem with RT in Angular apps (io is not a function
)
fix API for counting files recursively
v5.8.8
08 Apr 09:31
Compare
Sorry, something went wrong.
No results found
add an ability to specify excludeProperties
to find operations
fix an issue with enabling debugMode
before calling Backendless.initApp
upgrade backendless-rt-client
module to v0.0.18
v5.8.7
24 Mar 15:02
Compare
Sorry, something went wrong.
No results found
add an ability to pass templateValues
for sending PushWithTemplate
function pushWithTemplate(templateName: string, templateValues?: object): Promise<Object>;
v5.8.2
03 Mar 09:03
Compare
Sorry, something went wrong.
No results found
Fix local storage when storge empty
Fix retrieving of current user
v5.8.1
02 Mar 17:52
Compare
Sorry, something went wrong.
No results found
v5.8.0
02 Mar 08:50
Compare
Sorry, something went wrong.
No results found
Support standalone apps. Now you can use SDK for multiple apps using following initApp
signature:
Backendless.initApp({ appId: 'your_app_id', apiKey: 'your_api_key', standalone: true })
v5.7.2
21 Feb 15:36
Compare
Sorry, something went wrong.
No results found
Fix parsing of circular dependencies
v5.7.0
09 Jan 13:29
Compare
Sorry, something went wrong.
No results found
Add new Geo Types (Geometry, Point, Linestring, Polygon) and parsers
Get rid of Backendless.Persistence notation, now use only Backendless.Data
Improve TS definitions
v5.4.4
01 Oct 12:38
Compare
Sorry, something went wrong.
No results found
Add mapTableToClass
method in Data to create custom mapping between data tables and client classes
v5.4.3
23 Aug 08:24
Compare
Sorry, something went wrong.
No results found
fix error Request path contains unescaped characters
on retrieving GEO Points