Lines Matching full:https
93 …ent of [`concat`](https://caolan.github.io/async/docs.html#concat) ([#1426](https://github.com/cao…
94 … takes a variable number of arguments ([#1437](https://github.com/caolan/async/issues/1437), [#143…
95 …workersList().length` and `running()` ([#1428](https://github.com/caolan/async/issues/1428), [#142…
96 - Various doc fixes ([#1422](https://github.com/caolan/async/issues/1422), [#1424](https://github.c…
99 … with `timeout()` from being re-used. ([#1418](https://github.com/caolan/async/issues/1418), [#141…
102 …where you only expect one to succeed. ([#1365](https://github.com/caolan/async/issues/1365), [#687…
103 - Improved performance, most notably in `parallel` and `waterfall` ([#1395](https://github.com/caol…
104 …e()`, for removing items in a `queue` ([#1397](https://github.com/caolan/async/issues/1397), [#139…
105 …in pages with Content Security Policy ([#1404](https://github.com/caolan/async/issues/1404), [#140…
106 …fy`ed function's callback being caught by the underlying Promise ([#1408](https://github.com/caola…
107 - Fixed timing of `queue.empty()` ([#1367](https://github.com/caolan/async/issues/1367))
108 … doc fixes ([#1314](https://github.com/caolan/async/issues/1314), [#1394](https://github.com/caola…
111 …d implementations can't be detected. ([#1386](https://github.com/caolan/async/issues/1386), [#139…
112 - Small doc fix ([#1392](https://github.com/caolan/async/issues/1392))
115 …ents, analogous to [`_.groupBy`](http://lodash.com/docs#groupBy) ([#1364](https://github.com/caola…
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 … the `task` should retry on the error ([#1256](https://github.com/caolan/async/issues/1256), [#126…
136 - Optimized array iteration in `race`, `cargo`, `queue`, and `priorityQueue` ([#1253](https://githu…
137 …Added alias documentation to doc site ([#1251](https://github.com/caolan/async/issues/1251), [#125…
138 …ebar the current method being viewed ([#1289](https://github.com/caolan/async/issues/1289), [#130…
139 …https://github.com/caolan/async/issues/1263), [#1264](https://github.com/caolan/async/issues/1264)…
143 …lter`, etc ([#1245](https://github.com/caolan/async/issues/1245), [#1246](https://github.com/caola…
149 …https://caolan.github.io/async/). Special thanks to [**@hargasinski**](https://github.com/hargasin…
170 …https://en.wikipedia.org/wiki/Doubly_linked_list) instead of arrays. This has lead to queues being…
174 …main package. (`require('async/auto')`) ([#984](https://github.com/caolan/async/issues/984), [#996…
175 …mport {forEachSeries} from 'async-es'`) ([#984](https://github.com/caolan/async/issues/984), [#996…
176 …e result of the first task to respond. ([#568](https://github.com/caolan/async/issues/568), [#1038…
177 …llel`, etc.. ([#579](https://github.com/caolan/async/issues/579), [#839](https://github.com/caolan…
178 …turning an object with the same keys. ([#1157](https://github.com/caolan/async/issues/1157), [#117…
179 …sk time-out after the specified time. ([#1007](https://github.com/caolan/async/issues/1007), [#102…
180 …an object. ([#942](https://github.com/caolan/async/issues/942), [#1012](https://github.com/caolan…
181 …se its last argument as the callback. ([#1016](https://github.com/caolan/async/issues/1016), [#105…
182 …ion, like the node-native versions do. ([#940](https://github.com/caolan/async/issues/940), [#1053…
183 …ndencies using [Kahn's algorithm](https://en.wikipedia.org/wiki/Topological_sorting#Kahn.27s_algor…
184 …https://github.com/caolan/async/issues/608), [#1055](https://github.com/caolan/async/issues/1055),…
185 … limit the concurrency of `auto` tasks. ([#635](https://github.com/caolan/async/issues/635), [#637…
186 …etry` that wraps an async function, making it retry when called. ([#1058](https://github.com/caola…
187 …ful for exponential backoff, logging and other retry strategies. ([#1161](https://github.com/caola…
188 …he arguments the task function was resolved with to the callback ([#1231](https://github.com/caola…
189 …https://github.com/caolan/async/issues/868), [#1030](https://github.com/caolan/async/issues/1030),…
190 …called whenever a `queue` task calls its callback with an error. ([#1170](https://github.com/caola…
191 - `applyEach` and `applyEachSeries` now pass results to the final callback. ([#1088](https://github…
195 …https://github.com/caolan/async/issues/814), [#815](https://github.com/caolan/async/issues/815), […
196 … wrap them with [`_.flip`](https://lodash.com/docs#flip) ([#1036](https://github.com/caolan/async/…
197 …https://github.com/caolan/async/issues/696), [#704](https://github.com/caolan/async/issues/704), […
198 … has been split out into `mapValues`. ([#1157](https://github.com/caolan/async/issues/1157), [#117…
199 …https://github.com/caolan/async/issues/118), [#774](https://github.com/caolan/async/issues/774), […
200 …ffect how functions execute internally. ([#778](https://github.com/caolan/async/issues/778), [#847…
201 … been separated out into `retryable`. ([#1054](https://github.com/caolan/async/issues/1054), [#105…
202 …llback arguments to the test function ([#1217](https://github.com/caolan/async/issues/1217), [#122…
203 …to be updated to either use the provided helpers or support DLLs ([#1205](https://github.com/caola…
204 …shed to the queue will start queueing. ([#724](https://github.com/caolan/async/issues/724), [#1078…
205 …rotocol](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Iterators_and_Generators ) …
206 …ort for Component, Jam, SPM, and Volo ([#1175](https://github.com/caolan/async/issues/1175), #[#17…
210 - Improved handling of no dependency cases in `auto` & `autoInject` ([#1147](https://github.com/cao…
211 …ack generated by `asyncify` with `Promises` could resolve twice ([#1197](https://github.com/caola…
212 - Fixed several documented optional callbacks not actually being optional ([#1223](https://github.c…
218 …https://github.com/caolan/async/issues/1005), [#1008](https://github.com/caolan/async/issues/1008)…
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…
227 …https://github.com/caolan/async/issues/936), [#956](https://github.com/caolan/async/issues/956), […
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 …rly stop execution when an error occurs ([#988](https://github.com/caolan/async/issues/988), [#993…
234 - Various doc fixes ([#971](https://github.com/caolan/async/issues/971), [#980](https://github.com/…
238 - Added `transform`, analogous to [`_.transform`](http://lodash.com/docs#transform) ([#892](https:/…
239 …eturning an array with numeric indexes in the next major release. ([#873](https://github.com/caola…
240 …ional `concurrency` argument to limit the number o. running tasks ([#637](https://github.com/caola…
241 - Added `queue#workersList()`, to retrieve the lis. of currently running tasks. ([#891](https://git…
242 - Various code simplifications ([#896](https://github.com/caolan/async/issues/896), [#904](https://…
243 …https://github.com/caolan/async/issues/890), [#894](https://github.com/caolan/async/issues/894), […
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 …ersions of `detect`, `some` and `every` ([#828](https://github.com/caolan/async/issues/828), [#829…
260 …y` and `detect` now short circuit early ([#828](https://github.com/caolan/async/issues/828), [#829…
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 …ing sync functions work with callbacks. ([#671](https://github.com/caolan/async/issues/671), [#806…
272 - Added `during` and `doDuring`, which are like `whilst` with an async truth test. ([#800](https://…
273 - `retry` now accepts an `interval` parameter to specify a delay between retries. ([#793](https://g…
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…
276 …https://github.com/caolan/async/issues/786), [#801](https://github.com/caolan/async/issues/801), […
277 - Various doc fixes ([#790](https://github.com/caolan/async/issues/790), [#794](https://github.com/…
280 …` is created. ([#740](https://github.com/caolan/async/issues/740), [#744](https://github.com/caola…
287 …his patch restores. In 2.0.0, it will be called on the next tick. ([#782](https://github.com/caola…
294 - Added `timesLimit` ([#743](https://github.com/caolan/async/issues/743))
295 …cted the next time a task is processed. ([#747](https://github.com/caolan/async/issues/747), [#772…
299 …arrays that have additional properties. ([#775](https://github.com/caolan/async/issues/775), [#777…
306 …his patch restores. In 2.0.0, it will be called on the next tick. ([#782](https://github.com/caola…
314 …hat ensures an async function calls its callback on a later tick. ([#769](https://github.com/caola…
316 …`each`, `parallel` and families will be treated as an empty array ([#667](https://github.com/caola…
317 - The callback is now optional for the composed results of `compose` and `seq`. ([#618](https://git…
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 - `eachLimit` and other limit functions will stop iterating once an error occurs ([#754](https://gi…
325 - Always pass `null` in callbacks when there is no error ([#439](https://github.com/caolan/async/is…
326 …when calling `drain()` after pushing an empty data set to a queue ([#668](https://github.com/caola…
327 - `each` and family will properly handle an empty array ([#578](https://github.com/caolan/async/iss…
328 … will finish if the underlying array is modified during execution ([#557](https://github.com/caola…
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 …xes available) ([#168](https://github.com/caolan/async/issues/168) [#704](https://github.com/caola…
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 …timer mocking overriding `setImmediate` ([#609](https://github.com/caolan/async/issues/609) [#611]…
346 …https://github.com/caolan/async/issues/542) [#596](https://github.com/caolan/async/issues/596) [#6…
347 - Use single noop function internally ([#546](https://github.com/caolan/async/issues/546))