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
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
What's new
- Fixed API response parsing bug, which might cause incorrect data type return,
UserPurchase
type was concreted - theuserId
field was added.
0.2.1
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
andEntitlementSource.AppStore
values were synchronized with the API.
0.2.0
What's new
- Added a
source
property to theEntitlement
object - 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
FirebaseAppInstanceId
for Firebase integration.
0.1.2
What's new
- Internal improvements