- Move Public Apple Certificate to jws_validation directory.
- Add JWSValidation module to validate Apple's JSON Web Signature (JWS).
- Remove unecessary slash from get_transaction_info call.
- Remove
nanoid
dependency. - Added the
AppStore.Token
for token generation. - Require Elixir 1.15, support Elixir 1.17 and OTP 27.
- Added a call to GET transaction info by transaction ID
AppStore.API.TransactionInfo
(#5)
Initial release