opusdev/vector-similarity-api
1
12.0.2 / 2025-06-062==================3 4 * Migrate to `String.prototype.slice()`5 62.0.1 / 2021-01-037==================8 9 * Fix returning values from `Object.prototype`10 112.0.0 / 2020-04-1912==================13 14 * Drop support for Node.js 0.615 * Fix messaging casing of `418 I'm a Teapot`16 * Remove code 30617 * Remove `status[code]` exports; use `status.message[code]`18 * Remove `status[msg]` exports; use `status.code[msg]`19 * Rename `425 Unordered Collection` to standard `425 Too Early`20 * Rename `STATUS_CODES` export to `message`21 * Return status message for `statuses(code)` when given code22 231.5.0 / 2018-03-2724==================25 26 * Add `103 Early Hints`27 281.4.0 / 2017-10-2029==================30 31 * Add `STATUS_CODES` export32 331.3.1 / 2016-11-1134==================35 36 * Fix return type in JSDoc37 381.3.0 / 2016-05-1739==================40 41 * Add `421 Misdirected Request`42 * perf: enable strict mode43 441.2.1 / 2015-02-0145==================46 47 * Fix message for status 45148 - `451 Unavailable For Legal Reasons`49 501.2.0 / 2014-09-2851==================52 53 * Add `208 Already Repored`54 * Add `226 IM Used`55 * Add `306 (Unused)`56 * Add `415 Unable For Legal Reasons`57 * Add `508 Loop Detected`58 591.1.1 / 2014-09-2460==================61 62 * Add missing 308 to `codes.json`63 641.1.0 / 2014-09-2165==================66 67 * Add `codes.json` for universal support68 691.0.4 / 2014-08-2070==================71 72 * Package cleanup73 741.0.3 / 2014-06-0875==================76 77 * Add 308 to `.redirect` category78 791.0.2 / 2014-03-1380==================81 82 * Add `.retry` category83 841.0.1 / 2014-03-1285==================86 87 * Initial release88 