Lines Matching refs:github

93 …cat`](https://caolan.github.io/async/docs.html#concat) ([#1426](https://github.com/caolan/async/is…
94 …variable number of arguments ([#1437](https://github.com/caolan/async/issues/1437), [#1436](https:…
95 …st().length` and `running()` ([#1428](https://github.com/caolan/async/issues/1428), [#1429](https:…
96 - Various doc fixes ([#1422](https://github.com/caolan/async/issues/1422), [#1424](https://github.c…
99 …meout()` from being re-used. ([#1418](https://github.com/caolan/async/issues/1418), [#1419](https:…
102 …u only expect one to succeed. ([#1365](https://github.com/caolan/async/issues/1365), [#687](https:…
103 - Improved performance, most notably in `parallel` and `waterfall` ([#1395](https://github.com/caol…
104 … removing items in a `queue` ([#1397](https://github.com/caolan/async/issues/1397), [#1391](https:…
105 …with Content Security Policy ([#1404](https://github.com/caolan/async/issues/1404), [#1403](https:…
106 …ction's callback being caught by the underlying Promise ([#1408](https://github.com/caolan/async/i…
107 - Fixed timing of `queue.empty()` ([#1367](https://github.com/caolan/async/issues/1367))
108 …s ([#1314](https://github.com/caolan/async/issues/1314), [#1394](https://github.com/caolan/async/i…
111 …ntations can't be detected. ([#1386](https://github.com/caolan/async/issues/1386), [#1390](https:…
112 - Small doc fix ([#1392](https://github.com/caolan/async/issues/1392))
115 …logous to [`_.groupBy`](http://lodash.com/docs#groupBy) ([#1364](https://github.com/caolan/async/i…
116 - Fixed `transform` bug when `callback` was not passed ([#1381](https://github.com/caolan/async/iss…
117 - Added note about `reflect` to `parallel` docs ([#1385](https://github.com/caolan/async/issues/138…
120 - Fix `auto` bug when function names collided with Array.prototype ([#1358](https://github.com/caol…
121 - Improve some error messages ([#1349](https://github.com/caolan/async/issues/1349))
131 - Fixed a stackoverflow bug with `detect`, `some`, `every` on large inputs ([#1293](https://github.…
135 …k` should retry on the error ([#1256](https://github.com/caolan/async/issues/1256), [#1261](https:…
136 …ration in `race`, `cargo`, `queue`, and `priorityQueue` ([#1253](https://github.com/caolan/async/i…
137 …as documentation to doc site ([#1251](https://github.com/caolan/async/issues/1251), [#1254](https:…
138 …current method being viewed ([#1289](https://github.com/caolan/async/issues/1289), [#1300](https:…
139github.com/caolan/async/issues/1263), [#1264](https://github.com/caolan/async/issues/1264), [#1271…
143 …c ([#1245](https://github.com/caolan/async/issues/1245), [#1246](https://github.com/caolan/async/i…
149github.io/async/). Special thanks to [**@hargasinski**](https://github.com/hargasinski) for his wo…
155github.com/Kikobeats), [**@aearly**](github.com/aearly) and [**@megawac**](github.com/megawac) for…
170 …eues being an order of [magnitude faster on large sets of tasks](https://github.com/caolan/async/p…
174 …age. (`require('async/auto')`) ([#984](https://github.com/caolan/async/issues/984), [#996](https:/…
175 …rEachSeries} from 'async-es'`) ([#984](https://github.com/caolan/async/issues/984), [#996](https:/…
176 … of the first task to respond. ([#568](https://github.com/caolan/async/issues/568), [#1038](https:…
177 …tc.. ([#579](https://github.com/caolan/async/issues/579), [#839](https://github.com/caolan/async/i…
178 …n object with the same keys. ([#1157](https://github.com/caolan/async/issues/1157), [#1177](https:…
179 …ut after the specified time. ([#1007](https://github.com/caolan/async/issues/1007), [#1027](https:…
180 …t. ([#942](https://github.com/caolan/async/issues/942), [#1012](https://github.com/caolan/async/i…
181 …st argument as the callback. ([#1016](https://github.com/caolan/async/issues/1016), [#1052](https:…
182 …e the node-native versions do. ([#940](https://github.com/caolan/async/issues/940), [#1053](https:…
183 …ipedia.org/wiki/Topological_sorting#Kahn.27s_algorithm) ([#1140](https://github.com/caolan/async/i…
184github.com/caolan/async/issues/608), [#1055](https://github.com/caolan/async/issues/1055), [#1099]…
185 …e concurrency of `auto` tasks. ([#635](https://github.com/caolan/async/issues/635), [#637](https:/…
186 …t wraps an async function, making it retry when called. ([#1058](https://github.com/caolan/async/i…
187 …xponential backoff, logging and other retry strategies. ([#1161](https://github.com/caolan/async/i…
188 …nts the task function was resolved with to the callback ([#1231](https://github.com/caolan/async/i…
189github.com/caolan/async/issues/868), [#1030](https://github.com/caolan/async/issues/1030), [#1033]…
190 …enever a `queue` task calls its callback with an error. ([#1170](https://github.com/caolan/async/i…
191 - `applyEach` and `applyEachSeries` now pass results to the final callback. ([#1088](https://github
195github.com/caolan/async/issues/814), [#815](https://github.com/caolan/async/issues/815), [#1048](h…
196 …ttps://lodash.com/docs#flip) ([#1036](https://github.com/caolan/async/issues/1036), [#1042](https:…
197github.com/caolan/async/issues/696), [#704](https://github.com/caolan/async/issues/704), [#1049](h…
198 … split out into `mapValues`. ([#1157](https://github.com/caolan/async/issues/1157), [#1177](https:…
199github.com/caolan/async/issues/118), [#774](https://github.com/caolan/async/issues/774), [#1028](h…
200 … functions execute internally. ([#778](https://github.com/caolan/async/issues/778), [#847](https:/…
201 …arated out into `retryable`. ([#1054](https://github.com/caolan/async/issues/1054), [#1058](https:…
202 …guments to the test function ([#1217](https://github.com/caolan/async/issues/1217), [#1224](https:…
203 …ated to either use the provided helpers or support DLLs ([#1205](https://github.com/caolan/async/i…
204 …the queue will start queueing. ([#724](https://github.com/caolan/async/issues/724), [#1078](https:…
205 …erators_and_Generators ) which natively supports arrays ([#1237](https://github.com/caolan/async/i…
206 …omponent, Jam, SPM, and Volo ([#1175](https://github.com/caolan/async/issues/1175), #[#176](https:…
210 - Improved handling of no dependency cases in `auto` & `autoInject` ([#1147](https://github.com/cao…
211 …ated by `asyncify` with `Promises` could resolve twice ([#1197](https://github.com/caolan/async/i…
212 - Fixed several documented optional callbacks not actually being optional ([#1223](https://github.c…
218github.com/caolan/async/issues/1005), [#1008](https://github.com/caolan/async/issues/1008), [#1010…
220 Thank you [**@aearly**](github.com/aearly) and [**@megawac**](github.com/megawac) for taking the le…
225 - Allow using `"constructor"` as an argument in `memoize` ([#998](https://github.com/caolan/async/i…
226 - Give a better error messsage when `auto` dependency checking fails ([#994](https://github.com/cao…
227github.com/caolan/async/issues/936), [#956](https://github.com/caolan/async/issues/956), [#979](ht…
230 - Fix issue with `pause` in `queue` with concurrency enabled ([#946](https://github.com/caolan/asyn…
231 - `while` and `until` now pass the final result to callback ([#963](https://github.com/caolan/async…
232 - `auto` will properly handle concurrency when there is no callback ([#966](https://github.com/caol…
233 …execution when an error occurs ([#988](https://github.com/caolan/async/issues/988), [#993](https:/…
234 - Various doc fixes ([#971](https://github.com/caolan/async/issues/971), [#980](https://github.com/…
238 …ous to [`_.transform`](http://lodash.com/docs#transform) ([#892](https://github.com/caolan/async/i…
239 …an array with numeric indexes in the next major release. ([#873](https://github.com/caolan/async/i…
240 …ncurrency` argument to limit the number o. running tasks ([#637](https://github.com/caolan/async/i…
241 …ist()`, to retrieve the lis. of currently running tasks. ([#891](https://github.com/caolan/async/i…
242 - Various code simplifications ([#896](https://github.com/caolan/async/issues/896), [#904](https://
243github.com/caolan/async/issues/890), [#894](https://github.com/caolan/async/issues/894), [#903](ht…
247 - Ensure coverage files don't get published on npm ([#879](https://github.com/caolan/async/issues/8…
251 - Add in overlooked `detectLimit` method ([#866](https://github.com/caolan/async/issues/866))
252 - Removed unnecessary files from npm releases ([#861](https://github.com/caolan/async/issues/861))
253 - Removed usage of a reserved word to prevent :boom: in older environments ([#870](https://github.c…
257 - `asyncify` now supports promises ([#840](https://github.com/caolan/async/issues/840))
258 - Added `Limit` versions of `filter` and `reject` ([#836](https://github.com/caolan/async/issues/83…
259 …f `detect`, `some` and `every` ([#828](https://github.com/caolan/async/issues/828), [#829](https:/…
260 …etect` now short circuit early ([#828](https://github.com/caolan/async/issues/828), [#829](https:/…
261 - Improve detection of the global object ([#804](https://github.com/caolan/async/issues/804)), enab…
262 - `whilst` now called with arguments from iterator ([#823](https://github.com/caolan/async/issues/8…
263 - `during` now gets called with arguments from iterator ([#824](https://github.com/caolan/async/iss…
264 - Code simplifications and optimizations aplenty ([diff](https://github.com/caolan/async/compare/v1…
271 …functions work with callbacks. ([#671](https://github.com/caolan/async/issues/671), [#806](https:/…
272 …ring`, which are like `whilst` with an async truth test. ([#800](https://github.com/caolan/async/i…
273 …`interval` parameter to specify a delay between retries. ([#793](https://github.com/caolan/async/i…
274 - `async` should work better in Web Workers due to better `root` detection ([#804](https://github.c…
275 - Callbacks are now optional in `whilst`, `doWhilst`, `until`, and `doUntil` ([#642](https://github
276github.com/caolan/async/issues/786), [#801](https://github.com/caolan/async/issues/801), [#802](ht…
277 - Various doc fixes ([#790](https://github.com/caolan/async/issues/790), [#794](https://github.com/…
280 …ted. ([#740](https://github.com/caolan/async/issues/740), [#744](https://github.com/caolan/async/i…
287 … restores. In 2.0.0, it will be called on the next tick. ([#782](https://github.com/caolan/async/i…
294 - Added `timesLimit` ([#743](https://github.com/caolan/async/issues/743))
295 …next time a task is processed. ([#747](https://github.com/caolan/async/issues/747), [#772](https:/…
299 …at have additional properties. ([#775](https://github.com/caolan/async/issues/775), [#777](https:/…
306 … restores. In 2.0.0, it will be called on the next tick. ([#782](https://github.com/caolan/async/i…
314 …es an async function calls its callback on a later tick. ([#769](https://github.com/caolan/async/i…
316 …parallel` and families will be treated as an empty array ([#667](https://github.com/caolan/async/i…
317 …ptional for the composed results of `compose` and `seq`. ([#618](https://github.com/caolan/async/i…
319 - Added code coverage through `nyc` and `coveralls` ([#768](https://github.com/caolan/async/issues/…
323 - `forever` will no longer stack overflow with a synchronous iterator ([#622](https://github.com/ca…
324 …limit functions will stop iterating once an error occurs ([#754](https://github.com/caolan/async/i…
325 - Always pass `null` in callbacks when there is no error ([#439](https://github.com/caolan/async/is…
326 …ing `drain()` after pushing an empty data set to a queue ([#668](https://github.com/caolan/async/i…
327 - `each` and family will properly handle an empty array ([#578](https://github.com/caolan/async/iss…
328 …ish if the underlying array is modified during execution ([#557](https://github.com/caolan/async/i…
329 - `queue` will throw if a non-function is passed to `q.push()` ([#593](https://github.com/caolan/as…
330 - Doc fixes ([#629](https://github.com/caolan/async/issues/629), [#766](https://github.com/caolan/a…
340 …able) ([#168](https://github.com/caolan/async/issues/168) [#704](https://github.com/caolan/async/i…
341 - Detect deadlocks in `auto` ([#663](https://github.com/caolan/async/issues/663))
342 - Better support for require.js ([#527](https://github.com/caolan/async/issues/527))
343 - Throw if queue created with concurrency `0` ([#714](https://github.com/caolan/async/issues/714))
344 - Fix unneeded iteration in `queue.resume()` ([#758](https://github.com/caolan/async/issues/758))
345 …cking overriding `setImmediate` ([#609](https://github.com/caolan/async/issues/609) [#611](https:/…
346github.com/caolan/async/issues/542) [#596](https://github.com/caolan/async/issues/596) [#615](http…
347 - Use single noop function internally ([#546](https://github.com/caolan/async/issues/546))