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

Advanced middleware feature #23

Merged
merged 9 commits into from
Mar 19, 2017

Commits on Feb 27, 2017

  1. Add advanced middleware feature to inject custom network adapters

    This moves most of the logic from the query middleware to the new
    advanced middleware. The query middleware will call advanced using
    the default superagent adapter.
    iamlacroix authored and Ryan Ashcraft committed Feb 27, 2017
    Configuration menu
    Copy the full SHA
    80122aa View commit details
    Browse the repository at this point in the history
  2. Add tests for the superagent adapter

    iamlacroix authored and Ryan Ashcraft committed Feb 27, 2017
    Configuration menu
    Copy the full SHA
    18dd776 View commit details
    Browse the repository at this point in the history
  3. Create separate default and advanced entries

    Michael LaCroix authored and Ryan Ashcraft committed Feb 27, 2017
    Configuration menu
    Copy the full SHA
    ee87e7f View commit details
    Browse the repository at this point in the history
  4. Add advanced CommonJS entry point alias

    Ryan Ashcraft committed Feb 27, 2017
    Configuration menu
    Copy the full SHA
    ae29cf4 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2017

  1. Merge branch 'advanced-middleware' of https://github.com/iamlacroix/r…

    …edux-query into iamlacroix-advanced-middleware
    ryanashcraft committed Mar 18, 2017
    Configuration menu
    Copy the full SHA
    fe2d91d View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' of github.com:amplitude/redux-query into iamlac…

    …roix-advanced-middleware
    ryanashcraft committed Mar 18, 2017
    Configuration menu
    Copy the full SHA
    07b1239 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    629dcc5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2c901f3 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2017

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