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: forwardemail/superagent
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v5.3.1
Choose a base ref
...
head repository: forwardemail/superagent
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v6.0.0
Choose a head ref
  • 10 commits
  • 64 files changed
  • 5 contributors

Commits on Jul 17, 2020

  1. Configuration menu
    Copy the full SHA
    cc34638 View commit details
    Browse the repository at this point in the history
  2. fix: fixed travis

    niftylettuce committed Jul 17, 2020
    Configuration menu
    Copy the full SHA
    f8ea331 View commit details
    Browse the repository at this point in the history
  3. Improve .retry() method functionality with delays and prevent calling…

    … on successful request (#1527)
    
    * Enable .retry() method to use an async function as a callback, to allow easily delaying retries by using a Promise and setTimeout.
    
    * Prevent .retry() method from being invoked on successful request. Runs only when there's a defined error.
    
    * - Update readme with new async functionality of retry()
    - Make ESLint happy
    - Add babel plugin so aync/await works on node 6.x
    IAMtheIAM authored Jul 17, 2020
    1 Configuration menu
    Copy the full SHA
    62eae78 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0c4f96f View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2020

  1. Revert "Improve .retry() method functionality with delays and prevent…

    … calling on successful request (#1527)"
    
    This reverts commit 62eae78.
    niftylettuce committed Jul 25, 2020
    Configuration menu
    Copy the full SHA
    74641bb View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2020

  1. Update jQuery in tail.html (#1582)

    This replaces an insecure version of jQuery and will make it possible to fix issues such as Pr0methean/SiteF1BackEnd#3 by updating to the next release.
    Pr0methean authored Jul 29, 2020
    Configuration menu
    Copy the full SHA
    a009ace View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2020

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

Commits on Aug 8, 2020

  1. Configuration menu
    Copy the full SHA
    44fadf9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d68907b View commit details
    Browse the repository at this point in the history
  3. v6.0.0

    niftylettuce committed Aug 8, 2020
    Configuration menu
    Copy the full SHA
    a12e784 View commit details
    Browse the repository at this point in the history
Loading