Skip to content

Releases: inplayer-org/inplayer.js

v3.8.1

21 Jan 12:19
Compare
Choose a tag to compare

Fixes

  • Remove token from localStorage after signOut

v3.8.0

21 Jan 09:38
Compare
Choose a tag to compare

Changes

  • TokenStorage.overrides object's methods and consequently all methods that use them can now be used asynchronously
  • Add optional request param donationId to createDonationPayment and confirmDonationPayment

v3.7.3

13 Jan 08:46
Compare
Choose a tag to compare

Fixes

  • Add isAuthenticated to Account interface

v3.7.2

12 Jan 09:44
Compare
Choose a tag to compare

Fixes

  • Account class properties

v3.7.1

12 Jan 09:08
Compare
Choose a tag to compare

Fixes

  • Remove use of authenticatedGet in getDonationOptions method
  • Change Account class properties to methods

v3.7.0

11 Jan 09:00
Compare
Choose a tag to compare

Added

  • Donation endpoints (getDonationOptions, createDonationPayment, confirmDonationPayment)

v3.6.2

17 Dec 12:42
Compare
Choose a tag to compare

Fixes

  • Remove register fields random query param

v3.6.1

16 Dec 10:09
Compare
Choose a tag to compare

Added

  • New optional parameter type to Asset.getAssetsHistory method
  • New optional parameters isGift and receiverEmail to Payment.createPayment and Subscription.createSubscription methods

v3.6.0

03 Dec 13:53
Compare
Choose a tag to compare

Added

  • InPlayer.Account.isAuthenticated method

v3.5.1

18 Nov 07:51
Compare
Choose a tag to compare

Changes

  • Remove encodeURIComponent function (Code can't contain special characters)