Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: FGRibreau/node-request-retry
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v4.1.1
Choose a base ref
...
head repository: FGRibreau/node-request-retry
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v4.1.2
Choose a head ref
  • 12 commits
  • 8 files changed
  • 3 contributors

Commits on May 18, 2020

  1. docs(changelog): updated

    FGRibreau committed May 18, 2020
    Configuration menu
    Copy the full SHA
    06c8557 View commit details
    Browse the repository at this point in the history
  2. fix

    FGRibreau committed May 18, 2020
    Configuration menu
    Copy the full SHA
    d98bb73 View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2020

  1. Update README.md

    FGRibreau authored Jul 9, 2020
    Configuration menu
    Copy the full SHA
    a6e72dd View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2020

  1. Update index.js

    Do not use cloned agent
    emmansun authored Nov 4, 2020
    Configuration menu
    Copy the full SHA
    8c85f72 View commit details
    Browse the repository at this point in the history
  2. Update index.js

    really not clone, reuse the originally agent by default, can specify one in retry strategy, even remove it via null value
    emmansun authored Nov 4, 2020
    Configuration menu
    Copy the full SHA
    a237f20 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2020

  1. Update index.js

    use own clone function
    emmansun authored Nov 6, 2020
    Configuration menu
    Copy the full SHA
    7e157f4 View commit details
    Browse the repository at this point in the history
  2. Update index.js

    FGRibreau authored Nov 6, 2020
    Configuration menu
    Copy the full SHA
    f76272e View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2020

  1. add test case for clone function

    Emman committed Nov 9, 2020
    Configuration menu
    Copy the full SHA
    88aa12e View commit details
    Browse the repository at this point in the history
  2. Revert "add test case for clone function"

    This reverts commit 88aa12e.
    Emman committed Nov 9, 2020
    Configuration menu
    Copy the full SHA
    917bfec View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2020

  1. Configuration menu
    Copy the full SHA
    f8cac13 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #125 from emmansun/master

    Avoid agent clone
    FGRibreau authored Nov 11, 2020
    Configuration menu
    Copy the full SHA
    bb2f12b View commit details
    Browse the repository at this point in the history
  3. Release v4.1.2.

    FGRibreau committed Nov 11, 2020
    Configuration menu
    Copy the full SHA
    6550c2a View commit details
    Browse the repository at this point in the history
Loading