2.3.0 (2023-07-18)
- fixes unit tests (a3056ca)
2.2.1 (2023-07-12)
- fixes retry validation method and example (15f88d3)
2.2.0 (2023-07-05)
- 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)
- adds restore purchases capability (697a1fa)
2.0.0 (2023-05-02)
2.0.0-beta.6 (2023-04-28)
- 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)
- fixes android release issue (2be5f79)
2.0.0-beta.3 (2023-04-19)
2.0.0-beta.2 (2023-04-13)
- 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)
- Adds In-App Purchase support