Skip to content

Latest commit

 

History

History
39 lines (24 loc) · 839 Bytes

File metadata and controls

39 lines (24 loc) · 839 Bytes

CHANGELOG

master

v0.7.0

  • Support Elixir 1.17 and OTP 27.
  • Require Elixir 1.15.

v0.6.0

  • Support SHA256 signatures(with a fallback to SHA) in ReceiptDecoder.Verifier
  • Require Elixir 1.13.

v0.5.0

  • Regenerate the ReceiptModule with :asn1 5.0.16.
  • Update minimal requirement to OTP 21 & Elixir 1.10.

v0.4.0

  • Fixes the date fields in receipt should be parsed as a DateTime in UTC.
  • Drop Support for Elixir 1.4 and 1.5.

v0.3.0

  • Added ReceiptDecoder.Verifier to verify the the receipt, this would let a invalid receipt failed to decode.
  • Added new is_in_intro_offer_period field to IAP receipt.
  • Drop support for Elixir 1.3.
  • Returns {:error, msg} for invalid receipt.

v0.2.0

  • Parse result as ReceiptDecoder.AppReceipt & ReceiptDecoder.IAPReceipt.

v0.1.0

  • Initial release