Refactoring
Refactoring
Other changes
Replace write with combination of mkdir and writeFile (#49) - ef48276, [Bogdan Chadkin](https://github.com/Bogdan Chadkin), 08/11/2020 00:17:15
Node v10 introduced a great “recursive” option for mkdir which allows to get rid from mkdirp package and easily rewrite “write” package usage with two function calls.
Added a testcase for clearAll (#48) - 45b51ca, [Aaron Chen](https://github.com/Aaron Chen), 21/05/2020 08:40:03
requet node>=10 - a5c482c, yumetodo, 10/04/2020 23:14:53
thanks @SuperITMan
Update README.md - 29fe40b, [Roy Riojas](https://github.com/Roy Riojas), 10/04/2020 20:08:05
reduce vulnerability to 1 - e9db1b2, yumetodo, 30/03/2020 11:10:43
reduce vulnerabilities dependencies to 8 - b58d196, yumetodo, 30/03/2020 10:54:56
use prettier instead of esbeautifier - 03b1db7, yumetodo, 30/03/2020 10:27:14
update flatted and mocha - a0e56da, yumetodo, 30/03/2020 09:46:45
mocha > mkdirp is updated istanble >>> optimist > minimist is not updated
drop support node.js < 10 in develop - beba691, yumetodo, 18/03/2020 01:31:09
see mkdirp
npm aufit fix(still remains) - ce166cb, yumetodo, 18/03/2020 01:18:08
37 vulnerabilities required manual review and could not be updated
apply eslint-plugin-mocha - 07343b5, yumetodo, 13/03/2020 22:17:21
Less strint version check (#44) - 92aca1c, [Wojciech Maj](https://github.com/Wojciech Maj), 13/11/2019 16:18:25
Bug Fixes
Bug Fixes
Other changes
Replace circular-json with flatted (#36) - b93aced, [C. K. Tang](https://github.com/C. K. Tang), 08/01/2019 17: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 16:17:20
Refactoring
Other changes
Removed the need for del (#33) - c429012, [S. Gilroy](https://github.com/S. Gilroy), 13/11/2018 13: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.
Refactoring
Other changes
replace circular-json with flatted (#23)" - db12d74, [Roy Riojas](https://github.com/Roy Riojas), 07/11/2018 15:40:39
This reverts commit 00f689277a75e85fef28e6a048fad227afc525e6.
Refactoring
Bug Fixes
Other changes
update del to v3.0.0 (#26) - d42883f, [Patrick Silva](https://github.com/Patrick Silva), 03/11/2018 01:00:44
Closes #25
Other changes
Added #all method (#16) - 12293be, [Ozair Patel](https://github.com/Ozair Patel), 25/09/2017 14:46:38
fix changelog title style (#14) - af8338a, 前端小武, 19/12/2016 20:34:48
Bug Fixes
Do not crash if cache file is invalid JSON. (#13) - 87beaa6, [Roy Riojas](https://github.com/Roy Riojas), 19/12/2016 18: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
Added travis ci support for modern node versions (#11) - 1c2b1f7, [Amila Welihinda](https://github.com/Amila Welihinda), 10/11/2016 23:47:52
Bumping circular-son
version (#10) - 4d5e861, [Andrea Giammarchi](https://github.com/Andrea Giammarchi), 02/08/2016 07: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.
Features
Bug Fixes
Remove UTF16 BOM stripping - 4a41e22, [Jean Ponchon](https://github.com/Jean Ponchon), 29/07/2016 02: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 11:11:59
Tests Related fixes
Refactoring
Build Scripts Changes
Build Scripts Changes
Other changes
clearAll
and clearCacheById
- 13947c1, [Roy Riojas](https://github.com/Roy Riojas), 01/03/2015 23:44:05