All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
3.8.1 (2017-08-25)
None
None
- Updated kinvey-js-sdk dependency to 3.8.1
- Fix Initialize #13
None
3.8.0 (2017-08-23)
None
None
- Updated kinvey-js-sdk dependency to 3.8.0
- Active User Storage #12
None
3.5.2 (2017-07-08)
None
None
- Fixed bug caused by database connections left open.
- Updated kinvey-js-sdk dependency to 3.5.2
- Fix DB Bug #11
- KInvey User Sign Up throws a 500 error #10
3.5.0 (2017-04-24)
None
None
- Registered
Popup
class using newusePopupClass()
static function onUser
class. Removed config inwebpack.config
used to replace thePopup
class when a bundle is generated. This makes it easier for other people to utilize the SDK with their ownWebpack
andBrowserify
bundles. - Update kinvey-js-sdk dependency to v3.5.0.
None
v3.4.5 (2017-04-13)
Changes:
- Updated package dependencies.
v3.4.4 (2017-03-27)
Changes:
- Bumping version to keep the same as other Kinvey SDKs.
v3.4.3 (2017-03-27)
Changes:
- Updated package dependencies.
v3.4.2 (2017-03-16)
Changes:
- Updated package dependencies.
v3.3.5 (2016-01-25)
Updated Dependencies:
- Updated
kinvey-node-sdk
tov3.3.5
.
v3.2.5 (2016-12-14)
Bug fixes:
- Do not require
ti.cloudpush
module on the iOS platform.
v3.2.4 (2016-12-13)
Bug fixes:
- Require
ti.cloudpush
modules properly to receive push notifications on the Android platform.
v3.2.3 (2016-10-26)
Bug fixes:
- Fix typo of
CacheRequest
inPush
module.
v3.2.2 (2016-10-12)
Bug fixes:
- Return entity that was removed with
removeById
rather then the object{ count: 1, entities: <entity> }
.
- Fix push notifications and add interactive notifications.
- Enhancement: Restructure files.
- Enhancement: Export files.