Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

integrate main 10 0 2 #1908

Merged
merged 8 commits into from
Aug 31, 2022
Merged

Commits on Aug 24, 2022

  1. @ReactModule annotation (hyochan#1886)

    Co-authored-by: Andres Aguilar <andres.aguilar@nfl.com>
    andresesfm and Andres Aguilar authored Aug 24, 2022
    Configuration menu
    Copy the full SHA
    c52fe0b View commit details
    Browse the repository at this point in the history
  2. 10.0.1

    andresesfm authored Aug 24, 2022
    Configuration menu
    Copy the full SHA
    71e8a31 View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2022

  1. product purchase lifecycle (hyochan#1885)

    * ci: replace publication for next branch
    
    * refactor!: create a PurchaseError class (hyochan#1866)
    
    * refactor!: remove support for default export (hyochan#1864)
    
    * chore: clean up non existing errors (hyochan#1868)
    
    * chore: move some logic into internal files (hyochan#1871)
    
    * refactor: extract event-emitter to specific file (hyochan#1872)
    
    * refactor!: make all methods take an object of params (hyochan#1873)
    
    * integrate ios storekit 2 (hyochan#1882)
    
    * set min ios version to 15
    
    * consolidated buy methods
    
    * removed checks for older versions of ios
    
    * cleared most errors
    
    * swiftlint
    
    * continue migration, purchases
    
    * return promises to class
    
    * moved utils to ios
    
    * clean up promises and error codes
    
    * serialized Transactions
    
    * removed remaining old methods, added serialization
    
    * default to Xcode 4 spaces
    
    * Split files
    
    * Added more transaction methods
    
    * removed global autofinish
    
    * fix lint on doc
    
    Co-authored-by: Andres Aguilar <andres.aguilar@nfl.com>
    
    * Able to purchase products
    
    * swift lint
    
    * fixed lint issues, removed methods
    
    Co-authored-by: hyochan <dooboolab@gmail.com>
    Co-authored-by: Jérémy Barbet <jeremgraph@gmail.com>
    Co-authored-by: Andres Aguilar <andres.aguilar@nfl.com>
    4 people authored Aug 25, 2022
    Configuration menu
    Copy the full SHA
    7f9ff8e View commit details
    Browse the repository at this point in the history
  2. Revert "product purchase lifecycle" (hyochan#1887)

    Revert "product purchase lifecycle (hyochan#1885)"
    
    This reverts commit 7f9ff8e.
    andresesfm authored Aug 25, 2022
    Configuration menu
    Copy the full SHA
    62eec11 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2022

  1. docs: Fixed getProducts signature (hyochan#1896)

    * Fixed getProducts signature
    
    In the source code, we have an object with one attribute skus
    
    export declare const getProducts: ({ skus, }: {
        skus: string[];
    }) => Promise<Array<Product>>;
    
    * docs: Fixed getProducts signature
    
    In the source code, we have an object with one attribute skus
    
    export declare const getProducts: ({ skus, }: {
        skus: string[];
    }) => Promise<Array<Product>>;
    
    Co-authored-by: Abdelalim <abdelalim.hassouna@gmail.com>
    Abdelalim-dev and Abdelalim authored Aug 29, 2022
    Configuration menu
    Copy the full SHA
    8553489 View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2022

  1. revert to default 4 spaces (hyochan#1907)

    Co-authored-by: Andres Aguilar <andres.aguilar@nfl.com>
    andresesfm and Andres Aguilar authored Aug 31, 2022
    Configuration menu
    Copy the full SHA
    490eb9e View commit details
    Browse the repository at this point in the history
  2. 10.0.2

    andresesfm authored Aug 31, 2022
    Configuration menu
    Copy the full SHA
    db3e468 View commit details
    Browse the repository at this point in the history
  3. integrate 10.0.2

    Andres Aguilar committed Aug 31, 2022
    Configuration menu
    Copy the full SHA
    783e4b1 View commit details
    Browse the repository at this point in the history