Skip to content

Latest commit

 

History

History
88 lines (39 loc) · 3.18 KB

CHANGELOG.md

File metadata and controls

88 lines (39 loc) · 3.18 KB

3.0.1 (2019-08-06)

Bug Fixes

  • update packages for security alerts (61dd29d)

3.0.0 (2019-07-18)

chore

  • update android to sdk 28 (90caefd)

BREAKING CHANGES

  • This updates the Android SDK to 28 and updates gradle settings to enable 64 bit releases.

2.0.3 (2019-01-08)

Bug Fixes

  • android: guard against null json value (9e7f83d)

2.0.2 (2018-10-04)

Bug Fixes

  • guard against null parameters in user attributes and tracking (cbfe671)

2.0.1 (2018-10-04)

Bug Fixes

  • check if user attributes is null in start (98b7371)

2.0.0 (2018-10-03)

Features

  • refactor API to match Leanplum Android and iOS SDKs (66459af)

BREAKING CHANGES

  • All API methods have been replaced with a version that more closely matches the Android and iOS SDKs.

1.0.1 (2018-09-26)

Bug Fixes

  • check that setAppId is defined before attempting execution (5bce770)

1.0.0 (2018-09-26)

Bug Fixes

  • resolve inboxMessages with empty inbox (2fe1490)

BREAKING CHANGES

  • inboxMessages will always resolve, regardless of whether or not the user has messages.

We shouldn’t reject the inboxMessages promise just because the inbox is empty. This change causes the inbox to always resolve even if the user doesn’t have any messages.

0.1.2 (2018-09-26)

Bug Fixes

  • remove commitlint/config-lerna-scopes (1319340)

0.1.1 (2018-07-02)

Bug Fixes

  • ci: add changelog plugin (eb4ab61)
  • ci: add git plugin (42a7754)
  • ci: update package.json and CHANGELOG.md (e3a18ea)