Skip to content

Releases: qonversion/web-sdk

1.1.1

16 Oct 08:58
ef8d613
Compare
Choose a tag to compare

What's new

  • Added Tenjin AIID property for Tenjin integration

1.1.0

30 Jan 15:24
49a4976
Compare
Choose a tag to compare

What's new

  • Added 4 new properties for AppMetrica and PushWoosh integrations - AppMetricaDeviceId, AppMetricaUserProfileId, PushWooshHwId, PushWooshUserId.

1.0.1

15 Aug 15:01
83111f8
Compare
Choose a tag to compare

What's new

  • Small fix of "not found" error handling on purchase request.

1.0.0

14 Aug 11:33
52275e9
Compare
Choose a tag to compare

What's new

  • New userProperties method to get all the properties set for the current user.
  • Renamings of several entities and public methods to make our namings and structure clearer.

For the complete list of changes, please, see the migration guide

0.2.2

12 May 15:34
11d37c7
Compare
Choose a tag to compare

What's new

  • Fixed API response parsing bug, which might cause incorrect data type return,
  • UserPurchase type was concreted - the userId field was added.

0.2.1

04 May 10:29
b1e3fa6
Compare
Choose a tag to compare

What's new

  • User.identityId field was made optional as can not exist,
  • Entitlement.expires field was made optional as can not exist,
  • EntitlementSource.PlayStore and EntitlementSource.AppStore values were synchronized with the API.

0.2.0

30 Sep 11:25
8ac45da
Compare
Choose a tag to compare

What's new

  • Added a source property to the Entitlement object - use it to know where this entitlement is originally from - Stripe, App Store, Play Store, etc.

0.1.4

27 Sep 13:37
e1b6805
Compare
Choose a tag to compare

What's new

  • Fixed README file

0.1.3

26 Aug 13:16
c8c6466
Compare
Choose a tag to compare

What's new

  • Added a new defined property FirebaseAppInstanceId for Firebase integration.

0.1.2

01 Aug 11:55
4a6e3ad
Compare
Choose a tag to compare

What's new

  • Internal improvements