equal
deleted
inserted
replaced
|
1 Cache Change History |
|
2 ==================== |
|
3 |
|
4 3.10.3 |
|
5 ------ |
|
6 |
|
7 * No changes. |
|
8 |
|
9 3.10.2 |
|
10 ------ |
|
11 |
|
12 * No changes. |
|
13 |
|
14 3.10.1 |
|
15 ------ |
|
16 |
|
17 * No changes. |
|
18 |
|
19 3.10.0 |
|
20 ------ |
|
21 |
|
22 * No changes. |
|
23 |
|
24 3.9.1 |
|
25 ----- |
|
26 |
|
27 * No changes. |
|
28 |
|
29 3.9.0 |
|
30 ----- |
|
31 |
|
32 * No changes. |
|
33 |
|
34 3.8.1 |
|
35 ----- |
|
36 |
|
37 * No changes. |
|
38 |
|
39 3.8.0 |
|
40 ----- |
|
41 |
|
42 * No changes. |
|
43 |
|
44 3.7.3 |
|
45 ----- |
|
46 |
|
47 * No changes. |
|
48 |
|
49 3.7.2 |
|
50 ----- |
|
51 |
|
52 * No changes. |
|
53 |
|
54 3.7.1 |
|
55 ----- |
|
56 |
|
57 * No changes. |
|
58 |
|
59 3.7.0 |
|
60 ----- |
|
61 |
|
62 * No changes. |
|
63 |
|
64 3.6.0 |
|
65 ----- |
|
66 |
|
67 * No changes. |
|
68 |
|
69 3.5.1 |
|
70 ----- |
|
71 |
|
72 * No changes. |
|
73 |
|
74 3.5.0 |
|
75 ----- |
|
76 |
|
77 * Fixed issue with dropping values when `uniqueKeys` was `true`. |
|
78 [Ticket #2531339] [PR #39] [Contributed by Stuart Colville] |
|
79 |
|
80 3.4.1 |
|
81 ----- |
|
82 |
|
83 * No changes. |
|
84 |
|
85 3.4.0 |
|
86 ----- |
|
87 |
|
88 * Added support to flush a specific request from the cache. [Pat Cavit] |
|
89 |
|
90 3.3.0 |
|
91 ----- |
|
92 |
|
93 * Wrap access to `win.localStorage` in try/catch in case it has been disabled. |
|
94 [Ticket #2529572] |
|
95 |
|
96 3.2.0 |
|
97 ----- |
|
98 |
|
99 * Added `cache-offline` submodule. The `cache` submodule is renamed to |
|
100 `cache-base` and the `cache` module is now a rollup. |
|
101 |
|
102 * The `Cache` class no longer extends `Plugin.Base`. `Cache` now extends |
|
103 `Base`, and `CacheOffline` extends `Cache`. Implementers who wish to use |
|
104 `Cache` as a plugin should use `Plugin.Cache` in the `cache-plugin` |
|
105 submodule. |
|
106 |
|
107 * Added `expires` Attribute to `Cache`. Cached entries now include `expires` |
|
108 and `cached` values. |
|
109 |
|
110 3.1.1 |
|
111 ----- |
|
112 |
|
113 * No changes. |
|
114 |
|
115 3.1.0 |
|
116 ----- |
|
117 |
|
118 * No changes. |
|
119 |
|
120 3.0.0 |
|
121 ----- |
|
122 |
|
123 * Initial release. |