Skip to content

Latest commit

 

History

History
134 lines (98 loc) · 4.62 KB

CHANGELOG.md

File metadata and controls

134 lines (98 loc) · 4.62 KB

Change Log

All notable changes to this project will be documented in this file.

Updated

  • Update README.md
    • Updated in Pull Request #70.

3.x Releases

2.x Releases

1.x Releases

Released on 2024-09-04.

Added

  • Implement localizedPriceString for StoreProductDiscount & currencySymbol for StoreProduct
    • Added in Pull Request #66.

Fixed

  • Fix the code formatting
    • Fixed in Pull Request #67

Released on 2024-08-09.

Added

  • Implement restoring transactions for StoreKit 1
    • Added in Pull Request #57.

Updated

  • Update codecov version
    • Updated in Pull Request #59
  • Update mocks
    • Updated in Pull Request #60

Released on 2024-06-15.

Added

  • Implement disabling of the purchase button
    • Added in Pull Request #44.

Released on 2024-05-10.

Added

  • Implement the FlareUI documentation
    • Added in Pull Request #33.
  • Implement the FlareUI package
    • Added in Pull Request #28.
  • Implement asynchronous transaction completion
    • Added in Pull Request #25.

Updated

  • Update the dependabot.yml configuration
  • Updated in Pull Request #34

Fixed

  • Fix handling of cancelling operations
    • Fixed in Pull Request #26.
  • Fix switching to the main thread
    • Fixed in Pull Request #24.
  • Update the documentation
    • Fixed in Pull Request #23.

Released on 2024-02-12.

Added

  • Implement products caching mechanism

    • Added in Pull Request #19.
  • Implement Logging Functionality

    • Added in Pull Request #17.
  • Implement Support for Promotional Offers

    • Added in Pull Request #16.
  • Add additional badges to README.md

    • Added in Pull Request #15.
  • Add files to comply with community standards

    • Added in Pull Request #13.
  • Implement typo checking

    • Added in Pull Request #12.
  • Build a documentation using Docc

    • Added in Pull Request #11.
  • Integrate the StoreKit2 purchase method

    • Added in Pull Request #10.
  • Add badges for Swift Version Compatibility and Platform Compatibility

    • Added in Pull Request #8.
  • Integrate danger

    • Added in Pull Request #7.
  • Implement a refund for purchases

    • Added in Pull Request #6.
  • Added visionOS to list of supported platforms

    • Added in Pull Request #5.

Updated

  • Update the documentation page for Promotional Offer
    • Updated in Pull Request #18.

Fixed

  • Fix typos in CONTRIBUTING.md
    • Added in Pull Request#14.

Released on 2023-09-13.

Added

  • Support for Swift Concurrency, including async-await for requests.

Updated

  • Rename public methods and parameters to increase readability.

Released on 2023-01-20.

Added