Skip to content

Releases: SkygearIO/skygear-SDK-JS

v0.19.0

10 Nov 11:38
v0.19.0
Compare
Choose a tag to compare

Features

  • Add support for JS cloud code
  • Accept same type of record instance in Record constructor (#73)

Other Notes

  • Change ourd to skygear

v0.18.0

28 Oct 10:11
v0.18.0
Compare
Choose a tag to compare

Features

  • Add getUsersByUsername to container

Bug Fixes

  • Remove relation success return array of ids (#80)
  • Fix change password not handling auth response (#90, #91)

Other Notes

  • Remove unused comment in Record
  • Update to babel 6 and support node6 (#69)

v0.17.0

15 Sep 08:14
Compare
Choose a tag to compare

Features

Bug Fixes

  • Fix crash on IE 10 when using Array.from (#66)

v0.12.1

13 Sep 06:31
Compare
Choose a tag to compare
v0.12.1 Pre-release
Pre-release

Bug Fixes

  • Fix crash on IE 10 when using Array.from, refs #66

v0.16.0

02 Sep 13:22
v0.16.0
Compare
Choose a tag to compare

Features

Bug Fixes

  • skygear.saveUser do not clear roles by default (#56)
  • Enable to handle relative asset POST path

Other Notes

  • Add github issue template

v0.15.0

17 Aug 08:33
v0.15.0
Compare
Choose a tag to compare

Features

Other Notes

v0.14.0

26 Jul 10:52
Compare
Choose a tag to compare

Features

  • Enable updating current user (#34)
  • Make skygear easier to include in a webpack project
  • Enable skygear to run in node by using memory localstorage
  • Support Batch Atomic saving (#29)
  • Reject with error message on trying to save undefined (#19)

Bug fixes

  • Add exception for invalid pubsub data (#27)

Other Notes

  • Remove unused count variable in RelationResult

v0.13.0

05 Jul 05:59
v0.13.0
Compare
Choose a tag to compare

Features

  • Build minified js file (#16)

Bug fixes

  • Fix geolocations.js validation on longtude (#23)

Other notes

  • Add deploy command to deploy skygear.min.js to CDN (#21)

v0.12.0

30 May 10:20
v0.12.0
Compare
Choose a tag to compare
v0.12.0 Pre-release
Pre-release

Features

  • Expose more meta attrs in record
  • Implement user based ACL
  • Fallback to cookie storage on localStorage unavailable to support Safari
    private mode (#12)

v0.11.0

09 May 11:03
Compare
Choose a tag to compare
v0.11.0 Pre-release
Pre-release

Incompatible Changes

  • Return Reference type from Record field (#1)

    This is a breaking change. Before this fix, the Record returns a plain
    JSON object for reference field. Therefore the way to get the ID of
    the referenced Record is changed.

Other Notes