Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Drop arrayMap | Federico Brigante | 2018-04-19 | 5 | -12/+6 |
* | Drop _baseProperty | Federico Brigante | 2018-04-19 | 3 | -2/+7 |
* | Drop trim | Federico Brigante | 2018-04-19 | 1 | -2/+1 |
* | Drop identity | Federico Brigante | 2018-04-19 | 6 | -8/+8 |
* | Drop noop | Federico Brigante | 2018-04-19 | 25 | -27/+25 |
* | Drop _baseIndexOf | Federico Brigante | 2018-04-19 | 2 | -4/+2 |
* | Drop keys | Federico Brigante | 2018-04-19 | 2 | -5/+2 |
* | Use lodash.isarraylike | Federico Brigante | 2018-04-19 | 5 | -5/+6 |
* | Drop isArray | Federico Brigante | 2018-04-19 | 8 | -17/+9 |
* | Drop _baseForOwn | Federico Brigante | 2018-04-19 | 4 | -3/+11 |
* | Drop _arrayEach | Federico Brigante | 2018-04-19 | 2 | -6/+4 |
* | Drop isObject | Federico Brigante | 2018-04-19 | 1 | -1/+4 |
* | Merge pull request #1527 from Qw-in/patch-1 | Alex Early | 2018-04-14 | 1 | -1/+1 |
|\ | |||||
| * | Typo in makefile | Quinn Blenkinsop | 2018-04-14 | 1 | -1/+1 |
|/ | |||||
* | Optimize the library for webpack users (#1517) | Ivan Akulov | 2018-03-23 | 4 | -0/+70 |
* | Merge pull request #1514 from smbape/master | Graeme Yeates | 2018-02-16 | 2 | -1/+64 |
|\ | |||||
| * | rename 'forEachOfLimit 1024 * 1024 synchronous call' to 'forEachOfLimit no ca... | Stéphane MBAPE | 2018-02-15 | 1 | -2/+50 |
| * | fix "RangeError: Maximum call stack size exceeded" | Stéphane MBAPE | 2018-02-14 | 2 | -1/+16 |
|/ | |||||
* | Fix typo (#1511) | Bao Pham | 2018-01-29 | 1 | -1/+1 |
* | Update license year range to 2018 | Hubert Argasinski | 2018-01-20 | 1 | -1/+1 |
* | Added all the function which got changed (#1505) | Suraj Sharma | 2017-12-21 | 1 | -2/+2 |
* | Version 2.6.0v2.6.0 | Alexander Early | 2017-11-06 | 1 | -1/+1 |
* | update package-lock | Alexander Early | 2017-11-06 | 1 | -3586/+4093 |
* | Update built files | Alexander Early | 2017-11-06 | 4 | -483/+3295 |
* | update changelog for 2.6.0 | Alexander Early | 2017-11-06 | 1 | -0/+6 |
* | capitalize Async | Alexander Early | 2017-11-06 | 1 | -5/+5 |
* | add pitfall about async functions | Alexander Early | 2017-11-06 | 1 | -0/+19 |
* | add homepage to package.json | Alexander Early | 2017-11-06 | 1 | -0/+1 |
* | docs: add some quick examples to the README | Alexander Early | 2017-11-06 | 1 | -1/+36 |
* | Merge pull request #1483 from caolan/generate-index | Alex Early | 2017-11-06 | 15 | -196/+462 |
|\ | |||||
| * | include individual module files for aliasesgenerate-index | Alexander Early | 2017-10-20 | 6 | -12/+70 |
| * | add tests | Alexander Early | 2017-10-15 | 2 | -2/+11 |
| * | generate lib/index.js from a template and a list of aliases | Alexander Early | 2017-10-15 | 11 | -187/+386 |
* | | Merge pull request #1488 from LukasDrgon/patch-1 | Graeme Yeates | 2017-11-04 | 1 | -0/+1 |
|\ \ | |/ |/| | |||||
| * | Add jsDelivr hits badge | Lukas Drgon | 2017-10-18 | 1 | -0/+1 |
|/ | |||||
* | Merge pull request #1471 from Grasseh/master | Alex Early | 2017-09-12 | 1 | -1/+1 |
|\ | |||||
| * | Fix tryEach documentation code example | Grasseh | 2017-09-12 | 1 | -1/+1 |
|/ | |||||
* | Merge pull request #1454 from iamdoron/master | Graeme Yeates | 2017-07-24 | 1 | -1/+3 |
|\ | |||||
| * | Use shift instead of splice (when possible) in queue | Doron Pagot | 2017-07-21 | 1 | -1/+3 |
* | | Fix build (#1455) | Hubert Argasinski | 2017-07-24 | 1 | -2/+2 |
* | | update Makefile to include source map in build dir [fixes #1452] (#1453) | Hubert Argasinski | 2017-07-24 | 1 | -2/+8 |
|/ | |||||
* | clarify retry vs retryable in docs. closes #1450 | Alexander Early | 2017-07-16 | 1 | -2/+2 |
* | Improve `async.queue` start up performance (#1448) | Hubert Argasinski | 2017-07-10 | 2 | -1/+11 |
* | Version 2.5.0v2.5.0 | Alexander Early | 2017-06-25 | 2 | -1/+5815 |
* | Update built files | Alexander Early | 2017-06-25 | 3 | -22/+48 |
* | Update changelog for v2.5.0 | Hubert Argasinski | 2017-06-25 | 1 | -0/+6 |
* | preserve order, make variadic and handle falsy values in concat [fixes #1437]... | Hubert Argasinski | 2017-06-23 | 10 | -102/+486 |
* | Add node 8 to travis | Alex Early | 2017-06-10 | 1 | -1/+1 |
* | add concatLimit [fixes #1426] (#1430) | Hubert Argasinski | 2017-06-10 | 3 | -0/+62 |
* | ensure q.workersList() contains items being processed [fixes #1428] (#1429) | Hubert Argasinski | 2017-06-10 | 3 | -5/+120 |