CoolFace
Apppublic

opusdev/vector-similarity-api

sourceHugging Faceupdated 5mo agoView on Hugging Face
1likes
HISTORY.md99 linesDownload Raw Back to on-finished
12.4.1 / 2022-02-222==================3 4  * Fix error on early async hooks implementations5 62.4.0 / 2022-02-217==================8 9  * Prevent loss of async hooks context10 112.3.0 / 2015-05-2612==================13 14  * Add defined behavior for HTTP `CONNECT` requests15  * Add defined behavior for HTTP `Upgrade` requests16  * deps: ee-first@1.1.117 182.2.1 / 2015-04-2219==================20 21  * Fix `isFinished(req)` when data buffered22 232.2.0 / 2014-12-2224==================25 26  * Add message object to callback arguments27 282.1.1 / 2014-10-2229==================30 31  * Fix handling of pipelined requests32 332.1.0 / 2014-08-1634==================35 36  * Check if `socket` is detached37  * Return `undefined` for `isFinished` if state unknown38 392.0.0 / 2014-08-1640==================41 42  * Add `isFinished` function43  * Move to `jshttp` organization44  * Remove support for plain socket argument45  * Rename to `on-finished`46  * Support both `req` and `res` as arguments47  * deps: ee-first@1.0.548 491.2.2 / 2014-06-1050==================51 52  * Reduce listeners added to emitters53    - avoids "event emitter leak" warnings when used multiple times on same request54 551.2.1 / 2014-06-0856==================57 58  * Fix returned value when already finished59 601.2.0 / 2014-06-0561==================62 63  * Call callback when called on already-finished socket64 651.1.4 / 2014-05-2766==================67 68  * Support node.js 0.869 701.1.3 / 2014-04-3071==================72 73  * Make sure errors passed as instanceof `Error`74 751.1.2 / 2014-04-1876==================77 78  * Default the `socket` to passed-in object79 801.1.1 / 2014-01-1681==================82 83  * Rename module to `finished`84 851.1.0 / 2013-12-2586==================87 88  * Call callback when called on already-errored socket89 901.0.1 / 2013-12-2091==================92 93  * Actually pass the error to the callback94 951.0.0 / 2013-12-2096==================97 98  * Initial release99