Skip to content

Commit eb986dc

Browse files
committed
fixing bullet lists in History.md
1 parent 14fa7f4 commit eb986dc

File tree

1 file changed

+38
-38
lines changed

1 file changed

+38
-38
lines changed

History.md

+38-38
Original file line numberDiff line numberDiff line change
@@ -1,94 +1,94 @@
11
- 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)
44

55
- 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.
88

99
- 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
1212

1313
- 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
1616

1717
- 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
1919

2020
- 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.
2222

2323
- 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
2525

2626
- 0.10.1 2014-09-10
27-
Fixed tag/version mismatch
27+
- Fixed tag/version mismatch
2828

2929
- 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)
3131

3232
- 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).
3535

3636
- 0.8.0 2014-07-07
37-
Adding setex() (Thanks evanlucas)
37+
- Adding setex() (Thanks evanlucas)
3838

3939
- 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
4141

4242
- 0.7.0 2014-06-15
43-
Bumping package versions, mostly devDependencies
43+
- Bumping package versions, mostly devDependencies
4444

4545
- 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
4949

5050
- 0.5.0 2014-05-02
51-
Adding reset() function to caching.js. Closes #5.
51+
- Adding reset() function to caching.js. Closes #5.
5252

5353
- 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).
5656

5757
- 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)
6060

6161
- 0.2.0 2013-10-31
62-
Better examples, version bump.
62+
- Better examples, version bump.
6363

6464
- 0.1.3 2013-10-31
65-
Fixing unreleased connection in redis example.
65+
- Fixing unreleased connection in redis example.
6666

6767
- 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.
6969

7070
- 0.1.1 2013-10-13
71-
Travis and Coveralls integration testing.
71+
- Travis and Coveralls integration testing.
7272

7373
- 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.
7676

7777
- 0.0.5 2013-10-13
78-
Removing hiredis requirement.
78+
- Removing hiredis requirement.
7979

8080
- 0.0.4 2013-08-01
81-
Better error checking in multi_cache.wrap();
81+
- Better error checking in multi_cache.wrap();
8282

8383
- 0.0.3 2013-07-10
84-
Better error checking in cache.wrap();
84+
- Better error checking in cache.wrap();
8585

8686
- 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+
8989
```javascript
9090
var store = require('/path/to/my_memory_store');
9191
cache = caching({store: store});
9292
```
9393
- 0.0.1 2013-04-08
94-
Initial release.
94+
- Initial release.

0 commit comments

Comments
 (0)