Skip to content

Releases: Baqend/js-sdk

v2.14.1

12 Jun 12:51

Choose a tag to compare

Bug Fixes

  • fix(Node): Fix dependencies, bump dependency versions

v2.14.0

10 Jun 13:21

Choose a tag to compare

Bug Fixes

  • fix(typings): Generate correct File metadata typings
  • fix(node-connector): Trim cookie parts to allow spaces
  • fix(oauth): Bump Facebook and LinkedIn API versions

Features

  • feat(typings): Generate Typings for dotted class names (e.g. Device.Type) as well
  • feat(oauth): Add Salesforce as OAuth provider

Miscellaneous

  • chore(node): Update dependencies

v2.13.0

20 Sep 14:00

Choose a tag to compare

Bug Fixes

  • Avoid exceptions when closing a websocket connection
  • Fix file metadata (was sometimes fetched and saved incorrectly)

Features

  • Major typing overhaul and improved documentation in query namespace
  • Add no-polyfill builds

Miscellaneous

  • Major refactoring & add ESLint for unifying code style
  • Deprecate several internal APIs

v2.12.3

09 Aug 14:41

Choose a tag to compare

Bug Fixes

  • CLI: fix a bug that a missing profile file crashes the login call
  • Typings: fix typings for Entity#partialUpdate and PartialUpdateBuilder#set

v2.12.2

04 Aug 11:01

Choose a tag to compare

Bug Fixes

  • SDK: Fix a potential bug while handling resubscriptions after connection loss
  • CLI: Fix an ugly deprecation warning when baqend credentials are stored

Features

  • CLI: Add a cp command to copy files between apps and the local file system

v2.12.1

03 Jul 16:16

Choose a tag to compare

Bug Fixes

  • CLI: Prompt before the user can replace the entire schema
  • CLI: Fix signup handling
  • Docs: Document vibrate options on push notifications

v2.12.0

07 Jun 11:34

Choose a tag to compare

Bug Fixes

  • CLI: Improve error handling and reflect them with a proper exit code

Features

  • SDK: Add WebPush support
  • SDK: Improve the Device#register method to support all WebPush message properties
  • CLI: Add BAQEND_TOKEN and BAT as new environment variables which can be used to provide Baqend credentials to the CLI for automation

v2.11.0

15 May 17:51

Choose a tag to compare

Bug Fixes

  • Typings: Fix some Typing and jsdoc errors
  • CLI: Fix File references are incorrectly typed in the generated typings model
  • CLI: ignore hidden files while deploying code
  • Docs: Update to latest jsdoc version

Features

  • SDK: Add File#toJSON and File#fromJSON and fix the existing behavior
  • CLI: Allow download of baqend code

v2.10.0

09 Mar 16:00

Choose a tag to compare

Features

  • Add an API to request and revoke API tokens, which do not have an expiration time
  • Allow setting custom HTTP headers on uploaded Files

v2.9.2

02 Feb 10:13

Choose a tag to compare

Bug Fixes

  • Fix resource token generation if the URL contains URL encoded characters