basant307/AI_Governance_Project
048
12.0.0 - 2024-09-042==========3 * Drop support for Node.js <184 51.0.0 - 2024-09-046==========7 8 * Drop support for Node.js below 0.89 * Fix: Ignore `If-Modified-Since` in the presence of `If-None-Match`, according to [spec](https://www.rfc-editor.org/rfc/rfc9110.html#section-13.1.3-5). Fixes [#35](https://github.com/jshttp/fresh/issues/35)10 110.5.2 / 2017-09-1312==================13 14 * Fix regression matching multiple ETags in `If-None-Match`15 * perf: improve `If-None-Match` token parsing16 170.5.1 / 2017-09-1118==================19 20 * Fix handling of modified headers with invalid dates21 * perf: improve ETag match loop22 230.5.0 / 2017-02-2124==================25 26 * Fix incorrect result when `If-None-Match` has both `*` and ETags27 * Fix weak `ETag` matching to match spec28 * perf: delay reading header values until needed29 * perf: skip checking modified time if ETag check failed30 * perf: skip parsing `If-None-Match` when no `ETag` header31 * perf: use `Date.parse` instead of `new Date`32 330.4.0 / 2017-02-0534==================35 36 * Fix false detection of `no-cache` request directive37 * perf: enable strict mode38 * perf: hoist regular expressions39 * perf: remove duplicate conditional40 * perf: remove unnecessary boolean coercions41 420.3.0 / 2015-05-1243==================44 45 * Add weak `ETag` matching support46 470.2.4 / 2014-09-0748==================49 50 * Support Node.js 0.651 520.2.3 / 2014-09-0753==================54 55 * Move repository to jshttp56 570.2.2 / 2014-02-1958==================59 60 * Revert "Fix for blank page on Safari reload"61 620.2.1 / 2014-01-2963==================64 65 * Fix for blank page on Safari reload66 670.2.0 / 2013-08-1168==================69 70 * Return stale for `Cache-Control: no-cache`71 720.1.0 / 2012-06-1573==================74 75 * Add `If-None-Match: *` support76 770.0.1 / 2012-06-1078==================79 80 * Initial release81 