|
1 | 1 | # Change log |
2 | 2 | All notable changes to this project will be documented in this file. |
3 | 3 |
|
4 | | -## [0.4.0] -- 2017-12-20 |
| 4 | +## simpleCache [0.4.1] -- 2019-02-26 |
| 5 | + |
| 6 | + - fixes unit tests on windows |
| 7 | + - fixes lifespan bug that used creation time instead of modification time |
| 8 | + - allow arg-less directory setting to default to current working dir |
| 9 | + |
| 10 | +## simpleCache [0.4.0] -- 2017-12-20 |
5 | 11 |
|
6 | 12 | - adds a lifespan arg to simpleCache() to create auto-expiring caches |
7 | 13 | - remove unnecessary parse argument to simpleCache() |
8 | 14 | - viewCacheDirs() renamed to simpleCacheOptions() |
9 | 15 |
|
10 | | -## [0.3.1] -- 2017-08-21 |
| 16 | +## simpleCache [0.3.1] -- 2017-08-21 |
11 | 17 |
|
12 | 18 | - fixed a bug in unit tests that left behind a test cache in user home dir. |
13 | 19 | - changes cache building to happen in parent.frame() |
14 | 20 | - repaired vignette so R code is displayed properly |
15 | 21 | - added deleteCaches() function and docs |
16 | 22 | - reduced size of unit test cache for speed increase |
17 | 23 |
|
18 | | -## [0.3.0] -- 2017-08-21 |
| 24 | +## simpleCache [0.3.0] -- 2017-08-21 |
19 | 25 |
|
20 | 26 | - switched default cache dir to tempdir() |
21 | 27 | - changed availCaches() to listCaches() |
22 | 28 | - changes cache building to happen in globalenv(), so that any loaded |
23 | 29 | packages are available for cache building |
24 | 30 |
|
25 | 31 |
|
26 | | -## [0.2.1] -- 2017-07-30 |
| 32 | +## simpleCache [0.2.1] -- 2017-07-30 |
27 | 33 |
|
28 | 34 | - added examples |
29 | 35 |
|
30 | | -## [0.2.0] -- 2017-07-30 |
| 36 | +## simpleCache [0.2.0] -- 2017-07-30 |
31 | 37 |
|
32 | 38 | - support for batchjobs parallel processing |
33 | 39 | - docs, prep for submission to CRAN |
34 | 40 |
|
35 | | -## [0.0.1] |
| 41 | +## simpleCache [0.0.1] |
36 | 42 |
|
37 | 43 | - long-term stable version |
0 commit comments