Skip to content

Releases: agisboye/app-store-server-api

v0.16.0

01 Nov 14:39
Compare
Choose a tag to compare

Breaking changes

  • Drop support for older Node.js versions. v18.12 is now the minimum supported version (#58). Thanks @KROSF
  • Remove uuid and node-fetch dependencies.

v0.15.3

01 Oct 07:39
Compare
Choose a tag to compare
  • Add retryAfter property to errors (#57). Thanks @anglinb.

v0.15.2

12 Aug 16:09
Compare
Choose a tag to compare
  • Add EXTERNAL_PURCHASE_TOKEN, ONE_TIME_CHARGE and Test notification types.

v0.15.1

01 Aug 07:39
Compare
Choose a tag to compare
  • Export TransactionHistoryVersion enum (#55)

v0.15.0

21 Jul 21:14
Compare
Choose a tag to compare
  • Adds support for the changes in version 1.12 and 1.13 of the App Store Server API.

v0.14.1

20 Jun 09:08
Compare
Choose a tag to compare
  • Fix typo (#53). isdecodedNotificationSummaryPayload is renamed to isDecodedNotificationSummaryPayload.
  • Update dependencies

v0.14.0

02 Mar 10:53
Compare
Choose a tag to compare

v0.13.4

09 Feb 21:00
Compare
Choose a tag to compare
  • Ensure all comments are included in type definitions (.d.ts files). Thanks @MIshkhan.

v0.13.3

07 Feb 21:56
Compare
Choose a tag to compare
  • Add PRODUCT_NOT_FOR_SALE subtype (#44). Thanks @levi

v0.13.2

02 Feb 12:18
Compare
Choose a tag to compare
  • Fixes the types of two fields in NotificationData (#43). Thanks @MIshkhan