Skip to content

Latest commit

 

History

History
137 lines (92 loc) · 4.48 KB

CHANGELOG.md

File metadata and controls

137 lines (92 loc) · 4.48 KB

Change Log

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)

Full Changelog

Added

None

Removed

None

Changed/Fixed

Merged Pull Requests

  • Fix Initialize #13

Closed Issues

None

3.8.0 (2017-08-23)

Full Changelog

Added

None

Removed

None

Changed/Fixed

Merged Pull Requests

  • Active User Storage #12

Closed Issues

None

3.5.2 (2017-07-08)

Full Changelog

Added

None

Removed

None

Changed/Fixed

  • Fixed bug caused by database connections left open.
  • Updated kinvey-js-sdk dependency to 3.5.2

Merged Pull Requests

  • Fix DB Bug #11

Closed Issues

  • KInvey User Sign Up throws a 500 error #10

3.5.0 (2017-04-24)

Full Changelog

Added

None

Removed

None

Changed

  • Registered Popup class using new usePopupClass() static function on User class. Removed config in webpack.config used to replace the Popup class when a bundle is generated. This makes it easier for other people to utilize the SDK with their own Webpack and Browserify bundles.
  • Update kinvey-js-sdk dependency to v3.5.0.

Merged Pull Requests

  • Register Popup #8
  • Update Storage Adapters #9

Closed Issues

None

v3.4.5 (2017-04-13)

Full Changelog

Changes:

  • Updated package dependencies.

v3.4.4 (2017-03-27)

Full Changelog

Changes:

  • Bumping version to keep the same as other Kinvey SDKs.

v3.4.3 (2017-03-27)

Full Changelog

Changes:

  • Updated package dependencies.

v3.4.2 (2017-03-16)

Full Changelog

Changes:

  • Updated package dependencies.

v3.3.5 (2016-01-25)

Full Changelog

Updated Dependencies:

  • Updated kinvey-node-sdk to v3.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 in Push module.

v3.2.2 (2016-10-12)

Bug fixes:

  • Return entity that was removed with removeById rather then the object { count: 1, entities: <entity> }.

3.2.1 (2016-10-06)

  • Fix push notifications and add interactive notifications.

3.1.0 (2016-09-12)

  • Enhancement: Restructure files.
  • Enhancement: Export files.