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: caolan/async
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.2.0
Choose a base ref
...
head repository: caolan/async
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.2.1
Choose a head ref
  • 20 commits
  • 122 files changed
  • 16 contributors

Commits on Feb 24, 2020

  1. regen docs

    aearly committed Feb 24, 2020
    Configuration menu
    Copy the full SHA
    41a00c5 View commit details
    Browse the repository at this point in the history
  2. update test matrixes

    aearly committed Feb 24, 2020
    Configuration menu
    Copy the full SHA
    4e23a9d View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2020

  1. Configuration menu
    Copy the full SHA
    5e1fd9e View commit details
    Browse the repository at this point in the history
  2. fix typo (#1707)

    omginbd authored Mar 3, 2020
    Configuration menu
    Copy the full SHA
    62cb8ea View commit details
    Browse the repository at this point in the history

Commits on May 18, 2020

  1. docs: Fix simple typo, whoses -> whose (#1717)

    There is a small typo in dist/async.js, docs/v2/scripts/async.js, docs/v3/scripts/async.js, lib/groupBySeries.js.
    
    Should read `whose` rather than `whoses`.
    timgates42 authored May 18, 2020
    Configuration menu
    Copy the full SHA
    819a34b View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2020

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

Commits on Oct 17, 2020

  1. priorityQueue: Prevent same tick setImmediate (#1727)

    Co-authored-by: Paul Karimov <pkarimov@microsoft.com>
    pkarimov and paulk-msft authored Oct 17, 2020
    Configuration menu
    Copy the full SHA
    b0bc571 View commit details
    Browse the repository at this point in the history
  2. update pipelines steps

    aearly committed Oct 17, 2020
    Configuration menu
    Copy the full SHA
    558c087 View commit details
    Browse the repository at this point in the history
  3. update azure vm images

    aearly committed Oct 17, 2020
    Configuration menu
    Copy the full SHA
    9c4b629 View commit details
    Browse the repository at this point in the history
  4. disable broken osx pipeline

    aearly committed Oct 17, 2020
    Configuration menu
    Copy the full SHA
    d39dc47 View commit details
    Browse the repository at this point in the history
  5. update issue template

    aearly committed Oct 17, 2020
    Configuration menu
    Copy the full SHA
    d589a51 View commit details
    Browse the repository at this point in the history

Commits on Dec 30, 2020

  1. Fix typo: unshift instead unshirt (#1740)

    Co-authored-by: Yehuda Y <yehuda@zyx.bz>
    yeya and Yehuda Y authored Dec 30, 2020
    Configuration menu
    Copy the full SHA
    b736192 View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2021

  1. chore: Fix typo in detect.js (#1749)

    mulitple -> multiple
    eltociear authored Jun 2, 2021
    Configuration menu
    Copy the full SHA
    200cc00 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2021

  1. Improving tests case coverage (#1754)

    * Adding test case when invalid callback is provided to each ()
    
    * adding nyc  ignore block
    
    * Adding new test cases for drain to be called if empty data is pushed
    sauravazad authored Jun 28, 2021
    Configuration menu
    Copy the full SHA
    14d4d0f View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2021

  1. Configuration menu
    Copy the full SHA
    e02c3c6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c243b0e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    89255fe View commit details
    Browse the repository at this point in the history
  4. Enhance examples for Collections methods. (#1726)

    * Enhance examples for Collections methods.
    
    * Update collection example code, avoiding usage of IIFE on async/await examples
    
    * Convert examples on async.auto, async.series, and async.parallel to samples using Promises and async/await
    
    Co-authored-by: Roman Balayan <roman.balayan@paymaya.com>
    romanbalayan and Roman Balayan authored Aug 5, 2021
    Configuration menu
    Copy the full SHA
    159a119 View commit details
    Browse the repository at this point in the history
  5. Update built files

    Alexander Early committed Aug 5, 2021
    Configuration menu
    Copy the full SHA
    b31840e View commit details
    Browse the repository at this point in the history
  6. Version 3.2.1

    Alexander Early committed Aug 5, 2021
    Configuration menu
    Copy the full SHA
    d1af045 View commit details
    Browse the repository at this point in the history
Loading