Releases: SkygearIO/skygear-SDK-JS
Releases · SkygearIO/skygear-SDK-JS
v1.1.2
v1.1.1
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
- 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
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
Release v1.1.0-beta.1
v1.1.0-alpha.2
Bump for 1.1.0-alpha.2
1.1.0-alpha.1
Bump for 1.1.0-alpha.1
v1.1.0-alpha.1
Bump for 1.1.0-alpha.1
v1.1.0-alpha.0
Release v1.1.0-alpha.0
v1.0.0
Incompatible Changes
- Update container API grouping (#231, SkygearIO/features#70)
Features
- Add forgot password functions to skygear.auth (#237, SkygearIO/features#70)
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