Skip to content

Latest commit

 

History

History
100 lines (53 loc) · 5.96 KB

File metadata and controls

100 lines (53 loc) · 5.96 KB

2.3.0 (2023-07-18)

Bug Fixes

Features

  • adds retrieve entitlements api (6498fcd)
  • adds retrieve entitlements api method (26a525b)

2.2.1 (2023-07-12)

Bug Fixes

  • fixes retry validation method and example (15f88d3)

2.2.0 (2023-07-05)

Features

  • adds support for validating receipt for given product and customer (9079b8d)
  • updates ios library method for validating (2762e29)

2.1.1 (2023-05-17)

2.1.0 (2023-05-16)

Features

  • adds restore purchases capability (697a1fa)

2.0.0 (2023-05-02)

2.0.0-beta.6 (2023-04-28)

Bug Fixes

  • change double to number to follow ts types (62a0b84)
  • pass empty fields for customer object for android (87fce9b)

2.0.0-beta.5 (2023-04-27)

Bug Fixes

2.0.0-beta.4 (2023-04-21)

Bug Fixes

  • fixes android release issue (2be5f79)

2.0.0-beta.3 (2023-04-19)

Bug Fixes

  • fixes response type of configure sdk (#106) (99f8821)

2.0.0-beta.2 (2023-04-13)

Bug Fixes

  • sends the package name to the cb android SDK (8a29370)
  • Supporting IAP (#81) (2617d87), closes #81

Features

  • adds android retrieve products implementation (e391bcb)
  • adds api to configure chargebee android sdk (8a6da62)
  • adds api to configure chargebee ios sdk (3a70cb3)
  • adds fetch subscriptions api (3930434)
  • adds ios retrieve products implementation (3270a61)
  • adds purchase products api implementation (6398208)
  • adds purchase products api response (0ed6109)
  • adds purchase products api skeleton (9d83c5b)
  • adds response handling for android config sdk api (d814547)
  • adds response handling for config sdk api (59e5c66)
  • adds response handling for ios config sdk api (82c16ec)
  • adds retrieve product identifiers implementation (5e50c76)
  • adds retrieve products implementation (c091cfb)
  • handles error case for purchase products api response (03a4e7e)
  • handles subscription and plan id as mandatory in purchase product api (aa0bf7c)

BREAKING CHANGES

  • Adds In-App Purchase support