Releases: qonversion/web-sdk
Releases · qonversion/web-sdk
1.1.1
1.1.0
What's new
- Added 4 new properties for AppMetrica and PushWoosh integrations -
AppMetricaDeviceId,AppMetricaUserProfileId,PushWooshHwId,PushWooshUserId.
1.0.1
What's new
- Small fix of "not found" error handling on purchase request.
1.0.0
What's new
- New
userPropertiesmethod 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
What's new
- Fixed API response parsing bug, which might cause incorrect data type return,
UserPurchasetype was concreted - theuserIdfield was added.
0.2.1
What's new
User.identityIdfield was made optional as can not exist,Entitlement.expiresfield was made optional as can not exist,EntitlementSource.PlayStoreandEntitlementSource.AppStorevalues were synchronized with the API.
0.2.0
What's new
- Added a
sourceproperty to theEntitlementobject - use it to know where this entitlement is originally from - Stripe, App Store, Play Store, etc.
0.1.4
What's new
- Fixed README file
0.1.3
What's new
- Added a new defined property
FirebaseAppInstanceIdfor Firebase integration.
0.1.2
What's new
- Internal improvements