file-entry-cache - Changelog
Last updated
Was this helpful?
Last updated
Was this helpful?
Bug Fixes
Fix missing checksum comparison from reconcile since now we use mtime and size by default. - , [Roy Riojas](https://github.com/Roy Riojas), 04/02/2019 12:30:22
Old mode using checkSum can still be used by passing the useCheckSum
parameter to the create
or createFromFile
methods.
Refactoring
Make checksum comparison optional - , [Roy Riojas](https://github.com/Roy Riojas), 03/02/2019 21:17:39
To determine if a file has changed we were using the checksum in the newer versions, but eslint was relying on the old behavior where we use the mtime and file size to determine if a file changed. That's why we decided to make the checksum check optional.
To use it:
Build Scripts Changes
use the same node versions eslint use - , [Roy Riojas](https://github.com/Roy Riojas), 08/01/2019 23:29:34
Other changes
Remove object-assign dependency. - , [Corey Farrell](https://github.com/Corey Farrell), 08/01/2019 23:09:51
node.js >=4 is required so object-assign is no longer needed, the native Object.assign can be used instead.
Build Scripts Changes
Refactoring
Other changes
Revert
This reverts commit 4edc2dcec01574247bfc2e0a2fe26527332b7df3.
Features
Build Scripts Changes
Features
Enhancements
Build Scripts Changes
Build Scripts Changes
Build Scripts Changes
Other changes
Features
Features
Features
Build Scripts Changes
Documentation
Other changes
Upgrade flat-cache dep to latest - , [Roy Riojas](https://github.com/Roy Riojas), 08/01/2019 21:54:40
Commit new package-lock.json file - , [Roy Riojas](https://github.com/Roy Riojas), 08/01/2019 20:56:21
add eslintrc file - , [Roy Riojas](https://github.com/Roy Riojas), 22/08/2018 11:58:17
Move variable definition out of else block - , [Zakhar Shapurau](https://github.com/Zakhar Shapurau), 25/04/2017 13:19:00
Add script and cmd to test hash/checksum performance - , [Zakhar Shapurau](https://github.com/Zakhar Shapurau), 24/04/2017 16:43:12
Calculate md5 hexdigest instead of Adler-32 checksum - , [Zakhar Shapurau](https://github.com/Zakhar Shapurau), 24/04/2017 16:43:12
How to reproduce - , [Zakhar Shapurau](https://github.com/Zakhar Shapurau), 24/04/2017 15:49:32
Test handling of removed files - , [Zakhar Shapurau](https://github.com/Zakhar Shapurau), 19/04/2017 21:51:50
Use content checksum instead of mtime and fsize - , [Zakhar Shapurau](https://github.com/Zakhar Shapurau), 19/04/2017 21:51:47
Revert "How to reproduce" - , [Zakhar Shapurau](https://github.com/Zakhar Shapurau), 25/04/2017 13:15:36
do not persist and prune removed files from cache. Relates to - , [Roy Riojas](https://github.com/Roy Riojas), 16/08/2016 15:47:58
remove older node version - , [Roy Riojas](https://github.com/Roy Riojas), 01/08/2016 06:09:17
Add an option to not prune non visited keys. Closes - , [Roy Riojas](https://github.com/Roy Riojas), 01/08/2016 05:52:12
Expose the flat-cache instance - , , 23/09/2015 20:26:33
update flat-cache dep - , , 11/09/2015 18:04:44
Add changelogx section to package.json - , , 11/09/2015 18:00:26
update flat-cache dep - , , 11/09/2015 17:55:25
Update dependencies Replaced lodash.assign with smaller object-assign Fixed tests for windows - , [Bogdan Chadkin](https://github.com/Bogdan Chadkin), 11/09/2015 17:44:18
analyzeFiles now returns also the files that were removed - , , 04/09/2015 14:40:53
Add method to check if a file hasChanged - , [Roy Riojas](https://github.com/Roy Riojas), 30/08/2015 07:33:32
Create the cache directly from a file path - , [Roy Riojas](https://github.com/Roy Riojas), 30/08/2015 06:41:33
Add a method to remove an entry from the filecache - , [Roy Riojas](https://github.com/Roy Riojas), 03/03/2015 02:25:32
cache module finished - , [Roy Riojas](https://github.com/Roy Riojas), 02/03/2015 04:08:08
set the version for the first release - , [Roy Riojas](https://github.com/Roy Riojas), 02/03/2015 04:29:54
Updated documentation - , [Roy Riojas](https://github.com/Roy Riojas), 02/03/2015 04:29:29
Initial commit - , [Roy Riojas](https://github.com/Roy Riojas), 02/03/2015 00:58:29