Skip to content

Releases: inplayer-org/inplayer.js

v2.13.1

20 Dec 13:09
Compare
Choose a tag to compare

[2.13.1] - 20-12-2019

Fixes

  • Re-publish unsuccesfully published 2.13.0 version

[2.13.0] - 20-12-2019

Added

  • Add brandingId param to paypal payment

v3.0.0-beta.1

29 Oct 14:11
Compare
Choose a tag to compare
v3.0.0-beta.1 Pre-release
Pre-release

Changes

  • Remove preinstall script

v3.0.0-beta.0

29 Oct 14:08
Compare
Choose a tag to compare
v3.0.0-beta.0 Pre-release
Pre-release

Added

  • Complete rewrite to TypeScript
  • Add axios as HTTP client

Breaking Changes

  • InPlayer.Account.authenticate rename to InPlayer.Account.signIn
  • InPlayer.Payment.create rename to InPlayer.Payment.createPayment
  • InPlayer.Subscription.create rename to InPlayer.Subscription.createSubscription
  • Env. name change (develop to development)

v2.12.3

11 Sep 07:39
Compare
Choose a tag to compare

Fixes

  • v2.12.2 fixes published unsuccessfully

v2.12.2

10 Sep 13:34
Compare
Choose a tag to compare

Fixes

  • Send authorization header in setDefaultCreditCard

v2.12.1

06 Sep 15:16
Compare
Choose a tag to compare

Fixes

  • Rename returnUrl to return_url in Subscription.create

SCA Charge Migration

04 Sep 14:26
Compare
Choose a tag to compare

Added

  • Required returnUrl param to Payment.create
  • Required returnUrl param to Subscription.create
  • New confirmPayment method that accepts paymentIntentId for payment confirmation

v2.11.1

29 Aug 09:25
2f6f1df
Compare
Choose a tag to compare

Changes

  • Remove optional dateOfBirth parameter from signUp method

v2.11.0

26 Aug 14:24
Compare
Choose a tag to compare

Changes

  • Add optional brandingId parameter in directDebitCharge and directDebitSubscribe methods

v2.10.0

20 Aug 12:03
50aaadf
Compare
Choose a tag to compare

Added

  • Age verification methods in Account