Skygear SDK JS Versions Save

Skygear SDK for JavaScript

v2.0.0-alpha.1

4 years ago

2.0.0-alpha.1 (2019-08-01)

Features

  • Create GitHub release

latest

5 years ago

v1.7.2

5 years ago

1.7.2 (2019-03-18)

Bug Fixes

  • Fix SSO login with popup window close unexpectedly #491

v1.7.1

5 years ago

1.7.1 (2019-02-22)

Bug Fixes

  • Fix topic removed when retry registering device #483

Other notes

  • Updated dependencies

v1.7.0

5 years ago

1.7.0 (2019-01-21)

Bug Fixes

  • Fix pubsub url path. Only host of container endpoint was used in pubsub url, but the path should also be added.

v1.6.3

5 years ago

1.6.3 (2018-09-04)

Features

  • Add util functions helping publish event in cloud code

v1.6.4

5 years ago

1.6.4 (2018-11-13)

Bug Fixes

  • Fix react-native build problem #462

Other notes

  • Export getSigner for signing asset in cloud container

v1.6.2

5 years ago

1.6.2 (2018-08-24)

Features

  • Allow user to access uploadAsset function from db (#429)

Bug Fixes

  • Throw asset s3 error
  • Add asset too large error code
  • Add verification required error code

Other Notes

  • Update npm, fix audit and update build system for node 10

v1.6.0

5 years ago

1.6.0 (2018-06-26)

Features

  • Add Lambda support for Skygear Data Type in Cloud and Client SDK #409
  • Add logger for structural logging #419, #420
  • Implement Query.and

Bug Fixes

  • Fix cannot upload base64 asset in cloud

Other Notes

  • Use node:8 docker image
  • Remove unnecessary console.log
  • Update hoek dependencies of mock-browser for security updates.

v1.5.0

6 years ago

1.5.0 (2018-04-23)

Features

  • Add admin reset password api
  • Implement request verification and submit code

Bug Fixes

  • Fix current user not set to null when logout request fail #401

Other Notes

  • Support configModule and main entry point return promise
  • Add admin prefix to disable/enable user functions
  • Remove default endpoint in container