summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | Added test case to make sure that callback isn't called multiple times in asy...Ray Myers2016-06-291-0/+26
| * | Fixed callback being able to be called twice in asyncifyRay Myers2016-06-291-1/+1
| |/
| * Merge branch 'docs-pr' of https://github.com/hargasinski/async into docs-prHubert Argasinski2016-06-291-3/+1
| |\
| | * Ensure all items are visible in TOCGraeme Yeates2016-06-291-3/+1
| * | fix code and import path stylingHubert Argasinski2016-06-291-0/+6
| |/
| * fixed eslint issues in jsdoc filesHubert Argasinski2016-06-292-12/+4
| * added missing slash to searching on subroutesHubert Argasinski2016-06-291-5/+5
| * Attempt to fix search on subroutesGraeme Yeates2016-06-291-20/+25
| * final tweaks before publishingHubert Argasinski2016-06-293-2/+13
| * jsdoc: added substr matching, closes #9, @megawacHubert Argasinski2016-06-291-3/+17
| * jsdoc: added searching through issues, @megawacHubert Argasinski2016-06-291-2/+38
| * jsdoc: improved tt-menu styling, closes #8, @megawacHubert Argasinski2016-06-292-2/+20
| * fixed searhing issuesHubert Argasinski2016-06-291-2/+13
| * Fix search, WIP search linkingGraeme Yeates2016-06-294-29/+24
| * Updated navGraeme Yeates2016-06-292-53/+37
| * jsdoc: added searchbar, need to still implement functionality @megawacHubert Argasinski2016-06-296-28/+96
| * jsdoc: added fixed header (using jsdelivr for jQuery, no gulpfile)Hubert Argasinski2016-06-297-77/+140
| * jsdoc: added gulp for minifying and concating filesHubert Argasinski2016-06-294-5/+64
| * jsdoc: moving jsdoc related files to subdirectoryHubert Argasinski2016-06-295-8/+16
| * Genetate import path using jsdoc pluginGraeme Yeates2016-06-2975-220/+22
| * jsdocs: using proxy modules as categories, modifying minami themeHubert Argasinski2016-06-2977-173/+575
| * Initial jsdoc documentation (using minami template)Hubert Argasinski2016-06-2976-114/+214
| * Update typedef invoke docsGraeme Yeates2016-06-293-18/+17
| * Initial esdocs documentation (#1083)Graeme Yeates2016-06-296-1998/+16
|/
* Merge pull request #1189 from freeall/patch-1Graeme Yeates2016-06-151-5/+7
|\
| * add callbacks to quick examplesTobias Baunbæk2016-06-151-5/+7
|/
* Merge pull request #1187 from searls/patch-1Alex Early2016-06-141-4/+4
|\
| * Fix misspelling of "milliseconds"Justin Searls2016-06-141-4/+4
|/
* Merge pull request #1185 from xbrightmatterx/readme-patchGraeme Yeates2016-06-131-2/+2
|\
| * Update README, syntax correctionBrian Graham2016-06-121-2/+2
* | Merge pull request #1186 from nfriedly/patch-1Graeme Yeates2016-06-131-1/+1
|\ \
| * | fix race() anchor in readmeNathan Friedly2016-06-131-1/+1
|/ /
* | Merge pull request #1182 from caolan/eslintGraeme Yeates2016-06-1043-501/+540
|\ \ | |/ |/|
| * simplify global defseslintAlexander Early2016-06-091-9/+1
| * fix new lint errorsAlexander Early2016-06-0739-454/+497
| * add eslint, remove jscs/jshintAlexander Early2016-06-075-49/+6
| * add eslintrcAlexander Early2016-06-071-0/+47
|/
* Version 2.0.0-rc.6v2.0.0-rc.6Alexander Early2016-06-071-1/+1
* Update built filesAlexander Early2016-06-073-215/+333
* remove component.jsonAlexander Early2016-06-071-1/+1
* fix typoAlexander Early2016-06-071-2/+2
* update changelogAlexander Early2016-06-071-0/+2
* Merge branch 'master' of ssh://github.com/caolan/asyncAlexander Early2016-06-0712-115/+340
|\
| * Merge pull request #1177 from caolan/map-objectsGraeme Yeates2016-06-058-16/+218
| |\
| | * simplify index trackingmap-objectsAlexander Early2016-06-011-11/+4
| | * have map always return arraysAlexander Early2016-05-313-14/+22
| | * fix lint errorsAlexander Early2016-05-312-14/+14
| | * add docsAlexander Early2016-05-313-0/+78
| | * added mapValuesAlexander Early2016-05-315-0/+123
| * | Merge pull request #1173 from Kikobeats/nexttickGraeme Yeates2016-06-022-14/+35
| |\ \