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: express-rate-limit/express-rate-limit
base: 683e89bbce099473f6de64d1a2a67af96b4398f1
Choose a base ref
...
head repository: express-rate-limit/express-rate-limit
compare: c4f9c46ddf6d6f86861007df431d775deb5f379c
Choose a head ref
  • 13 commits
  • 7 files changed
  • 4 contributors

Commits on Feb 17, 2021

  1. link ci badge to gh actions page

    because gh links images to themselves otherwise
    nfriedly committed Feb 17, 2021
    Copy the full SHA
    1f11f79 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2021

  1. make tests run on windows

    use async/await to make the timing deterministic, and simplify the code
    
    most tests now use a fake clock also, instead of waiting on timeouts
    nfriedly committed Feb 28, 2021
    Copy the full SHA
    8c61e4e View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    7d3f979 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2021

  1. Copy the full SHA
    52a1a89 View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2021

  1. Copy the full SHA
    058f85c View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2021

  1. Apply suggestions from code review

    Co-authored-by: Nathan Friedly <nathan@nfriedly.com>
    melya and nfriedly committed Jul 1, 2021
    Copy the full SHA
    fee9305 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    9e9852a View commit details
    Browse the repository at this point in the history
  3. lint

    nfriedly committed Jul 1, 2021
    Copy the full SHA
    a137a45 View commit details
    Browse the repository at this point in the history
  4. Add optional requestWasSuccessful callback for use with skipFailedReq…

    …uests and skipSuccessfulRequests options (#241)
    nfriedly committed Jul 1, 2021
    Copy the full SHA
    e80b436 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    afdbe1c View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    83fc975 View commit details
    Browse the repository at this point in the history
  7. fixup publish workflow

    add runs-on for publish job
    
    also test on node 15.x
    nfriedly committed Jul 1, 2021
    Copy the full SHA
    c256606 View commit details
    Browse the repository at this point in the history
  8. 5.3.0

    nfriedly committed Jul 1, 2021
    Copy the full SHA
    c4f9c46 View commit details
    Browse the repository at this point in the history