Skip to content

Latest commit

 

History

History
162 lines (83 loc) · 8.97 KB

CHANGELOG.md

File metadata and controls

162 lines (83 loc) · 8.97 KB

2.5.0 (2024-07-20)

Features

  • discard package changes (19d6f4c)
  • update secret name (762c988)
  • updating billing client from 5 to 6 (411b066)

Reverts

  • Revert "chore: update pkg version" (3bc705c)

2.4.6 (2024-01-05)

Reverts

  • Revert "chore: update pkg version" (3bc705c)

2.4.5 (2023-12-12)

Bug Fixes

2.4.4 (2023-11-10)

2.4.3 (2023-10-09)

2.4.2 (2023-09-01)

Bug Fixes

  • fixes validate receipt method (eb42f4a)

2.4.1 (2023-08-18)

Bug Fixes

  • fixes restore purchase to use customer object (72351b3)

2.4.0 (2023-08-11)

Bug Fixes

  • remove offset in Chargebee.retrieveProductIdentifiers example (f60a45b)

Features

  • addressed comments (56b5e7b)
  • adds one time purchase api method (10ac2b6)
  • adds one time purchase flow ui in example app (29421e7)
  • one time purchase tests (e76b732)
  • updates example app (1f2c3fa)

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