flat-cache - Changelog
v2.0.1
Refactoring
upgrade node modules to latest versions - 6402ed3, [Roy Riojas](https://github.com/Roy Riojas), 08/01/2019 21:47:05
v2.0.0
Other changes
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
Change JSON parser from circular-json to flatted & 1 more changes
Change JSON parser from circular-json
Audited 2 vulnerabilities
Update package.json
Update Engine require
There's a bunch of dependencies in this pkg requires node >=4, so I changed it to 4
Remove and add node versions
I have seen this pkg is not available with node 0.12 so I removed it
I have added a popular used LTS version of node - 10
v1.3.4
Refactoring
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
v1.3.3
Refactoring
Make sure package-lock.json is up to date - a7d2598, [Roy Riojas](https://github.com/Roy Riojas), 14/11/2018 14:36:08
Other changes
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
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.
Disable glob on rimraf calls
Added glob disable to wrong call
Wrapped rimraf to simplify solution
v1.3.2
Refactoring
remove yarn.lock file - 704c6c4, [Roy Riojas](https://github.com/Roy Riojas), 07/11/2018 18:41:08
v1.3.1
Refactoring
upgrade deps to remove some security warnings - f405719, [Roy Riojas](https://github.com/Roy Riojas), 06/11/2018 15:07:31
v1.3.0
v1.2.2
Bug Fixes
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
Other changes
Bumping
circular-son
version (#10) - 4d5e861, [Andrea Giammarchi](https://github.com/Andrea Giammarchi), 02/08/2016 09:13:52As 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.
v1.2.1
v1.2.0
Documentation
Add documentation about noPrune option - 23e11f9, [Roy Riojas](https://github.com/Roy Riojas), 01/08/2016 04:06:49
v1.1.0
Bug Fixes
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.
Refactoring
Remove unused read-json-sync - 2be1c24, [Jean Ponchon](https://github.com/Jean Ponchon), 28/07/2016 10:59:18
v1.0.9
v1.0.8
v1.0.7
Other changes
Move dependencies into devDep - 7e47099, [Bogdan Chadkin](https://github.com/Bogdan Chadkin), 11/09/2015 17:10:57
v1.0.6
v1.0.5
Other changes
Update dependencies - be88aa3, [Bogdan Chadkin](https://github.com/Bogdan Chadkin), 11/09/2015 15:47:41
v1.0.11
Bug Fixes
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.
Refactoring
Remove unused read-json-sync - 2be1c24, [Jean Ponchon](https://github.com/Jean Ponchon), 28/07/2016 10:59:18
v1.0.10
Build Scripts Changes
Refactoring
load a cache file using the full filepath - b8f68c2, [Roy Riojas](https://github.com/Roy Riojas), 30/08/2015 06:19:14
Features
Add methods to remove the cache documents created - af40443, [Roy Riojas](https://github.com/Roy Riojas), 02/03/2015 02:39:27
v1.0.1
Other changes
Update README.md - c2b6805, [Roy Riojas](https://github.com/Roy Riojas), 26/02/2015 07:28:07
v1.0.0
Last updated