opusdev/vector-similarity-api
1
10.5.2 / 2017-09-132==================3 4 * Fix regression matching multiple ETags in `If-None-Match`5 * perf: improve `If-None-Match` token parsing6 70.5.1 / 2017-09-118==================9 10 * Fix handling of modified headers with invalid dates11 * perf: improve ETag match loop12 130.5.0 / 2017-02-2114==================15 16 * Fix incorrect result when `If-None-Match` has both `*` and ETags17 * Fix weak `ETag` matching to match spec18 * perf: delay reading header values until needed19 * perf: skip checking modified time if ETag check failed20 * perf: skip parsing `If-None-Match` when no `ETag` header21 * perf: use `Date.parse` instead of `new Date`22 230.4.0 / 2017-02-0524==================25 26 * Fix false detection of `no-cache` request directive27 * perf: enable strict mode28 * perf: hoist regular expressions29 * perf: remove duplicate conditional30 * perf: remove unnecessary boolean coercions31 320.3.0 / 2015-05-1233==================34 35 * Add weak `ETag` matching support36 370.2.4 / 2014-09-0738==================39 40 * Support Node.js 0.641 420.2.3 / 2014-09-0743==================44 45 * Move repository to jshttp46 470.2.2 / 2014-02-1948==================49 50 * Revert "Fix for blank page on Safari reload"51 520.2.1 / 2014-01-2953==================54 55 * Fix for blank page on Safari reload56 570.2.0 / 2013-08-1158==================59 60 * Return stale for `Cache-Control: no-cache`61 620.1.0 / 2012-06-1563==================64 65 * Add `If-None-Match: *` support66 670.0.1 / 2012-06-1068==================69 70 * Initial release71 