1 |
3a515b92
|
cagy
|
0.5.2 / 2017-09-13
|
2 |
|
|
==================
|
3 |
|
|
|
4 |
|
|
* Fix regression matching multiple ETags in `If-None-Match`
|
5 |
|
|
* perf: improve `If-None-Match` token parsing
|
6 |
|
|
|
7 |
|
|
0.5.1 / 2017-09-11
|
8 |
|
|
==================
|
9 |
|
|
|
10 |
|
|
* Fix handling of modified headers with invalid dates
|
11 |
|
|
* perf: improve ETag match loop
|
12 |
|
|
|
13 |
|
|
0.5.0 / 2017-02-21
|
14 |
|
|
==================
|
15 |
|
|
|
16 |
|
|
* Fix incorrect result when `If-None-Match` has both `*` and ETags
|
17 |
|
|
* Fix weak `ETag` matching to match spec
|
18 |
|
|
* perf: delay reading header values until needed
|
19 |
|
|
* perf: skip checking modified time if ETag check failed
|
20 |
|
|
* perf: skip parsing `If-None-Match` when no `ETag` header
|
21 |
|
|
* perf: use `Date.parse` instead of `new Date`
|
22 |
|
|
|
23 |
|
|
0.4.0 / 2017-02-05
|
24 |
|
|
==================
|
25 |
|
|
|
26 |
|
|
* Fix false detection of `no-cache` request directive
|
27 |
|
|
* perf: enable strict mode
|
28 |
|
|
* perf: hoist regular expressions
|
29 |
|
|
* perf: remove duplicate conditional
|
30 |
|
|
* perf: remove unnecessary boolean coercions
|
31 |
|
|
|
32 |
|
|
0.3.0 / 2015-05-12
|
33 |
|
|
==================
|
34 |
|
|
|
35 |
|
|
* Add weak `ETag` matching support
|
36 |
|
|
|
37 |
|
|
0.2.4 / 2014-09-07
|
38 |
|
|
==================
|
39 |
|
|
|
40 |
|
|
* Support Node.js 0.6
|
41 |
|
|
|
42 |
|
|
0.2.3 / 2014-09-07
|
43 |
|
|
==================
|
44 |
|
|
|
45 |
|
|
* Move repository to jshttp
|
46 |
|
|
|
47 |
|
|
0.2.2 / 2014-02-19
|
48 |
|
|
==================
|
49 |
|
|
|
50 |
|
|
* Revert "Fix for blank page on Safari reload"
|
51 |
|
|
|
52 |
|
|
0.2.1 / 2014-01-29
|
53 |
|
|
==================
|
54 |
|
|
|
55 |
|
|
* Fix for blank page on Safari reload
|
56 |
|
|
|
57 |
|
|
0.2.0 / 2013-08-11
|
58 |
|
|
==================
|
59 |
|
|
|
60 |
|
|
* Return stale for `Cache-Control: no-cache`
|
61 |
|
|
|
62 |
|
|
0.1.0 / 2012-06-15
|
63 |
|
|
==================
|
64 |
|
|
|
65 |
|
|
* Add `If-None-Match: *` support
|
66 |
|
|
|
67 |
|
|
0.0.1 / 2012-06-10
|
68 |
|
|
==================
|
69 |
|
|
|
70 |
|
|
* Initial release
|