Skip to content

Latest commit

 

History

History
81 lines (53 loc) · 1.96 KB

CHANGELOG.md

File metadata and controls

81 lines (53 loc) · 1.96 KB

1.2.3

  • dependency upgrade
  • minor bug fixes

1.2.2

  • BREAKING: Payload.meta is renamed to Payload.metadata and takes type Map<String,String>
  • BREAKING: PayInitializer.meta is renamed to PayInitializer.metadata and takes type Map<String,String>
  • fixed #19
  • fixed #27
  • dependency upgrade

1.2.1-dev.4

  • fixed issue with getting list of banks

1.2.1-dev.3

  • Fixed issue with international transactions
  • Added logging to Setup

1.2.1-dev.2

  • Code refactor and bug fixes

1.2.1-dev.1

  • Fixed Returning full List of banks
  • BREAKING: Modified BankCard.toJson()
  • Added 'country' and 'currency' params to Setup

1.2.0

  • Fixed error in endpoint url for tokenized charge in Version 2
  • Added more documentation
  • Changed license
  • BREAKING: Changed BankCard.toMap to BankCard.toJson and added BankCard.fromJson
  • Fixed text color not visible in dark mode

1.2.0-dev.1

  • Fixed error in endpoint url for tokenized charge in Version 2
  • Added more documentation
  • Changed license
  • BREAKING: Changed BankCard.toMap to BankCard.toJson and added BankCard.fromJson
  • Fixed text color not visible in dark mode

1.1.0

  • Made the package more customisable, #12

  • Breaking change - setup function now takes a Setup object

  • Updated docs & screenshots

  • Upgraded dependencies

1.0.5+1

  • Fixed issue #9

1.0.5

  • Added support for more currencies

1.0.4

  • Fixed disabled button not visible

1.0.3

  • Finally resolved this issue

1.0.2

  • Added support to use Rave v2 instead. fixes #2

1.0.1+2

  • Update API Endpoints and parameters to v3
  • Added example project
  • More details to README.md

1.0.0+1

  • Initial release