|
1 | 1 | - 0.17.0 2015-02-05
|
2 |
| - Add Additional Options Parameter (#20) - @seanzx85 |
3 |
| - Fixing bug with nested calls to wrap() (#21) |
| 2 | + - Add Additional Options Parameter (#20) - @seanzx85 |
| 3 | + - Fixing bug with nested calls to wrap() (#21) |
4 | 4 |
|
5 | 5 | - 0.16.0 2015-01-07
|
6 |
| - Get and pass up feature to update higher caches. (#19) - raadad |
7 |
| - Minor style tweaks/jscs update. |
| 6 | + - Get and pass up feature to update higher caches. (#19) - raadad |
| 7 | + - Minor style tweaks/jscs update. |
8 | 8 |
|
9 | 9 | - 0.15.0 2014-12-18
|
10 |
| - Moved cache queue before the store get function (up to 2x performance boost). (#18) - aletorrado |
11 |
| - Added domain support to make sure the wrap callback function is always called - aletorrado |
| 10 | + - Moved cache queue before the store get function (up to 2x performance boost). (#18) - aletorrado |
| 11 | + - Added domain support to make sure the wrap callback function is always called - aletorrado |
12 | 12 |
|
13 | 13 | - 0.14.0 2014-10-15
|
14 |
| - Set ttl in wrap #14 - nguyenchr |
15 |
| - Added JSCS for style checking |
| 14 | + - Set ttl in wrap #14 - nguyenchr |
| 15 | + - Added JSCS for style checking |
16 | 16 |
|
17 | 17 | - 0.13.0 2014-10-14
|
18 |
| - Applied work function locking for multi_caching (#13). -aletorrado |
| 18 | + - Applied work function locking for multi_caching (#13). -aletorrado |
19 | 19 |
|
20 | 20 | - 0.12.0 2014-10-09
|
21 |
| - Checking for existence of del() method before binding to it. Fixes #11. |
| 21 | + - Checking for existence of del() method before binding to it. Fixes #11. |
22 | 22 |
|
23 | 23 | - 0.11.0 2014-09-18
|
24 |
| - Prevent stalemate by executing callbacks on error. Fixes #10 - elliotttf |
| 24 | + - Prevent stalemate by executing callbacks on error. Fixes #10 - elliotttf |
25 | 25 |
|
26 | 26 | - 0.10.1 2014-09-10
|
27 |
| - Fixed tag/version mismatch |
| 27 | + - Fixed tag/version mismatch |
28 | 28 |
|
29 | 29 | - 0.10.0 2014-09-10
|
30 |
| - Fixing Use call instead of apply for cached results, issue #9 (thanks elliotttf) |
| 30 | + - Fixing Use call instead of apply for cached results, issue #9 (thanks elliotttf) |
31 | 31 |
|
32 | 32 | - 0.9.0 2014-08-19
|
33 |
| - Fixing issue #8 - parallel requests to a wrapped function were calling the |
34 |
| - function multiple times. (Thanks alex-whitney). |
| 33 | + - Fixing issue #8 - parallel requests to a wrapped function were calling the |
| 34 | + function multiple times. (Thanks alex-whitney). |
35 | 35 |
|
36 | 36 | - 0.8.0 2014-07-07
|
37 |
| - Adding setex() (Thanks evanlucas) |
| 37 | + - Adding setex() (Thanks evanlucas) |
38 | 38 |
|
39 | 39 | - 0.7.1 2014-06-15
|
40 |
| - Adding link to Express.js cache-manager example app |
| 40 | + - Adding link to Express.js cache-manager example app |
41 | 41 |
|
42 | 42 | - 0.7.0 2014-06-15
|
43 |
| - Bumping package versions, mostly devDependencies |
| 43 | + - Bumping package versions, mostly devDependencies |
44 | 44 |
|
45 | 45 | - 0.6.0 2014-06-15
|
46 |
| - Adding caching.keys() function (issue #6) |
47 |
| - Updating examples/redis_example/example.js with cache.keys() usage |
48 |
| - Allow calling memory store get() without callback |
| 46 | + - Adding caching.keys() function (issue #6) |
| 47 | + - Updating examples/redis_example/example.js with cache.keys() usage |
| 48 | + - Allow calling memory store get() without callback |
49 | 49 |
|
50 | 50 | - 0.5.0 2014-05-02
|
51 |
| - Adding reset() function to caching.js. Closes #5. |
| 51 | + - Adding reset() function to caching.js. Closes #5. |
52 | 52 |
|
53 | 53 | - 0.4.0 2014-05-02
|
54 |
| - New arg to ignore cache errors. if set cache errors will be ignored |
55 |
| - and the cache_manager will go to the backing store. (Thanks londonjamo). |
| 54 | + - New arg to ignore cache errors. if set cache errors will be ignored |
| 55 | + and the cache_manager will go to the backing store. (Thanks londonjamo). |
56 | 56 |
|
57 | 57 | - 0.3.0 2013-12-08
|
58 |
| - Bound the get, set and del functions to their original “this” context when assigning a store. |
59 |
| - (Thanks to Boyan Rabchev) |
| 58 | + - Bound the get, set and del functions to their original “this” context when assigning a store. |
| 59 | + (Thanks to Boyan Rabchev) |
60 | 60 |
|
61 | 61 | - 0.2.0 2013-10-31
|
62 |
| - Better examples, version bump. |
| 62 | + - Better examples, version bump. |
63 | 63 |
|
64 | 64 | - 0.1.3 2013-10-31
|
65 |
| - Fixing unreleased connection in redis example. |
| 65 | + - Fixing unreleased connection in redis example. |
66 | 66 |
|
67 | 67 | - 0.1.2 2013-10-13
|
68 |
| - Wrapping synchronous memory cache callbacks in process.nextTick() for the purists. |
| 68 | + - Wrapping synchronous memory cache callbacks in process.nextTick() for the purists. |
69 | 69 |
|
70 | 70 | - 0.1.1 2013-10-13
|
71 |
| - Travis and Coveralls integration testing. |
| 71 | + - Travis and Coveralls integration testing. |
72 | 72 |
|
73 | 73 | - 0.1.0 2013-10-13
|
74 |
| - Removing built-in Redis store to emphasize that you should plug in your own |
75 |
| - cache store. |
| 74 | + - Removing built-in Redis store to emphasize that you should plug in your own |
| 75 | + cache store. |
76 | 76 |
|
77 | 77 | - 0.0.5 2013-10-13
|
78 |
| - Removing hiredis requirement. |
| 78 | + - Removing hiredis requirement. |
79 | 79 |
|
80 | 80 | - 0.0.4 2013-08-01
|
81 |
| - Better error checking in multi_cache.wrap(); |
| 81 | + - Better error checking in multi_cache.wrap(); |
82 | 82 |
|
83 | 83 | - 0.0.3 2013-07-10
|
84 |
| - Better error checking in cache.wrap(); |
| 84 | + - Better error checking in cache.wrap(); |
85 | 85 |
|
86 | 86 | - 0.0.2 2013-04-08
|
87 |
| - Added ability to pass in a store module that isn't already instantiated. |
88 |
| - E.g., |
| 87 | + - Added ability to pass in a store module that isn't already instantiated. E.g., |
| 88 | + |
89 | 89 | ```javascript
|
90 | 90 | var store = require('/path/to/my_memory_store');
|
91 | 91 | cache = caching({store: store});
|
92 | 92 | ```
|
93 | 93 | - 0.0.1 2013-04-08
|
94 |
| - Initial release. |
| 94 | + - Initial release. |
0 commit comments