opusdev/vector-similarity-api
1
11.3.3 / 2019-04-152==================3 4 * Fix Node.js 0.8 return value inconsistencies5 61.3.2 / 2017-09-097==================8 9 * perf: reduce overhead for full URLs10 * perf: unroll the "fast-path" `RegExp`11 121.3.1 / 2016-01-1713==================14 15 * perf: enable strict mode16 171.3.0 / 2014-08-0918==================19 20 * Add `parseurl.original` for parsing `req.originalUrl` with fallback21 * Return `undefined` if `req.url` is `undefined`22 231.2.0 / 2014-07-2124==================25 26 * Cache URLs based on original value27 * Remove no-longer-needed URL mis-parse work-around28 * Simplify the "fast-path" `RegExp`29 301.1.3 / 2014-07-0831==================32 33 * Fix typo34 351.1.2 / 2014-07-0836==================37 38 * Seriously fix Node.js 0.8 compatibility39 401.1.1 / 2014-07-0841==================42 43 * Fix Node.js 0.8 compatibility44 451.1.0 / 2014-07-0846==================47 48 * Incorporate URL href-only parse fast-path49 501.0.1 / 2014-03-0851==================52 53 * Add missing `require`54 551.0.0 / 2014-03-0856==================57 58 * Genesis from `connect`59 