2.5.0 (2024-07-20)
- discard package changes (19d6f4c)
- update secret name (762c988)
- updating billing client from 5 to 6 (411b066)
- Revert "chore: update pkg version" (3bc705c)
2.4.6 (2024-01-05)
- Revert "chore: update pkg version" (3bc705c)
2.4.5 (2023-12-12)
2.4.4 (2023-11-10)
2.4.3 (2023-10-09)
2.4.2 (2023-09-01)
- fixes validate receipt method (eb42f4a)
2.4.1 (2023-08-18)
- fixes restore purchase to use customer object (72351b3)
2.4.0 (2023-08-11)
- remove offset in Chargebee.retrieveProductIdentifiers example (f60a45b)
- 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)
- 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