Releases: agisboye/app-store-server-api
Releases · agisboye/app-store-server-api
v0.16.0
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
- Add retryAfter property to errors (#57). Thanks @anglinb.
v0.15.2
- Add
EXTERNAL_PURCHASE_TOKEN
, ONE_TIME_CHARGE
and Test
notification types.
v0.15.1
- Export
TransactionHistoryVersion
enum (#55)
v0.15.0
- Adds support for the changes in version 1.12 and 1.13 of the App Store Server API.
v0.14.1
- Fix typo (#53).
isdecodedNotificationSummaryPayload
is renamed to isDecodedNotificationSummaryPayload
.
- Update dependencies
v0.13.4
- Ensure all comments are included in type definitions (.d.ts files). Thanks @MIshkhan.
v0.13.3
- Add
PRODUCT_NOT_FOR_SALE
subtype (#44). Thanks @levi
v0.13.2
- Fixes the types of two fields in
NotificationData
(#43). Thanks @MIshkhan