flat-cache - Changelog
v3.0.4
-
Refactoring
- add files by name to the list of exported files - 89a2698, Roy Riojas, 08/11/2020 02:35:39
v3.0.3
-
Bug Fixes
- Fix wrong eslint command - f268e42, Roy Riojas, 08/11/2020 02:15:04
v3.0.2
-
Refactoring
- Update the files paths - 6983a80, Roy Riojas, 08/11/2020 01:58:39
- Move code to src/ - 18ed6e8, Roy Riojas, 08/11/2020 01:57:17
- Change eslint-cache location - beed74c, Roy Riojas, 08/11/2020 01:48:32
v3.0.1
-
Refactoring
- Remove unused deps - 8c6d9dc, Roy Riojas, 08/11/2020 01:43:29
v3.0.0
-
Refactoring
- Fix engines - 52b824c, Roy Riojas, 08/11/2020 01:01:52
-
Other changes
- Replace write with combination of mkdir and writeFile (#49) - ef48276, 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.
https://nodejs.org/api/fs.html#fs_fs_mkdir_path_options_callback
- Added a testcase for clearAll (#48) - 45b51ca, 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, 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 proxyquire - c2f048d, yumetodo, 30/03/2020 10:16:16
- update flatted and mocha - a0e56da, yumetodo, 30/03/2020 09:46:45
mocha > mkdirp is updated istanble >>> optimist > minimist is not updated
see mkdirp
37 vulnerabilities required manual review and could not be updated
-
Bug Fixes
v2.0.1
-
Refactoring
- upgrade node modules to latest versions - 6402ed3, Roy Riojas, 08/01/2019 18:47:05
v2.0.0
-
Bug Fixes
- upgrade package.json lock file - 8d21c7b, Roy Riojas, 08/01/2019 17:03:13
- Use the same versions of node_js that eslint use - 8d23379, Roy Riojas, 08/01/2019 16:25:11
-
Other changes
- Replace circular-json with flatted (#36) - b93aced, C. K. Tang, 08/01/2019 17:03:01
- Change JSON parser from circular-json to flatted & 1 more changes (#37) - 745e65a, Andy Chen, 08/01/2019 16: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, 14/11/2018 12:19:02
v1.3.3
-
Refactoring
- Make sure package-lock.json is up to date - a7d2598, Roy Riojas, 14/11/2018 11:36:08
-
Other changes
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, 07/11/2018 15:41:08
-
Other changes
- replace circular-json with flatted (#23)" - db12d74, Roy Riojas, 07/11/2018 15:40:39
This reverts commit 00f689277a75e85fef28e6a048fad227afc525e6.
v1.3.1
-
Refactoring
- upgrade deps to remove some security warnings - f405719, Roy Riojas, 06/11/2018 12:07:31
-
Bug Fixes
-
Other changes
- update del to v3.0.0 (#26) - d42883f, Patrick Silva, 03/11/2018 01:00:44
Closes #25
-
Other changes
v1.2.2
-
Bug Fixes
- Do not crash if cache file is invalid JSON. (#13) - 87beaa6, 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, 10/11/2016 23:47:52
- Bumping
circular-son
version (#10) - 4d5e861, 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.
-
Bug Fixes
- Add missing utils.js file to the package. closes #8 - ec10cf2, Roy Riojas, 01/08/2016 02:18:57
v1.2.0
-
Documentation
- Add documentation about noPrune option - 23e11f9, Roy Riojas, 01/08/2016 02:06:49
v1.0.11
-
Features
- Add noPrune option to cache.save() method. closes #7 - 2c8016a, Roy Riojas, 01/08/2016 02:00:29
- Add json read and write utility based on circular-json - c31081e, Jean Ponchon, 28/07/2016 08:58:17
-
Bug Fixes
- Remove UTF16 BOM stripping - 4a41e22, 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, 25/07/2016 11:11:59
-
Tests Related fixes
- Add missing file from eslint test - d6fa3c3, Jean Ponchon, 29/07/2016 02:15:51
- Add test for circular json serialization / deserialization - 07d2ddd, Jean Ponchon, 28/07/2016 08:59:36
-
Refactoring
- Remove unused read-json-sync - 2be1c24, Jean Ponchon, 28/07/2016 08:59:18
-
Build Scripts Changes
v1.0.10
-
Build Scripts Changes
-
Other changes
v1.0.9
- Bug Fixes
v1.0.8
v1.0.7
-
Other changes
- Move dependencies into devDep - 7e47099, Bogdan Chadkin, 11/09/2015 15:10:57
-
Documentation
v1.0.6
v1.0.5
-
Documentation
-
Other changes
- Update dependencies - be88aa3, Bogdan Chadkin, 11/09/2015 13:47:41
v1.0.4
-
Refactoring
- load a cache file using the full filepath - b8f68c2, Roy Riojas, 30/08/2015 04:19:14
-
Documentation
- Add documentation about
clearAll
andclearCacheById
- 13947c1, Roy Riojas, 01/03/2015 23:44:05
- Add documentation about
-
Features
- Add methods to remove the cache documents created - af40443, Roy Riojas, 01/03/2015 23:39:27
v1.0.1
-
Other changes
- Update README.md - c2b6805, Roy Riojas, 26/02/2015 04:28:07
v1.0.0
-
Refactoring
- flat-cache v.1.0.0 - c984274, Roy Riojas, 26/02/2015 04:11:50
-
Other changes
- Initial commit - d43cccf, Roy Riojas, 26/02/2015 01:12:16