summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Fix doc linking (see #1135)doc-linkingGraeme Yeates2016-04-2938-56/+56
|
* Merge pull request #1130 from caolan/2.0-doc-calloutsAlex Early2016-04-271-14/+8
|\ | | | | Call out 2.0 breaking changes inline in readme
| * call out breaking changes inline in readme2.0-doc-calloutsAlexander Early2016-04-261-14/+8
| |
* | Merge pull request #1132 from suguru03/fix-priority-queueAlex Early2016-04-263-11/+74
|\ \ | |/ |/| fix `priorityQueue`
| * add `queue` and `priortyQueue` testSuguru Motegi2016-04-262-2/+74
| |
| * fix `priorityQueue`Suguru Motegi2016-04-262-9/+0
|/
* Merge pull request #1129 from WaeCo/patch-1Alex Early2016-04-261-3/+11
|\ | | | | Updated description of during #1121
| * Updated description of duringWaeCo2016-04-261-3/+11
|/
* Merge pull request #1126 from steverobb/revertResultsAlex Early2016-04-253-45/+11
|\ | | | | Revert injection of results in the final callack to autoInject.
| * Revert injection of results in the final callack to autoInject.Steve Robb2016-04-253-45/+11
|/
* Merge pull request #1123 from xavierchow/masterAlex Early2016-04-231-2/+2
|\ | | | | Fix broken download link
| * Fix broken download linkXavier Zhou2016-04-231-2/+2
|/
* Merge pull request #1119 from hargasinski/masterGraeme Yeates2016-04-211-0/+1
|\ | | | | Fixes #1117
| * Fixes #1117Hubert Argasinski2016-04-211-0/+1
|/ | | | | | | Manually setting the source map URL in the `Makefile`, when `--source-map` is specified without `--source-map-url`, the source map URL defaults to the values passed to `--source-map`. See https://github.com/mishoo/UglifyJS2#user-content-usage.
* Removed SPM from readme as it is dead (#1108)William Overton2016-04-141-1/+0
| | | SPM is no longer running as of the 15th March 2016, see http://spmjs.io/.
* Add linting for jsdocsGraeme Yeates2016-04-125-5/+13
|
* jsdoc-style documentation final touchesHubert Argasinski2016-04-122-0/+37
| | | | | added module documentation to index.js and documentated missed method setImmediate (copied from nextTick).
* jsdoc-style documentation for `Control Flow` methodsHubert Argasinski2016-04-1212-4/+475
| | | | this should be the last of the public methods requiring documentaiton
* jsdoc-style documentation finished documenting `Util` methodsHubert Argasinski2016-04-128-0/+280
| | | | | | | | | need to rebase to master before I can document the recently added reflect functions jsdoc-style documentation finished for 'Util' methods documented the new `reflect` and `reflectAll` functions
* jsdoc-style documentation began documenting `Util` methodsHubert Argasinski2016-04-128-0/+212
| | | | | | | | | | | | | | remaining `Util` methods to document (10): - ensureAsync - constant - asyncify - wrapSync - log - dir - noConflict - timeout - reflect - reflectAll
* jsdoc-style documentation began documenting `Control Flow` methodsHubert Argasinski2016-04-1215-0/+498
| | | | | | | | | | | | | | remaining `Control Flow` methods to document: - queue - priorityQueue - cargo - auto - autoInject - retry - retryable - iterator - times, timesSeries, timesLimit - race
* jsdoc-style documentation wrapped @see info in backticksHubert Argasinski2016-04-1219-19/+19
|
* jsdoc-style documentation for 'collection' methodsHubert Argasinski2016-04-1229-1/+712
| | | | | | | | | | | Converted documentation from README to jsdoc-style for respective methods. Currently, only done for 'collection' methods. jsdoc-style documentation - fixed 'collection' methods documentation Only the base functions now contain an example, while the `series` and `limit` versions simply contain a reference to the base function. Fixed styling issue and misspelled tag.
* fix flaky testAlexander Early2016-04-072-3/+3
|
* Version 2.0.0-rc.3v2.0.0-rc.3Alexander Early2016-04-072-2/+2
|
* update minified buildAlexander Early2016-04-075-1199/+1384
|
* add back in fs-extraAlexander Early2016-04-071-0/+1
|
* update changelogAlexander Early2016-04-071-1/+2
|
* have applyEach pass results to the callback. Closes #1088Alexander Early2016-04-074-10/+12
|
* convert applyEach tests to mochaAlexander Early2016-04-072-92/+96
|
* Clarify what applyEach accepts. Closes #1087Alexander Early2016-04-071-1/+1
|
* Merge pull request #1100 from steverobb/autoInjectPRAlex Early2016-04-073-6/+43
|\ | | | | Fix for autoInject argument injection into final callback
| * Docs updated to include injected results into final callback.Steve Robb2016-04-061-2/+5
| |
| * Array results test.Steve Robb2016-04-061-2/+20
| |
| * Fix for injection into final callback.Steve Robb2016-04-061-1/+17
| |
| * Duplicate section removed and typo fixed.Steve Robb2016-04-061-68/+1
| |
| * Merge branch 'master' into autoInjectPRSteve Robb2016-04-0676-4335/+6730
| |\
| * \ Merge branch 'master' into autoInjectPRSteve Robb2016-03-06131-3988/+6405
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: README.md lib/async.js test/test-async.js
| * | | Support concurrency parameter.Steve Robb2016-03-062-1/+55
| | | |
| * | | autoInject tests updated.Steve Robb2016-03-061-70/+168
| | | |
| * | | Callback goes at the end.Steve Robb2016-03-062-27/+35
| | | |
| * | | Merge branch 'master' into autoInjectPRSteve Robb2016-01-0627-1672/+5745
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: lib/async.js test/test-async.js
| * | | | autoInject - dependency injection for auto.Steve Robb2014-08-313-2/+265
| | | | |
* | | | | Merge pull request #1098 from asilvas/named-timeoutAlex Early2016-04-074-10/+43
|\ \ \ \ \ | | | | | | | | | | | | #1097. Named timeout for tracking purposes
| * | | | | fix spacing...asilvas2016-04-051-18/+18
| | | | | |
| * | | | | #1097. Named timeout for tracking purposesasilvas2016-04-054-10/+43
| | |_|_|/ | |/| | |
* | | | | Merge pull request #1094 from bspates/bind-after-ensure-asyncAlex Early2016-04-072-1/+33
|\ \ \ \ \ | | | | | | | | | | | | Bind Context to Functions wrapped by initialParams
| * | | | | change tabs to 4 spaces per linterbspates2016-04-051-21/+21
| | | | | |
| * | | | | update comments to match change to ensureAsyncbspates2016-04-041-2/+2
| | | | | |
| * | | | | update unit tests to test issue through ensureAsync, not helper methodbspates2016-04-041-16/+22
| | | | | |