Commit Graph

  • 9ac8612827 add pitfall about async functions Alexander Early 2017-11-06 18:27:00 -08:00
  • c9869104b7 add homepage to package.json Alexander Early 2017-11-06 18:09:42 -08:00
  • 11adc19bcd docs: add some quick examples to the README Alexander Early 2017-11-06 18:08:33 -08:00
  • 777ca0feef Merge pull request #1483 from caolan/generate-index Alex Early 2017-11-06 17:53:21 -08:00
  • a30d8ad475 Merge pull request #1488 from LukasDrgon/patch-1 Graeme Yeates 2017-11-04 14:28:15 -04:00
  • 1ade3669fa include individual module files for aliases Alexander Early 2017-10-20 17:09:10 -07:00
  • ddd39be084 Add jsDelivr hits badge Lukas Drgon 2017-10-18 19:31:21 +02:00
  • 163a251063 add tests Alexander Early 2017-10-15 15:04:38 -07:00
  • 95f9dc7f57 generate lib/index.js from a template and a list of aliases Alexander Early 2017-10-15 14:55:09 -07:00
  • 93515e3b0d Merge pull request #1471 from Grasseh/master Alex Early 2017-09-12 14:58:49 -07:00
  • 3aa2fc05dd Fix tryEach documentation code example Grasseh 2017-09-12 14:30:33 -04:00
  • 139421571d #1465; don't memoize results that had an error Graeme Yeates 2017-08-21 19:57:58 -04:00
  • fa206affed Merge pull request #1454 from iamdoron/master Graeme Yeates 2017-07-24 11:04:12 -04:00
  • 3c69b36c6f Fix build (#1455) Hubert Argasinski 2017-07-24 00:03:07 -04:00
  • 4aae892fbb update Makefile to include source map in build dir [fixes #1452] (#1453) Hubert Argasinski 2017-07-24 00:02:30 -04:00
  • 6b63c2eda5 Use shift instead of splice (when possible) in queue Doron Pagot 2017-07-21 15:26:05 +03:00
  • 0040c54061 clarify retry vs retryable in docs. closes #1450 Alexander Early 2017-07-16 17:44:38 -07:00
  • 4c15dd78be Improve async.queue start up performance (#1448) Hubert Argasinski 2017-07-10 00:17:56 -04:00
  • d5c391a3d7 Version 2.5.0 v2.5.0 Alexander Early 2017-06-25 16:42:24 -07:00
  • eb7a02fd5e Update built files Alexander Early 2017-06-25 16:41:13 -07:00
  • 0c5437e546 Update changelog for v2.5.0 Hubert Argasinski 2017-06-25 16:37:29 -04:00
  • e9b28554fd preserve order, make variadic and handle falsy values in concat [fixes #1437] (#1436) Hubert Argasinski 2017-06-23 00:21:33 -04:00
  • 2f14cac275 Add node 8 to travis Alex Early 2017-06-10 20:39:47 -07:00
  • 9c23239a20 add concatLimit [fixes #1426] (#1430) Hubert Argasinski 2017-06-10 23:15:25 -04:00
  • 0364ff3ac9 ensure q.workersList() contains items being processed [fixes #1428] (#1429) Hubert Argasinski 2017-06-10 23:14:13 -04:00
  • ec9dab7315 Merge pull request #1424 from quocvu/master Alex Early 2017-05-30 10:12:37 -07:00
  • 3a3d3dfa80 https link in readme.md Quoc Vu 2017-05-30 09:41:58 -07:00
  • a024630253 clarify q.kill docs [fixes #1422] Hubert Argasinski 2017-05-24 21:53:09 -04:00
  • 3cb7c15300 add links to v2.4.0 & v2.4.1 changelog Hubert Argasinski 2017-05-23 22:17:37 -04:00
  • c16508914d Update changelog for v2.4.1 Alex Early 2017-05-23 10:15:46 -07:00
  • 75f0ac8389 Version 2.4.1 v2.4.1 Alexander Early 2017-05-21 20:57:09 -07:00
  • 05137e69c8 Update built files Alexander Early 2017-05-21 20:56:45 -07:00
  • b4c80c0301 Merge pull request #1419 from caolan/timeout-fix Alex Early 2017-05-21 20:05:14 -07:00
  • 21ab91aa12 may be better to use the length method (#1420) 郑俊鑫 2017-05-22 03:43:04 +08:00
  • 4f6ece1854 allow fn wrapped in timeout to be called multiple times (fixes #1418) Hubert Argasinski 2017-05-20 23:17:08 -04:00
  • c1142c76a3 Version 2.4.0 v2.4.0 Alexander Early 2017-04-29 16:23:24 -07:00
  • 93ebd5b76d Update built files Alexander Early 2017-04-29 16:23:00 -07:00
  • addbc5b1ad update changelog for 2.4.0 Alexander Early 2017-04-29 16:20:43 -07:00
  • 9be2370c6f Merge pull request #1405 from caolan/build-refactor Alex Early 2017-04-25 17:04:06 -07:00
  • dd7cf79631 Merge pull request #1408 from davidaurelio/master Alex Early 2017-04-22 12:27:23 -07:00
  • eb95a0ab3f Merge pull request #1412 from Nolanus/master Alex Early 2017-04-22 11:47:34 -07:00
  • beae27cf14 Fix typo Sebastian Fuss 2017-04-22 20:09:30 +02:00
  • 8fd0183c51 Merge pull request #1409 from vvo/patch-2 Graeme Yeates 2017-04-19 11:11:47 -04:00
  • a663bec65d Update intro.md Vincent Voyer 2017-04-19 17:05:33 +02:00
  • d45fac1af5 [asyncify] Make errors in callbacks throw globally David Aurelio 2017-04-18 16:02:50 +01:00
  • b9758d1d38 docs(intro): remove non relevant pkg managers Vincent Voyer 2017-04-19 11:55:09 +02:00
  • 996abc22d9 Merge pull request #1404 from caolan/avoid-eval Graeme Yeates 2017-04-17 14:43:54 -04:00
  • 6d19dd3013 Avoid eval in async wrappers; fixes #1403 Graeme Yeates 2017-04-17 14:07:58 -04:00
  • 90e4dc37fa enable Make parallelizaion Alexander Early 2017-04-16 21:40:02 -07:00
  • eb21089d62 rename compile->compile-module.js Alexander Early 2017-04-16 21:33:20 -07:00
  • 8fba4e5398 move support functions into scripts that call them Alexander Early 2017-04-16 21:28:45 -07:00
  • ee06b10556 use make to manage compiling individual files Alexander Early 2017-04-16 21:21:27 -07:00
  • 80361aaccb remove unused CJS index.js file Alexander Early 2017-04-16 21:03:48 -07:00
  • acce4d9c0d Merge branch 'build-refactor' of ssh://github.com/caolan/async into build-refactor Alexander Early 2017-04-16 20:56:17 -07:00
  • 88f675bad2 refactor to use ES module output to make umd bundle Alexander Early 2017-04-16 20:49:24 -07:00
  • 1a2b5c31dd factor compiling a module into a separate function Alexander Early 2017-04-16 20:19:50 -07:00
  • 70aa51c12b decouple compling modules and bundling Alexander Early 2017-04-09 18:10:06 -07:00
  • 38f1440101 refactor to not need babel, require node 6+ Alexander Early 2017-04-09 16:50:38 -07:00
  • 81d66dd219 make tests less flakey. related to #1322 Alexander Early 2017-04-16 12:14:45 -07:00
  • a6165edc51 decouple compling modules and bundling Alexander Early 2017-04-09 18:10:06 -07:00
  • 1508a2f589 refactor to not need babel, require node 6+ Alexander Early 2017-04-09 16:50:38 -07:00
  • ed5de2217d check in built files for comparison Alexander Early 2017-04-09 16:28:16 -07:00
  • 129167a106 Merge pull request #1399 from caolan/queue-tests Alex Early 2017-04-09 08:52:57 -07:00
  • a21a58298a tweak retry tests to be more descriptive when they fail Alexander Early 2017-04-08 21:27:44 -07:00
  • 7c17e23176 tweaked queue timeouts, removed redundant test Alexander Early 2017-04-08 21:20:56 -07:00
  • d20b9c56db refactor flaky queue tests Alexander Early 2017-04-08 21:09:16 -07:00
  • 8f58dbd1da Merge pull request #1397 from caolan/linked-list-methods Alex Early 2017-04-08 20:34:34 -07:00
  • 07402822c3 rename filter to remove Alexander Early 2017-04-08 18:24:59 -07:00
  • 7f913b6d6a handle async functions in tryEach Alexander Early 2017-04-06 22:55:51 -07:00
  • 7aa90f39cf Merge pull request #1365 from alFReD-NSH/try Alex Early 2017-04-06 22:46:22 -07:00
  • b3679d50be Merge pull request #1395 from caolan/waterfall-optimization Alex Early 2017-04-06 22:41:42 -07:00
  • 291c811382 add queue.remove Alexander Early 2017-04-06 22:34:11 -07:00
  • 3dc9f8f1e1 added tests for DLL, filter(), non-leaking empty() Alexander Early 2017-04-06 22:17:49 -07:00
  • 6ef3a914a8 one more style fix Alexander Early 2017-04-04 16:38:53 -07:00
  • b8a051b2e6 small fixes from review Alexander Early 2017-04-04 16:37:38 -07:00
  • c08f878320 Add changelog to nav Graeme Yeates 2017-04-04 12:31:51 -04:00
  • 910e9537ae linkify changelog Graeme Yeates 2017-04-04 12:27:28 -04:00
  • 53019a8506 simplify waterfall, commit built files Alexander Early 2017-04-03 23:46:20 -07:00
  • dddb9f50a0 fix ellipsis in comments Alexander Early 2017-04-03 23:45:58 -07:00
  • 9b0f9eb185 add a test for a unique waterfall fail case Alexander Early 2017-04-03 23:19:02 -07:00
  • a6bd3a00b5 replace lodash/slice Alexander Early 2017-04-03 22:38:41 -07:00
  • fddea479f7 fix deprecation warning Alexander Early 2017-04-03 01:21:50 -07:00
  • 67e76ea150 remove rest completely Alexander Early 2017-04-03 01:17:11 -07:00
  • 2ae34926f0 fix lint error Alexander Early 2017-04-03 00:38:41 -07:00
  • 2857bc74ee optimize whilst and family, seq, and reflect Alexander Early 2017-04-03 00:00:32 -07:00
  • 40144660eb optimize auto, parallel, and waterfall by not useing rest() Alexander Early 2017-04-02 23:49:50 -07:00
  • cc06eaca63 add auto benchmark Alexander Early 2017-04-02 23:48:07 -07:00
  • 1af382d62b add list of related libraries to docs intro. Closes #1314 Alexander Early 2017-04-02 23:08:24 -07:00
  • 216d2844e6 use async.setImmediate Alexander Early 2017-04-02 17:50:46 -07:00
  • 47f5d1f0dc change timing of q.empty() so that q.idle() will be false. Fixes #1367 Alexander Early 2017-04-02 17:33:08 -07:00
  • e14542aeb5 Merge pull request #1394 from kunagpal/patch-1 Alex Early 2017-04-02 17:09:42 -07:00
  • 0752f42457 📝 Minor typo fixes Kunal Nagpal 2017-04-03 05:32:35 +05:30
  • fba005b6b3 Version 2.3.0 v2.3.0 Alexander Early 2017-04-02 15:55:19 -07:00
  • c9c8e1d327 Update built files Alexander Early 2017-04-02 15:54:53 -07:00
  • 649bea3c81 update changelog for 2.3.0 Alexander Early 2017-04-02 15:54:14 -07:00
  • 49119a895d Merge pull request #1390 from caolan/async-fn-support Alex Early 2017-04-02 15:23:08 -07:00
  • 8faed87d71 missed some docs Alexander Early 2017-04-02 13:49:47 -07:00
  • fab1e45a4a fix lint error Alexander Early 2017-04-01 16:12:45 -07:00
  • 94a8b2d18b use the AsyncFunction type in all docs 😓 Alexander Early 2017-04-01 15:05:52 -07:00
  • faf395c546 clarify AsyncFunction docs Alexander Early 2017-03-31 14:00:58 -07:00