opusdev/vector-similarity-api
1
12.0.1 / 2025-11-202==================3 4 * deps: use tilde notation for dependencies5 * deps: update statuses to 2.0.26 72.0.0 / 2021-12-178==================9 10 * Drop support for Node.js 0.611 * Remove `I'mateapot` export; use `ImATeapot` instead12 * Remove support for status being non-first argument13 * Rename `UnorderedCollection` constructor to `TooEarly`14 * deps: depd@2.0.015 - Replace internal `eval` usage with `Function` constructor16 - Use instance methods on `process` to check for listeners17 * deps: statuses@2.0.118 - Fix messaging casing of `418 I'm a Teapot`19 - Remove code 30620 - Rename `425 Unordered Collection` to standard `425 Too Early`21 222021-11-14 / 1.8.123==================24 25 * deps: toidentifier@1.0.126 272020-06-29 / 1.8.028==================29 30 * Add `isHttpError` export to determine if value is an HTTP error31 * deps: setprototypeof@1.2.032 332019-06-24 / 1.7.334==================35 36 * deps: inherits@2.0.437 382019-02-18 / 1.7.239==================40 41 * deps: setprototypeof@1.1.142 432018-09-08 / 1.7.144==================45 46 * Fix error creating objects in some environments47 482018-07-30 / 1.7.049==================50 51 * Set constructor name when possible52 * Use `toidentifier` module to make class names53 * deps: statuses@'>= 1.5.0 < 2'54 552018-03-29 / 1.6.356==================57 58 * deps: depd@~1.1.259 - perf: remove argument reassignment60 * deps: setprototypeof@1.1.061 * deps: statuses@'>= 1.4.0 < 2'62 632017-08-04 / 1.6.264==================65 66 * deps: depd@1.1.167 - Remove unnecessary `Buffer` loading68 692017-02-20 / 1.6.170==================71 72 * deps: setprototypeof@1.0.373 - Fix shim for old browsers74 752017-02-14 / 1.6.076==================77 78 * Accept custom 4xx and 5xx status codes in factory79 * Add deprecation message to `"I'mateapot"` export80 * Deprecate passing status code as anything except first argument in factory81 * Deprecate using non-error status codes82 * Make `message` property enumerable for `HttpError`s83 842016-11-16 / 1.5.185==================86 87 * deps: inherits@2.0.388 - Fix issue loading in browser89 * deps: setprototypeof@1.0.290 * deps: statuses@'>= 1.3.1 < 2'91 922016-05-18 / 1.5.093==================94 95 * Support new code `421 Misdirected Request`96 * Use `setprototypeof` module to replace `__proto__` setting97 * deps: statuses@'>= 1.3.0 < 2'98 - Add `421 Misdirected Request`99 - perf: enable strict mode100 * perf: enable strict mode101 1022016-01-28 / 1.4.0103==================104 105 * Add `HttpError` export, for `err instanceof createError.HttpError`106 * deps: inherits@2.0.1107 * deps: statuses@'>= 1.2.1 < 2'108 - Fix message for status 451109 - Remove incorrect nginx status code110 1112015-02-02 / 1.3.1112==================113 114 * Fix regression where status can be overwritten in `createError` `props`115 1162015-02-01 / 1.3.0117==================118 119 * Construct errors using defined constructors from `createError`120 * Fix error names that are not identifiers121 - `createError["I'mateapot"]` is now `createError.ImATeapot`122 * Set a meaningful `name` property on constructed errors123 1242014-12-09 / 1.2.8125==================126 127 * Fix stack trace from exported function128 * Remove `arguments.callee` usage129 1302014-10-14 / 1.2.7131==================132 133 * Remove duplicate line134 1352014-10-02 / 1.2.6136==================137 138 * Fix `expose` to be `true` for `ClientError` constructor139 1402014-09-28 / 1.2.5141==================142 143 * deps: statuses@1144 1452014-09-21 / 1.2.4146==================147 148 * Fix dependency version to work with old `npm`s149 1502014-09-21 / 1.2.3151==================152 153 * deps: statuses@~1.1.0154 1552014-09-21 / 1.2.2156==================157 158 * Fix publish error159 1602014-09-21 / 1.2.1161==================162 163 * Support Node.js 0.6164 * Use `inherits` instead of `util`165 1662014-09-09 / 1.2.0167==================168 169 * Fix the way inheriting functions170 * Support `expose` being provided in properties argument171 1722014-09-08 / 1.1.0173==================174 175 * Default status to 500176 * Support provided `error` to extend177 1782014-09-08 / 1.0.1179==================180 181 * Fix accepting string message182 1832014-09-08 / 1.0.0184==================185 186 * Initial release187 