Releases: inplayer-org/inplayer.js
Releases · inplayer-org/inplayer.js
v3.5.0
Changes
- Remove redundant confirmIdealPayment and confirmIdealSubscribe methods
Fixes
- Use encodeURIComponent to encode special code characters
v3.4.1
Added
- New optional parameter
product_name
to Payment.validatePayment method
v3.4.0
Added
- Added a new tokenStorage wrapper for non-web environments
v3.3.0
Added
- New method Payment.validateReceipt
Changes
- Extended AccessFee with current_phase
Fixes
- Remove redundant setToken method
v3.2.2
Fixes
- Revert axios version
v3.2.1
Fixes
- Rename request body parameter to data for deleteAccount
v3.2.0
Added
- Add endpoint for dataCaptureNoAuthAccess
v3.1.0
Added
- Add getAccessCodeSession method
- Add terminateSession method
Breaking Changes
- Change api endpoint for requestCodeAccess
New major v3 version
Added
- Add ideal subscribe method
- Ideal payment actions (idealPayment and confirmIdealPayment)
- Complete rewrite to TypeScript
- Add axios as HTTP client
Changes
- Extend the getDiscount object attribute with itemId
- Add status query param for getSubscriptions endpoint
- Add referrer param for SEPA payments
Breaking Changes
- Use v2 endpoint for fetching access fees
- InPlayer.Account.authenticate rename to InPlayer.Account.signIn
- InPlayer.Payment.create rename to InPlayer.Payment.createPayment
- InPlayer.Subscription.create rename to InPlayer.Subscription.createSubscription
v2.13.6
Fixes
- Add missing referrer property to SEPA payment Object