upgrade node modules to latest versions - 6402ed3, [Roy Riojas](https://github.com/Roy Riojas), 08/01/2019 21:47:05
upgrade package.json lock file - 8d21c7b, [Roy Riojas](https://github.com/Roy Riojas), 08/01/2019 20:03:13
Use the same versions of node_js that eslint use - 8d23379, [Roy Riojas](https://github.com/Roy Riojas), 08/01/2019 19:25:11
Replace circular-json with flatted (#36) - b93aced, [C. K. Tang](https://github.com/C. K. Tang), 08/01/2019 20:03:01
Change JSON parser from circular-json to flatted & 1 more changes (#37) - 745e65a, [Andy Chen](https://github.com/Andy Chen), 08/01/2019 19:17:20
Add del.js and utils.js to the list of files to be beautified - 9d0ca9b, [Roy Riojas](https://github.com/Roy Riojas), 14/11/2018 15:19:02
Make sure package-lock.json is up to date - a7d2598, [Roy Riojas](https://github.com/Roy Riojas), 14/11/2018 14:36:08
Removed the need for del (#33) - c429012, [S. Gilroy](https://github.com/S. Gilroy), 13/11/2018 16:56:37
Removed the need for del as newer versions have broken backwards
compatibility. del mainly uses rimraf for deleting folders
and files, replaceing it with rimraf only is a minimal change.
remove yarn.lock file - 704c6c4, [Roy Riojas](https://github.com/Roy Riojas), 07/11/2018 18:41:08
replace circular-json with flatted (#23)" - db12d74, [Roy Riojas](https://github.com/Roy Riojas), 07/11/2018 18:40:39
This reverts commit 00f689277a75e85fef28e6a048fad227afc525e6.
upgrade deps to remove some security warnings - f405719, [Roy Riojas](https://github.com/Roy Riojas), 06/11/2018 15:07:31
replace circular-json with flatted (#23) - 00f6892, Terry, 05/11/2018 21:44:16
update del to v3.0.0 (#26) - d42883f, [Patrick Silva](https://github.com/Patrick Silva), 03/11/2018 03:00:44
Closes #25
Added #all method (#16) - 12293be, [Ozair Patel](https://github.com/Ozair Patel), 25/09/2017 16:46:38
fix changelog title style (#14) - af8338a, 前端小武, 19/12/2016 23:34:48
Do not crash if cache file is invalid JSON. (#13) - 87beaa6, [Roy Riojas](https://github.com/Roy Riojas), 19/12/2016 21:03:35
Fixes #12
Not sure under which situations a cache file might exist that does
not contain a valid JSON structure, but just in case to cover
the possibility of this happening a try catch block has been added
If the cache is somehow not valid the cache will be discarded an a
a new cache will be stored instead
Added travis ci support for modern node versions (#11) - 1c2b1f7, [Amila Welihinda](https://github.com/Amila Welihinda), 11/11/2016 02:47:52
Bumping circular-son
version (#10) - 4d5e861, [Andrea Giammarchi](https://github.com/Andrea Giammarchi), 02/08/2016 09:13:52
As mentioned in https://github.com/WebReflection/circular-json/issues/25 circular-json
wan't rightly implementing the license field.
Latest version bump changed only that bit so that ESLint should now be happy.
Add missing utils.js file to the package. closes #8 - ec10cf2, [Roy Riojas](https://github.com/Roy Riojas), 01/08/2016 04:18:57
Add documentation about noPrune option - 23e11f9, [Roy Riojas](https://github.com/Roy Riojas), 01/08/2016 04:06:49
Add noPrune option to cache.save() method. closes #7 - 2c8016a, [Roy Riojas](https://github.com/Roy Riojas), 01/08/2016 04:00:29
Add json read and write utility based on circular-json - c31081e, [Jean Ponchon](https://github.com/Jean Ponchon), 28/07/2016 10:58:17
Remove UTF16 BOM stripping - 4a41e22, [Jean Ponchon](https://github.com/Jean Ponchon), 29/07/2016 04:18:06
Since we control both writing and reading of JSON stream, there no needs
to handle unicode BOM.
Use circular-json to handle circular references (fix #5) - cd7aeed, [Jean Ponchon](https://github.com/Jean Ponchon), 25/07/2016 13:11:59
Add missing file from eslint test - d6fa3c3, [Jean Ponchon](https://github.com/Jean Ponchon), 29/07/2016 04:15:51
Add test for circular json serialization / deserialization - 07d2ddd, [Jean Ponchon](https://github.com/Jean Ponchon), 28/07/2016 10:59:36
Remove unused read-json-sync - 2be1c24, [Jean Ponchon](https://github.com/Jean Ponchon), 28/07/2016 10:59:18
travis tests on 0.12 and 4x - 3a613fd, royriojas, 15/11/2015 17:34:40
add eslint-fix task - fd29e52, royriojas, 01/11/2015 18:04:08
make sure the test script also verify beautification and linting of files before running tests - e94e176, royriojas, 01/11/2015 14:54:48
add clearAll for cacheDir - 97383d9, xieyaowu, 31/10/2015 23:02:18
wrong default values for changelogx user repo name - 7bb52d1, royriojas, 11/09/2015 17:59:30
test against node 4 - c395b66, royriojas, 11/09/2015 17:51:39
Move dependencies into devDep - 7e47099, [Bogdan Chadkin](https://github.com/Bogdan Chadkin), 11/09/2015 17:10:57
Add missing changelog link - f51197a, royriojas, 11/09/2015 16:48:05
Add helpers/code check scripts - bdb82f3, royriojas, 11/09/2015 16:44:31
better description for the module - 436817f, royriojas, 11/09/2015 16:35:33
Update dependencies - be88aa3, [Bogdan Chadkin](https://github.com/Bogdan Chadkin), 11/09/2015 15:47:41
Add noPrune option to cache.save() method. closes #7 - 2c8016a, [Roy Riojas](https://github.com/Roy Riojas), 01/08/2016 04:00:29
Add json read and write utility based on circular-json - c31081e, [Jean Ponchon](https://github.com/Jean Ponchon), 28/07/2016 10:58:17
Remove UTF16 BOM stripping - 4a41e22, [Jean Ponchon](https://github.com/Jean Ponchon), 29/07/2016 04:18:06
Since we control both writing and reading of JSON stream, there no needs
to handle unicode BOM.
Use circular-json to handle circular references (fix #5) - cd7aeed, [Jean Ponchon](https://github.com/Jean Ponchon), 25/07/2016 13:11:59
Add missing file from eslint test - d6fa3c3, [Jean Ponchon](https://github.com/Jean Ponchon), 29/07/2016 04:15:51
Add test for circular json serialization / deserialization - 07d2ddd, [Jean Ponchon](https://github.com/Jean Ponchon), 28/07/2016 10:59:36
Remove unused read-json-sync - 2be1c24, [Jean Ponchon](https://github.com/Jean Ponchon), 28/07/2016 10:59:18
travis tests on 0.12 and 4x - 3a613fd, royriojas, 15/11/2015 17:34:40
add eslint-fix task - fd29e52, royriojas, 01/11/2015 18:04:08
make sure the test script also verify beautification and linting of files before running tests - e94e176, royriojas, 01/11/2015 14:54:48
test against node 4 - c395b66, royriojas, 11/09/2015 17:51:39
Add helpers/code check scripts - bdb82f3, royriojas, 11/09/2015 16:44:31
add clearAll for cacheDir - 97383d9, xieyaowu, 31/10/2015 23:02:18
Move dependencies into devDep - 7e47099, [Bogdan Chadkin](https://github.com/Bogdan Chadkin), 11/09/2015 17:10:57
Update dependencies - be88aa3, [Bogdan Chadkin](https://github.com/Bogdan Chadkin), 11/09/2015 15:47:41
wrong default values for changelogx user repo name - 7bb52d1, royriojas, 11/09/2015 17:59:30
Add missing changelog link - f51197a, royriojas, 11/09/2015 16:48:05
better description for the module - 436817f, royriojas, 11/09/2015 16:35:33
Add documentation about clearAll
and clearCacheById
- 13947c1, [Roy Riojas](https://github.com/Roy Riojas), 02/03/2015 02:44:05
load a cache file using the full filepath - b8f68c2, [Roy Riojas](https://github.com/Roy Riojas), 30/08/2015 06:19:14
Add methods to remove the cache documents created - af40443, [Roy Riojas](https://github.com/Roy Riojas), 02/03/2015 02:39:27
Update README.md - c2b6805, [Roy Riojas](https://github.com/Roy Riojas), 26/02/2015 07:28:07
flat-cache v.1.0.0 - c984274, [Roy Riojas](https://github.com/Roy Riojas), 26/02/2015 07:11:50
Initial commit - d43cccf, [Roy Riojas](https://github.com/Roy Riojas), 26/02/2015 04:12:16