summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* Bump es6-promise from 2.3.0 to 4.2.8 (#1792)dependabot[bot]2022-01-282-8/+8
| | | | | | | | | | | | | | | | | Bumps [es6-promise](https://github.com/stefanpenner/es6-promise) from 2.3.0 to 4.2.8. - [Release notes](https://github.com/stefanpenner/es6-promise/releases) - [Changelog](https://github.com/stefanpenner/es6-promise/blob/master/CHANGELOG.md) - [Commits](https://github.com/stefanpenner/es6-promise/compare/2.3.0...v4.2.8) --- updated-dependencies: - dependency-name: es6-promise dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* coverage on node 16Alexander Early2022-01-281-2/+2
|
* fix CI matrix includesAlexander Early2022-01-281-2/+5
|
* reduce CI matrixAlexander Early2022-01-281-1/+6
|
* chore: add Dependabot for version updates (#1783)Nick Schonning2022-01-282-0/+14
| | | | | * chore: add Dependabot for version updates * chore: move Dependabot to monthly
* chore: remove Azure DevOps CI (#1787)Nick Schonning2022-01-285-298/+0
| | | Cleaned up JUnit reporters that were used for test uploads there
* docs: add missing return definitions for awaitable functions (#1789)Hubert Argasinski2022-01-285-5/+5
|
* chore: upgrade to ESLint 8 (#1786)Nick Schonning2022-01-285-2082/+2216
| | | | - New babel parser package - Drops (dev) support for Node 10
* chore: remove karma-edge-launcher (#1784)Nick Schonning2022-01-283-41/+2
|
* chore: remove manual coveralls execution (#1785)Nick Schonning2022-01-094-824/+2
| | | Now done in GitHub Actions
* update docs for v3.2.3Alexander Early2022-01-0985-288/+340
|
* Version 3.2.3v3.2.3Alexander Early2022-01-091-1/+1
|
* Update built filesAlexander Early2022-01-093-80/+109
|
* Update changelog for v3.2.3Alexander Early2022-01-091-0/+3
|
* fix: address edge case in comment stripping (#1780)Rich Trott2022-01-092-6/+36
| | | | | | | | Unforunately, cdfb4917e6028c8f966276d6e792018c7fd2ae3c 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.
* chore: remove unused Travis CI config (#1781)Nick Schonning2022-01-091-34/+0
|
* ci: setup GitHub Actions (#1782)Nick Schonning2022-01-091-0/+74
|
* Core: const, let, arrow-fn and unused variables (#1776)Jimmy Wärting2021-12-091-128/+128
|
* Housekeeping (#1772)Jimmy Wärting2021-12-027-76/+12255
| | | | | | | | | | | | | | | | | | | * 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
* Fix an inefficient regex in autoInject (#1767)meekdenzo2021-12-022-1/+30
| | | | | | | | | | | | | | | | | | | * 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>
* be explicit (#1769)Jimmy Wärting2021-11-1688-298/+291
|
* update docsAlexander Early2021-10-2785-88/+91
|
* Version 3.2.2v3.2.2Alexander Early2021-10-271-1/+1
|
* Update built filesAlexander Early2021-10-272-2/+5
|
* update changelog for 3.2.2Alexander Early2021-10-271-0/+3
|
* Fix prototype pollution vulnerabilityAlexander Early2021-10-272-0/+14
|
* Fix(docs): use plural `callbacks` word in `lib/map.js` (#1765)Juan José2021-10-041-1/+1
|
* regen docsAlexander Early2021-08-0585-253/+1440
|
* update changelogAlexander Early2021-08-051-0/+7
|
* Version 3.2.1v3.2.1Alexander Early2021-08-051-1/+1
|
* Update built filesAlexander Early2021-08-052-164/+1344
|
* Enhance examples for Collections methods. (#1726)Roman Lorenzo Balayan2021-08-0540-637/+5267
| | | | | | | | | * 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>
* use queueMicrotask instead of setTimeout in browsers in order to avoid ↵Garrett Jensen2021-08-052-4/+7
| | | | browser throttling (#1761)
* fixing the grammar in documentation (#1756)Saurav Azad2021-08-053-5/+4
|
* Added modern-async to the list of other libraries (#1739)Nicolas Vanhoren2021-08-051-0/+1
|
* Improving tests case coverage (#1754)Saurav Azad2021-06-283-3/+21
| | | | | | | * 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
* chore: Fix typo in detect.js (#1749)Ikko Ashimine2021-06-021-1/+1
| | | mulitple -> multiple
* Fix typo: `unshift` instead `unshirt` (#1740)yeya2020-12-295-5/+5
| | | Co-authored-by: Yehuda Y <yehuda@zyx.bz>
* update issue templateAlexander Early2020-10-171-2/+2
|
* disable broken osx pipelineAlexander Early2020-10-171-16/+17
|
* update azure vm imagesAlexander Early2020-10-171-7/+5
|
* update pipelines stepsAlexander Early2020-10-171-4/+4
|
* priorityQueue: Prevent same tick setImmediate (#1727)pkarimov2020-10-171-1/+8
| | | Co-authored-by: Paul Karimov <pkarimov@microsoft.com>
* V3 Docs :: Fix "unshirtAsync" typo (#1712)Ilia2020-08-181-1/+1
|
* docs: Fix simple typo, whoses -> whose (#1717)Tim Gates2020-05-184-10/+10
| | | | | 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`.
* fix typo (#1707)Michael Collier2020-03-036-6/+6
|
* Fix code until code example (#1708)Juan José2020-03-031-1/+1
|
* update test matrixesAlexander Early2020-02-232-15/+8
|
* regen docsAlexander Early2020-02-2385-100/+97
|
* Version 3.2.0v3.2.0Alexander Early2020-02-231-1/+1
|