Latest's Releases
2024-11-10
November 10, 2024
What's Changed
- flat-cache - updating readme with serialize and deserialize by @jaredwray in https://github.com/jaredwray/cacheable/pull/879
- cacheable - fixing keyPrefix bug by making it optional by @jaredwray in https://github.com/jaredwray/cacheable/pull/881
- cacheable - exporting CacheableMemoryOptions by @jaredwray in https://github.com/jaredwray/cacheable/pull/882
- file-entry-cache - fix recreating cache from a file by @lkinasiewicz in https://github.com/jaredwray/cacheable/pull/887
- Readme - fixing link to file-entry-cache by @lkinasiewicz in https://github.com/jaredwray/cacheable/pull/885
- Cacheable - upgrading keyv to 5.2.1 across all packages by @jaredwray in https://github.com/jaredwray/cacheable/pull/889
- cacheable-request - updating keyv to 5.2.1 by @jaredwray in https://github.com/jaredwray/cacheable/pull/890
- cacheable - adding in stampede protection via coalesce async by @jaredwray in https://github.com/jaredwray/cacheable/pull/891
New Contributors
- @lkinasiewicz made their first contribution in https://github.com/jaredwray/cacheable/pull/887
Full Changelog: https://github.com/jaredwray/cacheable/compare/2024-10-27...2024-11-10
2024-10-27
October 27, 2024
What's Changed
- flat-cache - upgrading vitest to 2.1.3 by @jaredwray in https://github.com/jaredwray/cacheable/pull/850
- flat-cache - upgrading typescript to 5.6.3 by @jaredwray in https://github.com/jaredwray/cacheable/pull/851
- flat-cache - upgrading cacheable and hookified to latest by @jaredwray in https://github.com/jaredwray/cacheable/pull/852
- flat-cache - serialize and deserialize by @jaredwray in https://github.com/jaredwray/cacheable/pull/853
- updating the readme by @jaredwray in https://github.com/jaredwray/cacheable/pull/854
- node-cache - updating jsdoc by @jaredwray in https://github.com/jaredwray/cacheable/pull/855
- Node cache - updating jsdoc to stores by @jaredwray in https://github.com/jaredwray/cacheable/pull/856
- cacheable - adding in namespace support by @jaredwray in https://github.com/jaredwray/cacheable/pull/857
- cacheable - adding in hash store for memory by @jaredwray in https://github.com/jaredwray/cacheable/pull/858
- cacheable - updating the lru to handle namespace for memory by @jaredwray in https://github.com/jaredwray/cacheable/pull/859
- Cacheable - fixing the wrap function to use the key as a prefix by @jaredwray in https://github.com/jaredwray/cacheable/pull/862
- Cacheable - adding namespace support for KeyvCacheableMemory storage … by @jaredwray in https://github.com/jaredwray/cacheable/pull/863
- cacheable - adding keyPrefix to wrap by @jaredwray in https://github.com/jaredwray/cacheable/pull/864
- cache-manager - upgrading tsup, faker, and types to latest by @jaredwray in https://github.com/jaredwray/cacheable/pull/865
- cache-manager - upgrading keyv and cacheable to latest by @jaredwray in https://github.com/jaredwray/cacheable/pull/866
- cacheable - upgrading vitest to 2.1.3 by @jaredwray in https://github.com/jaredwray/cacheable/pull/867
- cacheable - upgrading tsup, typescript, and types to latest by @jaredwray in https://github.com/jaredwray/cacheable/pull/868
- cacheable - upgrading hookified to 1.4.0 by @jaredwray in https://github.com/jaredwray/cacheable/pull/869
- flat-cache - upgrading tsup to 8.3.5 by @jaredwray in https://github.com/jaredwray/cacheable/pull/870
- file-entry-cache - upgrading vitest to 2.1.3 by @jaredwray in https://github.com/jaredwray/cacheable/pull/871
- file-entry-cache - upgrading flat-cache to 6.1.1 by @jaredwray in https://github.com/jaredwray/cacheable/pull/872
- file-entry-cache - upgrading tsup and typescript to latest by @jaredwray in https://github.com/jaredwray/cacheable/pull/873
- node-cache - upgrading cacheable to 1.8.1 by @jaredwray in https://github.com/jaredwray/cacheable/pull/874
- node-cache - upgrading vitest to 2.1.3 by @jaredwray in https://github.com/jaredwray/cacheable/pull/875
- node-cache - upgrading tsup and typescript to latest by @jaredwray in https://github.com/jaredwray/cacheable/pull/876
- website - upgrading docula to 0.9.4 by @jaredwray in https://github.com/jaredwray/cacheable/pull/877
- cacheable - moving back to internal hash on CacheableMemory by @jaredwray in https://github.com/jaredwray/cacheable/pull/878
Full Changelog: https://github.com/jaredwray/cacheable/compare/2024-10-21...2024-10-27
2024-10-21
October 21, 2024
What's Changed
- Cacheable - adding in jsdoc by @jaredwray in https://github.com/jaredwray/cacheable/pull/841
- cacheable - updating jsdoc by @jaredwray in https://github.com/jaredwray/cacheable/pull/842
- cacheable-request - upgrading vitest to 2.1.3 by @jaredwray in https://github.com/jaredwray/cacheable/pull/844
- cacheable-request - upgrading typescript to 5.6.3 by @jaredwray in https://github.com/jaredwray/cacheable/pull/845
- cacheable-request - upgrading express to 4.21.1 by @jaredwray in https://github.com/jaredwray/cacheable/pull/846
- cacheable-request - upgrading rimraf to 6.0.1 by @jaredwray in https://github.com/jaredwray/cacheable/pull/847
- cacheable-request - upgrading body-parser to 1.20.3 by @jaredwray in https://github.com/jaredwray/cacheable/pull/848
- Cacheable request - upgrading to keyv v5 (BREAKING CHANGE) by @jaredwray in https://github.com/jaredwray/cacheable/pull/849
Full Changelog: https://github.com/jaredwray/cacheable/compare/2024-10-16...2024-10-21