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

feat: React Native support with fetchOption and callOptions #653

Merged
merged 14 commits into from Nov 22, 2022

Commits on Oct 24, 2022

  1. experimental changes

    krpeacock committed Oct 24, 2022
    Configuration menu
    Copy the full SHA
    724d8fc View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2022

  1. Configuration menu
    Copy the full SHA
    a9e7d5d View commit details
    Browse the repository at this point in the history
  2. Typo error. In case options.source is correctly implemented I've stil…

    …l included the logic:
    
    - `this._fetchOptions = options.source._fetchOptions || options.fetchOptions;`
    - `this._callOptions = options.source._callOptions || options.callOptions;`
    wackyleo459 committed Nov 1, 2022
    Configuration menu
    Copy the full SHA
    2ad9a20 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2022

  1. When source isn't provided in constructing the HttpAgent, this._fetch…

    …Options and this._callOptions will automatically get fromm provided options.
    wackyleo459 committed Nov 8, 2022
    Configuration menu
    Copy the full SHA
    2f07956 View commit details
    Browse the repository at this point in the history
  2. experimental changes

    krpeacock committed Nov 8, 2022
    Configuration menu
    Copy the full SHA
    3298d3c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8b6b183 View commit details
    Browse the repository at this point in the history
  4. Typo error. In case options.source is correctly implemented I've stil…

    …l included the logic:
    
    - `this._fetchOptions = options.source._fetchOptions || options.fetchOptions;`
    - `this._callOptions = options.source._callOptions || options.callOptions;`
    wackyleo459 authored and krpeacock committed Nov 8, 2022
    Configuration menu
    Copy the full SHA
    425f0b1 View commit details
    Browse the repository at this point in the history
  5. When source isn't provided in constructing the HttpAgent, this._fetch…

    …Options and this._callOptions will automatically get fromm provided options.
    wackyleo459 authored and krpeacock committed Nov 8, 2022
    Configuration menu
    Copy the full SHA
    1be96e0 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b1178c4 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2022

  1. Migration Change from port 8000 to 4943 for new DFX 0.12.0

     -made changes mainly inside tests and yml setup
    wackyleo459 committed Nov 10, 2022
    Configuration menu
    Copy the full SHA
    be9bf07 View commit details
    Browse the repository at this point in the history
  2. Node 12 support deprecated, along with recent latest npm version 9.1.…

    …1 does not support node 12.
    wackyleo459 committed Nov 10, 2022
    Configuration menu
    Copy the full SHA
    4f659bd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ea15c11 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2022

  1. Configuration menu
    Copy the full SHA
    56071af View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2022

  1. Configuration menu
    Copy the full SHA
    b7c8e50 View commit details
    Browse the repository at this point in the history