Skip to content

Releases: Baqend/js-sdk

v2.5.0

06 Jan 17:25
Compare
Choose a tag to compare

Bug Fixes

  • API documentation and typing fixes
  • Replace deprecated node-uuid with uuid module

Features

  • Add File as a new type in the schema
  • Introduce File#createdAt for files
  • Add db.User.loginWithToken to allow token based logins, when the token is provided externally
  • Add support for external OAuth login, useful for logins within native and hybrid Apps

v2.4.3

28 Nov 19:19
Compare
Choose a tag to compare

Bug Fixes

  • Fix change tracking of collections not working properly in some cases
  • Fix OAuth handling is sometimes broken in IE 11 when used via iframe

Features

  • Add eq and ne as new aliases for equal and notEqual

v2.4.2

09 Nov 13:33
Compare
Choose a tag to compare

Bug Fixes

  • Readd missing CLI dependencies
  • Better Observable fallback handling for the streaming SDK

v2.4.1

09 Nov 08:50
Compare
Choose a tag to compare

Bug Fixes

  • DB was not properly exposed in the SDK distribution
  • include an observable shim as fallback and make the used implementation configurable

v2.4.0

08 Nov 18:27
Compare
Choose a tag to compare

Bug Fixes

  • Add missing typings declarations

Features

  • The Baqend CLI is production-ready
  • Split the SDK in Core and Streaming parts
  • Introduce the new Streaming API based on Rx.js

v2.3.1

13 Oct 15:00
Compare
Choose a tag to compare

Bug Fixes

  • Fixed login and register in safari incognito mode

v2.3.0

04 Oct 11:26
Compare
Choose a tag to compare

Bug Fixes

  • Handle etags of gzipped content correctly
  • let newPromise return the user object
  • do not use iframe connections on same domain
  • Some doc fixes

Features

  • Introduce a progress callback for file uploads
  • acle methods are variadic now
  • update core-js to 2.4.1 and validate to 4.9.0

v2.2.3

24 Aug 14:28
Compare
Choose a tag to compare

Bug Fixes

CLI

  • Fixed upload of non default file and code folder

Features

CLI

  • Using 'baqend' instead of 'code' as default folder
  • Switched to commander as argument parser

v2.2.2

21 Aug 22:27
Compare
Choose a tag to compare

Bug Fixes

  • Prevent Webpack from using the node connector while building from sources
  • Handle the cache controll of the connect script correctly

Features

  • Introduce the Baqend CLI (login, deploy, typings)

v2.2.1

11 Aug 13:37
Compare
Choose a tag to compare

Bug Fixes

  • Add missing File#size attribute

Features

  • The File API is now supported in node