This repository was archived by the owner on Dec 3, 2019. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +11
-7
lines changed Expand file tree Collapse file tree 2 files changed +11
-7
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
- # 0.4.0 (2015-05-03)
3
+ ## 0.4.1 (2015-05-04)
4
+
5
+ * Update README.md
6
+
7
+ ## 0.4.0 (2015-05-03)
4
8
5
9
* Modify 'revalidation' table so it doesn't check if the response is expired
6
10
* Ensure validator matching works with '* '
7
11
* Fix tests
8
12
9
- # 0.3.0 (2015-05-03)
13
+ ## 0.3.0 (2015-05-03)
10
14
11
15
* Make cache rules consistent based RFC spec
12
16
* Add required 'cached' headers to tests
13
17
14
- # 0.2.0 (2015-05-02)
18
+ ## 0.2.0 (2015-05-02)
15
19
16
20
* Version bump
17
21
18
- # 0.1.20 (2015-05-01)
22
+ ## 0.1.20 (2015-05-01)
19
23
20
24
* Recently cached responses are cached correctly. Fixes issue #11
21
25
22
- # 0.1.19 (2015-05-01)
26
+ ## 0.1.19 (2015-05-01)
23
27
24
28
* The 'max-stale' header doesn't affect 'max-age' validation
25
29
26
- # 0.1.18 (2015-05-01)
30
+ ## 0.1.18 (2015-05-01)
27
31
28
32
* Ensure the 'Cache-Control: max-age' is validated
29
33
* Add regression tests
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ require 'date'
6
6
7
7
Gem ::Specification . new do |s |
8
8
s . name = 'cache_rules'
9
- s . version = '0.4.0 '
9
+ s . version = '0.4.1 '
10
10
11
11
s . date = Date . today . to_s
12
12
You can’t perform that action at this time.
0 commit comments