7.6 KiB
flat-cache - Changelog
v1.3.0
- Other changes
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
-
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: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
- Bug Fixes
- Add missing utils.js file to the package. closes #8 - ec10cf2, [Roy Riojas](https://github.com/Roy Riojas), 01/08/2016 04:18:57
v1.2.0
- Documentation
- Add documentation about noPrune option - 23e11f9, [Roy Riojas](https://github.com/Roy Riojas), 01/08/2016 04:06:49
v1.0.11
-
Features
-
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
-
-
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.
-
Use circular-json to handle circular references (fix #5) - cd7aeed, [Jean Ponchon](https://github.com/Jean Ponchon), 25/07/2016 13:11:59
-
-
Tests Related fixes
-
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
-
-
Refactoring
- Remove unused read-json-sync - 2be1c24, [Jean Ponchon](https://github.com/Jean Ponchon), 28/07/2016 10: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](https://github.com/Bogdan Chadkin), 11/09/2015 17:10:57
-
Documentation
v1.0.6
v1.0.5
-
Documentation
-
Other changes
- Update dependencies - be88aa3, [Bogdan Chadkin](https://github.com/Bogdan Chadkin), 11/09/2015 15:47:41
v1.0.4
-
Refactoring
- load a cache file using the full filepath - b8f68c2, [Roy Riojas](https://github.com/Roy Riojas), 30/08/2015 06:19:14
-
Documentation
- Add documentation about
clearAll
andclearCacheById
- 13947c1, [Roy Riojas](https://github.com/Roy Riojas), 02/03/2015 02:44:05
- Add documentation about
-
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
-
Refactoring
- flat-cache v.1.0.0 - c984274, [Roy Riojas](https://github.com/Roy Riojas), 26/02/2015 07:11:50
-
Other changes
- Initial commit - d43cccf, [Roy Riojas](https://github.com/Roy Riojas), 26/02/2015 04:12:16