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.1
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.3
Choose a head ref
  • 18 commits
  • 185 files changed
  • 7 contributors

Commits on Aug 5, 2021

  1. update changelog

    Alexander Early committed Aug 5, 2021
    Configuration menu
    Copy the full SHA
    cac52e3 View commit details
    Browse the repository at this point in the history
  2. regen docs

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

Commits on Oct 4, 2021

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

Commits on Oct 28, 2021

  1. 3 Configuration menu
    Copy the full SHA
    e1ecdbf View commit details
    Browse the repository at this point in the history
  2. update changelog for 3.2.2

    aearly committed Oct 28, 2021
    Configuration menu
    Copy the full SHA
    b50d648 View commit details
    Browse the repository at this point in the history
  3. Update built files

    aearly committed Oct 28, 2021
    Configuration menu
    Copy the full SHA
    acd7316 View commit details
    Browse the repository at this point in the history
  4. Version 3.2.2

    aearly committed Oct 28, 2021
    Configuration menu
    Copy the full SHA
    acc084e View commit details
    Browse the repository at this point in the history
  5. update docs

    aearly committed Oct 28, 2021
    Configuration menu
    Copy the full SHA
    9440649 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2021

  1. be explicit (#1769)

    jimmywarting authored Nov 16, 2021
    Configuration menu
    Copy the full SHA
    bb41f2a View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2021

  1. Fix an inefficient regex in autoInject (#1767)

    * Fix an inefficient regex in autoInject
    
    * 'properly strip comments in argument definitions' test failure
    
    * Update test/autoInject.js
    
    Co-authored-by: Rich Trott <rtrott@gmail.com>
    
    * Update on url-comments lib/autoInject.js
    
    Co-authored-by: Rich Trott <rtrott@gmail.com>
    
    * move new tests test/autoInject.js
    
    * indentation fix test/autoInject.js
    
    Co-authored-by: Rich Trott <rtrott@gmail.com>
    meekdenzo and Trott authored Dec 2, 2021
    Configuration menu
    Copy the full SHA
    cdfb491 View commit details
    Browse the repository at this point in the history
  2. Housekeeping (#1772)

    * rimraf was not being used
    
    * one less use of lodash dep
    
    * shorter name variant
    
    * one less lodash fn being used
    
    * use native forEach
    
    * result was a object
    
    * one less lodash recommendation
    
    * more explicit path
    
    * removed a unused variable
    jimmywarting authored Dec 2, 2021
    Configuration menu
    Copy the full SHA
    2ee673f View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2021

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

Commits on Jan 10, 2022

  1. Configuration menu
    Copy the full SHA
    a038c8f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e27aaab View commit details
    Browse the repository at this point in the history
  3. fix: address edge case in comment stripping (#1780)

    Unforunately, cdfb491 introduced issues
    with certain edge cases for comments. Fixing the edge case in the
    regular expression is likely to reintroduce the issue that commit was
    addressing. This change replaces the regular expression entirely with
    a function that iterates through the string instead of regular
    expressions.
    Trott authored Jan 10, 2022
    Configuration menu
    Copy the full SHA
    b015d34 View commit details
    Browse the repository at this point in the history
  4. Update changelog for v3.2.3

    aearly committed Jan 10, 2022
    Configuration menu
    Copy the full SHA
    de8d4c4 View commit details
    Browse the repository at this point in the history
  5. Update built files

    aearly committed Jan 10, 2022
    Configuration menu
    Copy the full SHA
    d2c9d51 View commit details
    Browse the repository at this point in the history
  6. Version 3.2.3

    aearly committed Jan 10, 2022
    Configuration menu
    Copy the full SHA
    62943ca View commit details
    Browse the repository at this point in the history
Loading