Latest's Releases
2024-12-26
December 27, 2024
What's Changed
- cacheable - unref check interval to allow node exit by @mothershipper in https://github.com/jaredwray/cacheable/pull/919
- fix typo in code example in readme file by @m-housni in https://github.com/jaredwray/cacheable/pull/922
- cache-manager - add named return type to createCache by @PoOwAa in https://github.com/jaredwray/cacheable/pull/924
- Fix error in docs by @chris48s in https://github.com/jaredwray/cacheable/pull/925
- cacheable - removing KeyvCacheableMemory as replaced by createKeyv by @jaredwray in https://github.com/jaredwray/cacheable/pull/927
- mono - adding in workspace reference support by @jaredwray in https://github.com/jaredwray/cacheable/pull/928
- mono - moving to prepublish instead of prepare by @jaredwray in https://github.com/jaredwray/cacheable/pull/929
- cache-manager - adding back in ttl() function to get the expiration by @jaredwray in https://github.com/jaredwray/cacheable/pull/931
- cacheable - upgrading @keyv/redis to 4.0.2 by @jaredwray in https://github.com/jaredwray/cacheable/pull/932
- flat-cache - loading the expiration from file correctly by @jaredwray in https://github.com/jaredwray/cacheable/pull/933
- cacheable - updating jsDoc for CacheableMemory by @jaredwray in https://github.com/jaredwray/cacheable/pull/934
- flat-cache - removing console.log remnant by @jaredwray in https://github.com/jaredwray/cacheable/pull/935
- cacheable - updating readme removing title by @jaredwray in https://github.com/jaredwray/cacheable/pull/936
- cacheable - upgrading xo to 0.60.0 by @jaredwray in https://github.com/jaredwray/cacheable/pull/937
- cacheable - upgrading typescript to 5.7.2 by @jaredwray in https://github.com/jaredwray/cacheable/pull/938
- cacheable - upgrading hookified to 1.5.1 by @jaredwray in https://github.com/jaredwray/cacheable/pull/939
- cacheable - upgrading vitest to 2.1.8 by @jaredwray in https://github.com/jaredwray/cacheable/pull/940
- flat-cache - upgrading xo to 0.60.0 by @jaredwray in https://github.com/jaredwray/cacheable/pull/941
- flat-cache - upgrading vitest to 2.1.8 by @jaredwray in https://github.com/jaredwray/cacheable/pull/942
- preserve args type when wrapping by @ebceu4 in https://github.com/jaredwray/cacheable/pull/943
- mono - updating contributing guidelines to address build by @jaredwray in https://github.com/jaredwray/cacheable/pull/944
- cache-manager - upgrading xo to 0.60.0 by @jaredwray in https://github.com/jaredwray/cacheable/pull/945
- cache-manager - upgrading vitest to 2.1.8 by @jaredwray in https://github.com/jaredwray/cacheable/pull/946
- cache-manager - upgrading faker-js to 9.3.0 by @jaredwray in https://github.com/jaredwray/cacheable/pull/947
- cache-manager - upgrading keyv to 5.2.3 by @jaredwray in https://github.com/jaredwray/cacheable/pull/948
- cache-manager - upgrading @keyv/redis to 4.2.0 by @jaredwray in https://github.com/jaredwray/cacheable/pull/949
- cacheable - upgrading hookified to 1.6.0 by @jaredwray in https://github.com/jaredwray/cacheable/pull/950
- cacheable - upgrading keyv to 5.2.3 by @jaredwray in https://github.com/jaredwray/cacheable/pull/951
- cacheable-request - upgrading xo to 0.60.0 by @jaredwray in https://github.com/jaredwray/cacheable/pull/952
- cacheable-request - upgrading keyv to 5.2.3 by @jaredwray in https://github.com/jaredwray/cacheable/pull/953
- cacheable-request - upgrading express to 4.21.2 by @jaredwray in https://github.com/jaredwray/cacheable/pull/954
- cacheable-request - upgrading vitest to 2.1.8 by @jaredwray in https://github.com/jaredwray/cacheable/pull/955
- flat-cache - upgrading hookified to 1.6.0 by @jaredwray in https://github.com/jaredwray/cacheable/pull/956
- file-entry-cache - upgrading xo to 0.60.0 by @jaredwray in https://github.com/jaredwray/cacheable/pull/957
- file-entry-cache - upgrading vitest to 2.1.8 by @jaredwray in https://github.com/jaredwray/cacheable/pull/958
- node-cache - upgrading xo to 0.60.0 by @jaredwray in https://github.com/jaredwray/cacheable/pull/959
- node-cache - upgrading hookified to 1.6.0 by @jaredwray in https://github.com/jaredwray/cacheable/pull/960
- node-cache - upgrading keyv to 5.2.3 by @jaredwray in https://github.com/jaredwray/cacheable/pull/961
- node-cache - upgrading vitest to 2.1.8 by @jaredwray in https://github.com/jaredwray/cacheable/pull/962
New Contributors
- @mothershipper made their first contribution in https://github.com/jaredwray/cacheable/pull/919
- @m-housni made their first contribution in https://github.com/jaredwray/cacheable/pull/922
- @PoOwAa made their first contribution in https://github.com/jaredwray/cacheable/pull/924
- @chris48s made their first contribution in https://github.com/jaredwray/cacheable/pull/925
- @ebceu4 made their first contribution in https://github.com/jaredwray/cacheable/pull/943
Full Changelog: https://github.com/jaredwray/cacheable/compare/2024-12-03...2024-12-26
2024-12-03
December 03, 2024
What's Changed
- cache-manager - add refreshAllStores option (close #916) by @meteorlxy in https://github.com/jaredwray/cacheable/pull/917
- mono - adding in vitest for workspace support by @jaredwray in https://github.com/jaredwray/cacheable/pull/918
- cacheable - adding in createKeyv and updating memory instance by @jaredwray in https://github.com/jaredwray/cacheable/pull/920
- node-cache - making default export work correctly by @jaredwray in https://github.com/jaredwray/cacheable/pull/921
New Contributors
- @meteorlxy made their first contribution in https://github.com/jaredwray/cacheable/pull/917
Full Changelog: https://github.com/jaredwray/cacheable/compare/2024-11-27...2024-12-03
2024-11-27
November 27, 2024
What's Changed
- node-cache - adding in stats option on NodeCacheStore by @jaredwray in https://github.com/jaredwray/cacheable/pull/907
- node-cache - moving to hookified instead of eventemitter3 by @jaredwray in https://github.com/jaredwray/cacheable/pull/908
- flat-cache - upgrading vitest to 2.1.6 by @jaredwray in https://github.com/jaredwray/cacheable/pull/909
- flat-cache - upgrading cacheable to 1.8.5 by @jaredwray in https://github.com/jaredwray/cacheable/pull/910
- flat-cache - upgrading flatted to 3.3.2 by @jaredwray in https://github.com/jaredwray/cacheable/pull/911
- flat-cache - upgrading hookified to 1.5.1 by @jaredwray in https://github.com/jaredwray/cacheable/pull/912
- cacheable-request - upgrading vitest to 2.1.6 by @jaredwray in https://github.com/jaredwray/cacheable/pull/913
Full Changelog: https://github.com/jaredwray/cacheable/compare/2024-11-24...2024-11-27