Skip to content

Releases: SkygearIO/skygear-SDK-JS

v1.1.2

08 Nov 07:59
v1.1.2
Compare
Choose a tag to compare

Bug Fixes

  • Fix "cannot read property 'user_id' of undefined" (#323)
  • Update toJSON handling for array like object

Other Notes

v1.1.1

23 Oct 05:12
Compare
Choose a tag to compare

Features

  • Add sendToUser and sendToDevice (#307)
  • Get cloud code container for current request context (#300)
  • Add Content-Type: application/json to request made by container (#308)
  • Inject version string in Makefile, and include the version in request header

Bug fixes

  • Fix npm run dev doesn’t rebuild
  • Allow pubsub to publish falsy message (#228)
  • Update API reference (#281)
  • Install missing esdoc plugins
  • Change op and handler option auth_required to key_required (#273)
  • Return meaningful error for undefined record key (#113)
  • Handle non json request body with 400

Other notes

  • Add a proper README.md
  • Add node 8 to travis-CI env matrix, remove node 4
  • Use [email protected] and package-lock.json (#283)
  • Run lerna bootstrap in postinstall stage (#284)
  • Add minimal cloud example

v0.24.2

30 Aug 09:46
v0.24.2
Compare
Choose a tag to compare
  • Handle null and undefined on SkygearResponse.isInstance checking
  • Fix response header not wrapped in array
  • Correctly signed URL for fs aseet (SkygearIO/skygear-server#427)
  • Fix unable to get/set ACL for new record (#203)
  • Fix unable to run travis build successfully
  • Fixing issue with underfed this when saving asset (#225)
  • Fix unable to run lerna and gulp
  • Force asset collector to exit at the end
  • Fix minor issue with CHANGELOG

v1.1.0

07 Aug 11:03
v1.1.0
Compare
Choose a tag to compare

Incompatible Changes

  • Authentication-related function will return record instead of user object

    In previous version of SKYKit, authentication methods return a user object
    which contains user-related information such as User ID, username and
    email. These information is moved to user record and the authentication
    methods are updated to return record instead.

Features

  • Add containers class getter to BaseContainer
  • Add api uploadAsset to skygear database
  • Move user related role api to AuthContainer
  • New signup login, remove user object (#250)
  • Accepting QueryResult as arguments at database.delete (#141)

Bug Fixes

  • Add back pubsub.reconfigure() (#260)
  • Fix cloud container public and private db getter
  • Fix exception on server fails to bind address and return meaningful message
  • Handle null and undefined on SkygearResponse.isInstance checking
  • Fix response header not wrapped in array
  • Sign FS Asset URL correctly (SkygearIO/skygear-server#427)

Other Notes

  • Inject version string to skygear container with preprocess
  • Update esdoc plugin to esdoc 1.0.1 syntax (#276)
  • Upload doc prefixed with version to s3 bucket for CI
  • Update API reference (SkygearIO/features#54)
  • Remove the unused param actor in relation query api
  • Update the description on HTTP_ADDR settings

v1.1.0-beta.1

06 Aug 09:42
v1.1.0-beta.1
Compare
Choose a tag to compare
v1.1.0-beta.1 Pre-release
Pre-release
Release v1.1.0-beta.1

v1.1.0-alpha.2

03 Aug 03:48
Compare
Choose a tag to compare
v1.1.0-alpha.2 Pre-release
Pre-release
Bump for 1.1.0-alpha.2

1.1.0-alpha.1

07 Aug 10:55
Compare
Choose a tag to compare
Bump for 1.1.0-alpha.1

v1.1.0-alpha.1

03 Aug 03:48
Compare
Choose a tag to compare
v1.1.0-alpha.1 Pre-release
Pre-release
Bump for 1.1.0-alpha.1

v1.1.0-alpha.0

27 Jul 10:09
v1.1.0-alpha.0
Compare
Choose a tag to compare
v1.1.0-alpha.0 Pre-release
Pre-release
Release v1.1.0-alpha.0

v1.0.0

30 Jun 08:54
v1.0.0
Compare
Choose a tag to compare

Incompatible Changes

Features

Bug Fixes

  • Fix unable to get/set ACL for new record (#203)
  • Fixing issue with undefined this when saving asset #225
  • Fix asset collector does not exit

Other Notes

  • Inject non-core function to core class in esdoc
  • Fix various issues with lerna, gulp and lint