UNPKG

4.43 kBMarkdownView Raw
1
2# persistify - Changelog
3## v1.1.0
4- **Bug Fixes**
5 - Bump flat-cache version - [6a4bdaf]( https://github.com/royriojas/persistify/commit/6a4bdaf ), [Jean Ponchon](https://github.com/Jean Ponchon), 01/08/2016 04:53:52
6
7 See:
8 - https://github.com/royriojas/flat-cache/pull/6
9 - https://github.com/nopnop/fix-circular-flatcache
10
11## v1.0.0
12- **Build Scripts Changes**
13 - Update to latest version of browserify and watchify - [ae8b4cc]( https://github.com/royriojas/persistify/commit/ae8b4cc ), [Roy Riojas](https://github.com/Roy Riojas), 22/11/2015 02:33:37
14
15
16## v0.3.3
17- **undefined**
18 - option to set cacheDir - [12ff7fa]( https://github.com/royriojas/persistify/commit/12ff7fa ), [Joey Baker](https://github.com/Joey Baker), 05/11/2015 13:53:10
19
20
21## v0.3.2
22- **Bug Fixes**
23 - make persistify fail with code 1 in case of errors. Fixes [#2](https://github.com/royriojas/persistify/issues/2) - [4cc4dc4]( https://github.com/royriojas/persistify/commit/4cc4dc4 ), [royriojas](https://github.com/royriojas), 02/11/2015 11:01:26
24
25
26- **Build Scripts Changes**
27 - Add test script to verify the code - [5ff8fdf]( https://github.com/royriojas/persistify/commit/5ff8fdf ), [royriojas](https://github.com/royriojas), 02/11/2015 11:00:34
28
29
30## v0.3.1
31- **Bug Fixes**
32 - proper file formatting - [2904943]( https://github.com/royriojas/persistify/commit/2904943 ), [royriojas](https://github.com/royriojas), 30/10/2015 16:42:41
33
34
35- **Enhancements**
36 - Add --cache-id command line option - [9f31426]( https://github.com/royriojas/persistify/commit/9f31426 ), [Benjie Gillam](https://github.com/Benjie Gillam), 30/10/2015 07:39:15
37
38
39## v0.3.0
40- **Enhancements**
41 - add `never-cache` and `command` options - [b81307d]( https://github.com/royriojas/persistify/commit/b81307d ), [royriojas](https://github.com/royriojas), 22/09/2015 02:18:57
42
43 - `--never-cache`, `-n` option allows to specify patterns to match
44 files that will never be included in the cache. Even if the files were
45 in the cache already they will be ignored if the file matches the
46 provided pattern. Multiple patterns can be specified by specifying this
47 parameter multiple times.
48
49 - `command` option can be used to pass the cli command used to execute
50 persistify. If that command changes then the cache will be also be
51 ignored
52
53## v0.2.0
54- **Features**
55 - Remove deleted entries from the cache - [56544d3]( https://github.com/royriojas/persistify/commit/56544d3 ), [royriojas](https://github.com/royriojas), 04/09/2015 15:15:51
56
57
58## v0.1.8
59- **Documentation**
60 - Add info about the CLI usage - [899e311]( https://github.com/royriojas/persistify/commit/899e311 ), [royriojas](https://github.com/royriojas), 31/08/2015 20:34:05
61
62
63## v0.1.7
64- **Documentation**
65 - Add a note about cache usage and a comment about the browserify options - [cfd3fe5]( https://github.com/royriojas/persistify/commit/cfd3fe5 ), [Roy Riojas](https://github.com/Roy Riojas), 31/08/2015 20:18:45
66
67 Update README.md
68
69## v0.1.6
70- **Bug Fixes**
71 - missing browserify dependency to be able to use it without watch mode - [2abf988]( https://github.com/royriojas/persistify/commit/2abf988 ), [Roy Riojas](https://github.com/Roy Riojas), 22/08/2015 20:51:42
72
73
74## v0.1.5
75- **Build Scripts Changes**
76 - Add keywords - [c91c7f7]( https://github.com/royriojas/persistify/commit/c91c7f7 ), [royriojas](https://github.com/royriojas), 19/08/2015 08:07:20
77
78
79## v0.1.4
80- **Documentation**
81 - Add FAQ - [35a487a]( https://github.com/royriojas/persistify/commit/35a487a ), [royriojas](https://github.com/royriojas), 19/08/2015 08:04:07
82
83
84## v0.1.3
85- **Documentation**
86 - Fixed code blocks style - [d5d7fcb]( https://github.com/royriojas/persistify/commit/d5d7fcb ), [royriojas](https://github.com/royriojas), 19/08/2015 07:47:42
87
88
89## v0.1.2
90- **Build Scripts Changes**
91 - Add keywords - [d46de42]( https://github.com/royriojas/persistify/commit/d46de42 ), [royriojas](https://github.com/royriojas), 19/08/2015 07:46:28
92
93
94## v0.1.1
95- **Features**
96 - first working version - [dad17de]( https://github.com/royriojas/persistify/commit/dad17de ), [royriojas](https://github.com/royriojas), 19/08/2015 07:45:00
97
98
99- **Other changes**
100 - Initial commit - [9acf98a]( https://github.com/royriojas/persistify/commit/9acf98a ), [Roy Riojas](https://github.com/Roy Riojas), 11/07/2015 20:51:33
101
102