5.0.0 (2021-10-05)
Update dependencies to address security bulletins
Minimum Node version is now 12.
4.0.0 (2019-10-24)
- fix react native autolinking (bff2ebc)
- React Native's autolinking feature calls the package constructor with no parameters. This removes the application dependency from the package/modules, so it should autolink correctly.
3.0.1 (2019-08-06)
- update packages for security alerts (61dd29d)
3.0.0 (2019-07-18)
- update android to sdk 28 (90caefd)
- This updates the Android SDK to 28 and updates gradle settings to enable 64 bit releases.
2.0.3 (2019-01-08)
- android: guard against null json value (9e7f83d)
2.0.2 (2018-10-04)
- guard against null parameters in user attributes and tracking (cbfe671)
2.0.1 (2018-10-04)
- check if user attributes is null in start (98b7371)
2.0.0 (2018-10-03)
- refactor API to match Leanplum Android and iOS SDKs (66459af)
- All API methods have been replaced with a version that more closely matches the Android and iOS SDKs.
1.0.1 (2018-09-26)
- check that setAppId is defined before attempting execution (5bce770)
1.0.0 (2018-09-26)
- resolve inboxMessages with empty inbox (2fe1490)
- 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)
- remove commitlint/config-lerna-scopes (1319340)